Commit graph

5699 commits

Author SHA1 Message Date
dfighter1985
02ec1b015e Added the Ryzom Core Error Reporter's skeleton. 2015-02-19 00:20:18 +01:00
dfighter1985
e962a41323 Added the Ryzom Core Error Reporter's skeleton. 2015-02-19 00:20:18 +01:00
dfighter1985
85fe754bf2 CMsgBoxDisplayer should not present a dialog now, but write the report to a file then attempt to launch the error reporter application. Which ofc doesn't exist yet in this commit. 2015-02-17 03:12:26 +01:00
dfighter1985
cc52abcfa0 CMsgBoxDisplayer should not present a dialog now, but write the report to a file then attempt to launch the error reporter application. Which ofc doesn't exist yet in this commit. 2015-02-17 03:12:26 +01:00
kervala
03a3a6bd3a Merge with hotfix 2015-02-15 09:54:31 +01:00
kervala
d5b620391e Fixed: Wrong include guard for admin_modules PCH 2015-02-15 09:53:56 +01:00
kervala
9718f37ec4 Merge with hotfix 2015-02-14 19:29:36 +01:00
kervala
f07c2f51b8 Fixed: Warning multichars 2015-02-14 17:54:05 +01:00
kervala
f0ebd8d428 Fixed: Unnamed semaphores are deprecated under OS X 2015-02-14 17:52:15 +01:00
kervala
da7b88f052 Fixed: Warning assert always false 2015-02-14 17:47:55 +01:00
kervala
8e343db0fa Fixed: Warning comparing an enum to an int 2015-02-14 17:47:10 +01:00
kervala
8f04f658a4 Merge with hotfix 2015-02-14 16:07:04 +01:00
kervala
c5ee1f3d95 Fixed: Compilation 2015-02-14 16:05:45 +01:00
kervala
9feac65c07 Merge with hotfix 2015-02-14 15:44:11 +01:00
kervala
b023af51cf Added: PCH for admin_modules 2015-02-14 15:43:05 +01:00
kervala
68e56e02b2 Merge with hotfix 2015-02-14 15:19:49 +01:00
kervala
f3b38eed9b Changed: Improved User Agent management 2015-02-14 15:18:53 +01:00
kervala
5221bf199c Merge with hotfix 2015-02-14 14:31:19 +01:00
kervala
44d0c95b69 Fixed: Warning with multichars to int conversion 2015-02-14 14:25:50 +01:00
kervala
539f721624 Fixed: Compilation 2015-02-14 13:57:06 +01:00
kervala
779492b262 Changed: Updated CMale modules 2015-02-14 13:47:37 +01:00
kervala
c569b03d0c Changed: Replaced atoi and atof by NLMISC::fromString 2015-02-14 13:46:21 +01:00
kervala
eca33bfb95 Changed: Minor changes 2015-02-14 13:34:45 +01:00
kervala
491613e7fa Changed: Use Ryzom user agent for CURL 2015-02-14 13:19:53 +01:00
kervala
d478bf56a3 Fixed: Missing namespace 2015-02-14 13:19:09 +01:00
kervala
5b1926aeb4 Changed: std::string already initialized to en empty string 2015-02-14 13:18:51 +01:00
kervala
b6637fa6fe Changed: Used INVALID_AI_INSTANCE in CUsedContinent::getInstanceForContinent 2015-02-14 13:03:27 +01:00
kervala
bb5dc2c471 Changed: Possible bug if string not found 2015-02-14 12:54:17 +01:00
kervala
df3cdfab70 Fixed: Unable to patch when Ryzom was located on a mounted FS 2015-02-14 12:52:57 +01:00
kervala
72a50960cb Changed: Used PCH for admin_modules 2015-02-14 12:48:29 +01:00
kervala
a6cd459f33 Changed: Check getSpawn() before calling its methods 2015-02-14 12:47:54 +01:00
kervala
a5d69a78d7 Changed: Minor changes 2015-02-14 12:47:03 +01:00
kervala
65fb1bc8c1 Changed: Replaced atof by NLMISC::fromString 2015-02-14 12:43:29 +01:00
kervala
1ce011be38 Fixed: Compilation warnings 2015-02-14 12:41:59 +01:00
kervala
14046699bc Fixed: Only keep Release and Debug configurations in CMake 2015-02-14 12:06:19 +01:00
dfighter1985
8b095f97b3 Merged in hotfix (pull request #114)
Merging hotfix branch
2015-02-13 19:48:42 +01:00
dfighter1985
f76650bb21 Add the data directory to the search path. 2015-02-11 20:42:31 +01:00
dfighter1985
a6ebf62e40 Added ryzom.ttf, it will be installed to the data directory. 2015-02-11 19:55:16 +01:00
dfighter1985
991a3fdf99 Include rgba.h in libwww.h. Thanks Nimetu! 2015-02-09 20:07:35 +01:00
dfighter1985
0f8c8f6655 Change the cursor to a wait cursor when applying settings in the settings dialog. 2015-02-09 19:55:27 +01:00
dfighter1985
70a83dbc45 We can now set whether to use OpenGL in WE in the WE settings page. For whatever reason VMware despises the OpenGL viewport so it's a good idea to turn it off inside VMware. 2015-02-09 19:49:16 +01:00
dfighter1985
05c3405e1b Renamed the studio startup settings dialog to avoid name conflict with the core plugin's settings dialog. 2015-02-09 17:54:27 +01:00
dfighter1985
4ea7c2025d Read the GUI Editor widget and expression definition XML files from the right directory. 2015-02-09 01:48:39 +01:00
dfighter1985
1c31ac6f05 Install the GUI Editor widget and expression definition files to the data dir. 2015-02-08 23:46:33 +01:00
dfighter1985
eaf5d26bae Handle relative paths when loading .worldedit files in World Editor. 2015-02-08 00:24:29 +01:00
dfighter1985
ac2833e78d Merged in hotfix (pull request #111)
Merge hotfix
2015-02-06 02:32:03 +01:00
dfighter1985
23873f2e3a Erm. Initialize Nel3D on other platforms too... 2015-02-06 02:29:33 +01:00
dfighter1985
aa6bc451c1 Merged in hotfix (pull request #108)
Merge hotfix branch.
2015-02-06 00:45:36 +01:00
dfighter1985
47f43b2a2e CPack should use the install prefix. 2015-02-06 00:31:51 +01:00
dfighter1985
689a9e0883 We need the LIGO config file, not directory in the first start settings dialog. 2015-02-05 23:50:38 +01:00
dfighter1985
5537d4b627 Merged in hotfix (pull request #105)
Merge hotfix
2015-02-02 23:32:08 +01:00
dfighter1985
b5e9dfbc9e Use release squish if debug not found. Fixes s3tc compressor tool build. 2015-02-02 23:25:11 +01:00
dfighter1985
94338a3742 Some CPack renames. 2015-02-02 22:51:43 +01:00
dfighter1985
c4fa07e1a9 Install tile editor's plugin spec to the right directory. 2015-02-02 22:41:29 +01:00
dfighter1985
8498b4aacd Fixed build of Object Viewer Widget Qt ( old, not part of Studio ). 2015-02-02 22:01:16 +01:00
dfighter1985
711261cb0d Merged hotfix 2015-02-02 03:54:50 +01:00
dfighter1985
41e2e8b4db Merged mainline 2015-02-02 02:03:00 +01:00
dfighter1985
44760221f2 Initialize Nel3D in the Object Viewer plugin too. 2015-02-01 20:29:26 +01:00
kervala
e3de253702 Changed: Optimize sorting of files (instead of doing it several times for each directory, do it only once) 2015-01-23 21:11:15 +01:00
kervala
9981f07921 Fixed: Guilds with same characters and not same spaces 2015-01-21 13:20:56 +01:00
Nimetu
44663f0a6c Include chat message channel/type to chatlog file 2015-01-15 20:08:28 +02:00
kervala
1c543641c9 Fixed: Compilation 2015-01-13 20:35:34 +01:00
kervala
1675e7af3a Changed: Replaced atoi and atof by NLMISC::fromString 2015-01-13 19:47:14 +01:00
kervala
ef645e5421 Fixed: Compilation 2015-01-13 15:15:07 +01:00
kervala
d52a60b837 Fixed: Compilation 2015-01-13 15:08:13 +01:00
kervala
d6a2af6abd Changed: Minor changes 2015-01-13 14:11:07 +01:00
kervala
7987db85ca Changed: Replaced ~0 by corresponding std::numeric_limits<T>::max() 2015-01-13 13:47:19 +01:00
kaetemi
52cdc1e341 Lightmap debug message 2015-01-13 13:21:56 +01:00
kaetemi
f65356079e Unhide layers in max export 2015-01-13 13:21:56 +01:00
kervala
9dfc7944d7 Changed: Fixed a wrong copy-paste 2015-01-11 18:27:06 +01:00
kervala
b8b68c4ec1 Changed: Use defined directories prefixed by a default directory 2015-01-11 18:01:32 +01:00
kervala
9891de01ce Changed: Allow to use a readable and writable data path for IG patch (usefull when data are read only) 2015-01-11 15:06:02 +01:00
kervala
c90a3049c4 Changed: Append getAppBundlePath() to search paths under OS X 2015-01-11 14:59:15 +01:00
kervala
ef405c2f87 Changed: Don't use replaceApplicationDirToken anymore 2015-01-11 14:57:40 +01:00
kervala
5b492fdebe Changed: Typo 2015-01-11 14:56:51 +01:00
kervala
8880047f69 Fixed: Compilation with OS X SDK 10.10 2015-01-10 20:33:02 +01:00
kervala
afac054306 Fixed: Removed raw mouse mode for OS X too 2015-01-10 19:55:05 +01:00
kervala
541fd4a25c Fixed: OpenGL driver compilation 2015-01-10 19:53:27 +01:00
kervala
223de1a1a4 Merge 2015-01-10 19:08:55 +01:00
kervala
ba6cbc76c9 Changed: Minor changes 2015-01-10 18:45:14 +01:00
kervala
741d3b6275 Fixed: OpenGL ES driver compilation 2015-01-10 18:41:54 +01:00
kervala
2a6478b505 Changed: More aliases for OpenGL ES functions and defines to simplify code 2015-01-10 18:41:18 +01:00
Jan Boon
fce776f93e Merged in nimetu/ryzomcore/fix-issue-225 (pull request #98)
CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225)
2015-01-09 18:09:17 +01:00
Nimetu
e2517b8ebc Fix html submit button value that is included with form data (issue #226) 2015-01-09 13:11:20 +02:00
Nimetu
c05b296472 CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225) 2015-01-09 12:59:53 +02:00
kervala
751d6de2eb Changed: Check for string length 2014-12-26 13:44:35 +01:00
kervala
a728ae6b36 Changed: Allow to enable UAC for Windows client 2014-12-26 13:44:03 +01:00
kervala
25d1aa1d1f Changed: Give priority to Luabind library filenames with specific Lua version 2014-12-26 13:43:20 +01:00
kervala
bdfa7a624e Changed: Minor changes 2014-12-26 13:38:02 +01:00
kervala
fe9e52931d Changed: Minor changes 2014-12-26 13:12:56 +01:00
kaetemi
5190cbf8ff Merge with hotfix 2014-12-22 16:40:12 +01:00
kaetemi
566a5b6e86 Fix mirror type sizes 2014-12-22 16:39:54 +01:00
kaetemi
6d16be808f Merge with default 2014-12-22 14:26:26 +01:00
kaetemi
c522248f2d ryzomcore/v0.11.2 2014-12-22 14:21:01 +01:00
kaetemi
7af4bb69d4 Move to feature-light_cycle: c5207e1f862a 2014-12-22 14:10:37 +01:00
kaetemi
936276f789 Backed out changeset: 3694176c26bf 2014-12-22 14:08:54 +01:00
kaetemi
f146593561 Move to hotfix: 287c1142e5ea 2014-12-22 14:08:29 +01:00
dfighter1985
9a61380b37 Ported changeset 9878ab4: CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219. 2014-12-22 01:26:04 +01:00
dfighter1985
fe5c94505f CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219. 2014-12-21 22:55:27 +01:00
kaetemi
00156b1d59 Override sun direction from sky dome [breaks packed sheets] 2014-12-12 21:17:13 +01:00
kaetemi
d7ea4033f7 Also export non-root shapes 2014-12-12 21:17:13 +01:00
kaetemi
c6d7da9d61 Merge 2014-12-12 01:24:56 +01:00
kaetemi
d0b4aa5681 Adjust sky batch 2014-12-12 01:22:19 +01:00
kaetemi
f7ad6e1a94 Allow different light cycle for different continents [breaks packed sheets] 2014-12-12 01:22:19 +01:00
kaetemi
661bb29406 Add sky batch script 2014-12-12 01:22:18 +01:00
kaetemi
a4f5c03293 Fix choppy sky animation 2014-12-12 01:22:18 +01:00
kaetemi
ebb1e06c85 Merge 2014-12-09 23:10:27 +01:00
kaetemi
e6f8faaf58 Merge 2014-12-09 23:07:58 +01:00
kaetemi
8f1bfa05ce Add zone snapshot script example 2014-12-09 23:06:08 +01:00
kaetemi
04ce266c03 Fix NeLLigoMakeSnapShot 2014-12-09 23:06:08 +01:00
kaetemi
dbe3ee5d9e Fix offscreen rendering mode 2014-12-09 23:06:08 +01:00
kaetemi
5edbf6d63d Add script to generate zone names 2014-12-09 23:06:07 +01:00
kaetemi
cfba18092d Handle window close message in painter 2014-12-09 23:06:07 +01:00
botanicvelious
90f72fdef0 add some additional checking for database errors 2014-12-07 06:42:57 -08:00
botanicvelious
5055d68e3f Update with added Domain_Auto_Add settings 2014-12-07 05:01:05 -08:00
kaetemi
18a52f8f92 Adjust patch orientation script 2014-12-04 13:28:30 +01:00
kaetemi
670412f630 Add key in patch painter to reset a patch mesh 2014-12-04 13:21:45 +01:00
kaetemi
b6e162bb05 Merge with hotfix 2014-12-04 13:21:40 +01:00
kaetemi
ea25449029 Fix crash with patch mesh attach 2014-12-04 13:21:12 +01:00
kaetemi
b7dbbcac54 Add script to orient zone patches automatically 2014-12-03 15:16:39 +01:00
kaetemi
c7e0627bb5 Increase patch painter distance 2014-12-03 15:16:39 +01:00
kaetemi
972611e5c0 Separate version string 2014-11-24 16:07:17 +01:00
kaetemi
39bb02454f Adjust version 2014-11-24 15:04:53 +01:00
kaetemi
c02d285b4d Merge with hotfix 2014-11-24 15:04:16 +01:00
kaetemi
1a5f3a2875 ryzomcore/v0.11.1 2014-11-24 14:57:36 +01:00
kaetemi
899c0c441e Fix #218 erratic mouse behaviour 2014-11-24 14:53:28 +01:00
kaetemi
9fba7eff72 Fix bug causing patch painter fail to open more than once 2014-11-19 16:30:14 +01:00
kaetemi
2e94bc1d15 Fix bug causing patch painter fail to open more than once 2014-11-19 16:30:14 +01:00
kaetemi
fb44ccb82d Remove PIC library 2014-11-19 16:20:14 +01:00
kaetemi
6d6926a8b8 ryzomcore/v0.11.0 2014-11-10 23:34:41 +01:00
kaetemi
d76c9c5018 Fix PHP error "Only variables should be passed by reference" 2014-11-08 00:29:50 +01:00
kaetemi
04c57350d9 Fix PHP error "Only variables should be passed by reference" 2014-11-07 23:51:42 +01:00
kaetemi
80105b365c Print callstack 2014-11-07 23:37:39 +01:00
kaetemi
aee9f17acb Fix patchman scripts 2014-11-07 19:32:18 +01:00
kaetemi
feeccbdea8 Update default path 2014-11-07 19:21:05 +01:00
kaetemi
a2457910c4 Backed out merge changeset: 361eb082ec5e
Does not compile. FindLibLZMA missing on Ubunty 12.04 LTS
2014-11-07 19:17:43 +01:00
kaetemi
0e119941b6 Update default patchman cfg 2014-11-07 19:16:45 +01:00
kaetemi
6245a68f76 Change patchman example domain 2014-11-07 19:02:50 +01:00
dfighter1985
b6c9cc5498 CDBViewQuantity shouldn't crash in the editor. 2014-10-20 22:49:46 +02:00
dfighter1985
173bf9e773 Default text for DBViewNumber. 2014-10-20 22:27:33 +02:00
dfighter1985
38d2366a71 it's not a bad idea to store the value in the right variable... 2014-10-20 22:21:59 +02:00
dfighter1985
112d137add DBViewNumber shouldn't crash anymore. 2014-10-20 20:57:08 +02:00
dfighter1985
3193ab11de When setting the Id of the decorated edit box, set the Id of the text as well. 2014-10-20 18:51:53 +02:00
Jan Boon
841f06be25 Merged in nimetu/ryzomcore/html-table-rendering (pull request #92)
Some improvements to table rendering
2014-10-18 04:44:34 +02:00
Nimetu
754a0ff04d Fix html img not showing on some cases, clean up addImage method 2014-10-18 01:20:56 +03:00
Nimetu
a24400c059 Fix crash when using textarea without form 2014-10-18 00:15:51 +03:00
dfighter1985
c96c030b25 set the Id of the text properly when loading the decorated edit box. 2014-10-17 22:25:30 +02:00
dfighter1985
50486109df Don't add non-selectable widgets to the hierarchy tree. 2014-10-17 21:23:00 +02:00
dfighter1985
68fa126867 Create the viewtext of the decorated edit box when the box is created, also adjust it so the text is drawn to the right of the left texture. 2014-10-17 21:18:26 +02:00
dfighter1985
25b5750239 Fixed a typo that messed up the textures of decorated editbox. 2014-10-17 16:01:50 +02:00
dfighter1985
2a07542bf2 Save decorated edit box as such. 2014-10-16 21:03:58 +02:00
dfighter1985
50625d3e29 Update decorated edit box decoration coords while dragging. 2014-10-16 20:58:47 +02:00
dfighter1985
9b8991038d Allow selection of CGroupEditBox. 2014-10-16 20:29:36 +02:00
dfighter1985
715fdd1ddf Implemented CGroupEditBoxDecor a decorated CGroupEditBox. 2014-10-16 20:25:19 +02:00
dfighter1985
42a0a7d443 Render every 25ms instead of 200ms 2014-10-15 23:30:36 +02:00
dfighter1985
f7d0f496c4 A Kami will be the default texture for Bitmaps. 2014-10-15 20:20:44 +02:00
dfighter1985
ab3a68a647 CtrlButton textures should be selectable in the texture chooser! 2014-10-15 20:07:13 +02:00
dfighter1985
090502f105 Default texture for CtrlButton. 2014-10-15 20:03:46 +02:00
dfighter1985
7d831ac5aa TEMPORARILY add the login texture map to new project by default. 2014-10-15 19:54:35 +02:00
dfighter1985
03c6a69141 Fix parent pos and size parsing. 2014-10-15 19:46:43 +02:00
dfighter1985
c91be5a563 Don't drop the texture property just because there's no texture assigned... 2014-10-15 12:09:57 +02:00
Nimetu
11442b15ae Change table defaults valign=middle, cellpadding=1, cellspacing=2 2014-10-15 00:02:38 +03:00
Nimetu
66ca072948 Render table with rowspan, colspan.
Borders, if enabled, adds +1 to cell padding.
2014-10-14 15:29:06 +03:00
Nimetu
23d51172c2 Add rowspan and colspan attributes 2014-10-14 15:26:14 +03:00
dfighter1985
6ecd9bc5ae Don't disable the active group before serializing. 2014-10-13 20:15:41 +02:00
dfighter1985
898f399730 It's not a bad idea to actually retrieve the version if we load it... 2014-10-13 19:15:59 +02:00
dfighter1985
7af967cc7b Don't reject an action property just because it's empty... 2014-10-13 18:55:17 +02:00
dfighter1985
3511589f2f Map files can now be specified when creating a new GUI project. 2014-10-13 18:53:26 +02:00
dfighter1985
284de64589 When creating a new GUI set the base color to white. 2014-10-13 17:47:42 +02:00
dfighter1985
b8d16d8b9b Pos and Size parent setters should now use the widget directly as well. 2014-10-13 15:43:10 +02:00
dfighter1985
126631020f Size parent is now queried directly from the widget. 2014-10-13 15:26:47 +02:00
Nimetu
d938a90da6 Render table and cell borders 2014-10-13 01:59:20 +03:00
Nimetu
13b947861d Add bordercolor attribute to table tag 2014-10-13 01:10:46 +03:00
dfighter1985
cc3e44ac2b GUI Editor should show the right parent position. 2014-10-12 23:07:08 +02:00
dfighter1985
a96cdafb29 Parent positions should now be saved right again. 2014-10-12 23:05:22 +02:00
dfighter1985
f27f391724 Some refactoring regarding saving. 2014-10-12 21:15:13 +02:00
dfighter1985
bc3a6b83e5 When creating a new project, save it right away. 2014-10-12 20:09:42 +02:00
Nimetu
80e2d7fa35 Fix table cellpadding 2014-10-12 17:43:18 +03:00
dfighter1985
479625968d Implemented new action. 2014-10-11 21:43:28 +02:00
dfighter1985
f5826add20 Moved CRootGroup out of CInterfaceParser. 2014-10-11 19:30:30 +02:00
dfighter1985
983c9febc9 Added dialog for the new GUI action. 2014-10-11 18:56:24 +02:00
dfighter1985
174655dad9 Some defaults. 2014-10-11 16:47:39 +02:00
dfighter1985
559b4b4a6f Another classname. 2014-10-11 16:40:41 +02:00
dfighter1985
c47188179a CInterfaceParser in editor mode should look for files in the working directory first. 2014-10-11 16:26:38 +02:00
dfighter1985
9a5d082583 Restored lost class names 2014-10-11 14:44:16 +02:00
dfighter1985
f6d34ddb37 Added limits to pch, should fix Linux build. 2014-10-11 13:04:03 +02:00
dfighter1985
c7bfb9cf20 Merged develop 2014-10-11 02:15:07 +02:00
dfighter1985
6c05ced558 Added support for grouping widgets. 2014-10-11 00:42:43 +02:00
dfighter1985
0aead6db70 Allow multiselection. 2014-10-10 20:25:25 +02:00
dfighter1985
20ccee370b Unselect selection when clicking 'nothing'. 2014-10-10 17:33:57 +02:00
kervala
e4ab2467c1 Minor changes 2014-10-10 13:08:14 +02:00
kervala
9995543f47 Fix some warnings 2014-10-10 13:07:54 +02:00
kaetemi
d6586fa42a Configure shadow outline in applications 2014-10-08 23:20:35 +02:00
kaetemi
a1262b71b2 Handle shadow outline in gui 2014-10-08 23:20:35 +02:00
kaetemi
523761d7b7 Implement text shade outline 2014-10-08 23:20:34 +02:00
dfighter1985
733fb56703 A little crash fix. 2014-10-08 21:28:20 +02:00
dfighter1985
a4dfd8c95e Sizes should remain the same when ungrouping. 2014-10-08 21:00:56 +02:00
dfighter1985
003ddd6881 Added support for ungrouping. 2014-10-08 20:36:16 +02:00
dfighter1985
e9f5fef158 Make group selection optional. 2014-10-08 18:45:17 +02:00
dfighter1985
01cdcaa480 Only select a group first in editor mode. 2014-10-08 18:00:54 +02:00
dfighter1985
b524c9fec1 Don't try to handle the right mouse button actions in editor mode. 2014-10-08 17:59:39 +02:00
dfighter1985
1111a022af When moving a group draw it's children too. 2014-10-08 17:52:56 +02:00
dfighter1985
d06ed834b6 Reparent items in widget hierarchy instead of deleting and creating a new item... 2014-10-08 17:42:18 +02:00
dfighter1985
4d06c3c278 Select groups first. 2014-10-08 17:37:05 +02:00
kaetemi
da982ab0ca Disable dumb loading strings 2014-10-08 09:31:45 +02:00
kaetemi
6ec644e2ba Fix rendering of specially sized window highlights 2014-10-08 09:31:13 +02:00
kaetemi
d2e9352d4c Fix when tx_b and tx_b_open have different heights 2014-10-08 09:30:59 +02:00
kaetemi
961669ef5c Fix crypt 2014-10-07 03:00:34 +02:00
kaetemi
8d550ca356 Compile fixes 2014-10-07 01:44:43 +02:00
kaetemi
ef0bc5a367 Require setup upgrade 2014-10-07 01:20:57 +02:00
kaetemi
499155b9d5 Merge with develop 2014-10-07 01:15:35 +02:00
Jan Boon
9fdb341faa Merged in rodolphe_breard/ryzomcore/sha512-auth (pull request #89)
ref #206 : windows compilation stuff
2014-10-07 01:14:31 +02:00
kaetemi
bf1f843f16 Set version 2014-10-07 01:14:03 +02:00
kaetemi
cbe5cb66f7 Add inset_t parameter to layer options, allows putting header graphics in top texture 2014-10-04 01:43:27 +02:00
kaetemi
96ea88ac07 Fix a bad copy paste in NLGUI 2014-10-04 01:43:13 +02:00
Rodolphe Breard
a0ec4645cc ref #206 : hacking the types so it may compile on windows 2014-10-02 19:14:25 +02:00
Rodolphe Breard
1f54bf31e6 ref #206 : removing unused crypt lib reference 2014-10-02 18:21:56 +02:00
kaetemi
0eed48b902 Fix #207, FXAA orientation under D3D 2014-10-01 23:24:56 +02:00
kaetemi
9709a5da6a Merge with develop 2014-10-01 23:23:06 +02:00
Jan Boon
7feab0e5cf Merged in rodolphe_breard/ryzomcore/sha512-auth (pull request #88)
rolling back to include a crypt(3) implementation and adding sha512 support
2014-10-01 23:20:52 +02:00
Jan Boon
185c7ba4ac Merged in nimetu/ryzomcore-2/nimetu/find-lua-version-for-luabind-under-fedor-1412076128442 (pull request #87)
find lua version for luabind under fedora
2014-10-01 23:19:21 +02:00
Jan Boon
98b0192352 Merged in nimetu/ryzomcore-1/nimetu/static-libxml2-under-linux-requires-lzma-1412075714030 (pull request #86)
static libxml2 under linux requires lzma (tested on fedora/debian)
2014-10-01 23:19:04 +02:00
Jan Boon
2935767d60 Merged in nimetu/ryzomcore/html-maxlength-attr (pull request #84)
Add maxlength attribute to input and textarea tags
2014-10-01 23:18:33 +02:00
nimetu
adf5cb28b5 find lua version for luabind under fedora 2014-09-30 11:23:16 +00:00
nimetu
e0151ffa17 static libxml2 under linux requires lzma (tested on fedora/debian) 2014-09-30 11:16:28 +00:00
dfighter1985
7504dc1238 From now on dragged widgets will be re-aligned on drop. They will find the nearest hotspot of the group they are dropped into, and calculate an offset so they will align to the hotspot and yet remain where they were dropped. 2014-09-29 20:29:04 +02:00
dfighter1985
4d5d67fac7 Update CCtrlTextButton's CViewText's coords after updating it's own coords. 2014-09-29 17:38:24 +02:00
dfighter1985
2383e19561 Posref changes in the editor should apply... 2014-09-29 17:23:22 +02:00
dfighter1985
e87d83bccc Refactoring. Added CInterfaceFactory. 2014-09-27 21:48:51 +02:00
dfighter1985
59011fe726 When moving a widget, save the reference to the hierarchy lookup map... 2014-09-27 20:54:44 +02:00
dfighter1985
fada6e7dcc A little refactoring. 2014-09-27 20:15:46 +02:00
dfighter1985
75047b71b4 Move the text too with the text button. 2014-09-27 19:54:19 +02:00
dfighter1985
3ca518dca2 Merged develop 2014-09-27 18:22:44 +02:00
dfighter1985
039e8a83a4 Initialize struct member before use... 2014-09-27 18:20:29 +02:00
Nimetu
2b02fd2c37 Add maxlength attribute to input and textarea tags 2014-09-27 15:55:57 +03:00
dfighter1985
6e162e7edb A little bit of refactoring. 2014-09-27 01:04:49 +02:00
dfighter1985
1f4553f39c Update coords when changing something. 2014-09-27 01:00:52 +02:00
dfighter1985
3fbe51185f Merged develop. 2014-09-27 00:08:06 +02:00
dfighter1985
161c8e5edc Editbox selection should be stopped when the mouse button goes up, even if it happens outside of the box. 2014-09-26 23:29:38 +02:00
Rodolphe Breard
31a08ab8d7 rolling back to include a crypt(3) implementation and adding sha512 support 2014-09-26 22:30:56 +02:00
dfighter1985
6eb4cf9c3f Collapse the tree, and only expand the items that are needed to get to the selected items. 2014-09-25 00:37:25 +02:00
dfighter1985
b46483a2a6 When repareting a widget, remove the old item from the hierarchy and add a new one at the right place. 2014-09-24 23:56:11 +02:00
dfighter1985
e6f4801129 Refactored IWidgetAdditionWatcher, now it's called IWidgetWatcher and it also reports widget moves. 2014-09-24 23:32:24 +02:00
dfighter1985
f7825fc8b3 No need for free floating elements when we can simply reparent to the top window... 2014-09-24 22:59:40 +02:00
dfighter1985
c5b8f30bb9 Orphaned widgets won't get stuck. 2014-09-24 20:40:37 +02:00
dfighter1985
f30054a26c Add widget to a new parent when the widget being dragged is dropped, otherwise add it to the orphanlist so that it's drawn anyways. NOTE: The dropped widget can be clipped. If it is clipped, it never shows up even tho it's there. 2014-09-24 18:45:52 +02:00
dfighter1985
49d023d273 Set dragged widgets' coordinates based on the move rather than the mouse pointer's coords. 2014-09-24 16:31:26 +02:00
dfighter1985
574d24e5e3 Dragged elements will no longer disappear. 2014-09-24 16:20:25 +02:00
kaetemi
a943c939ef Add useful default config variables to dev client 2014-09-24 12:34:40 +02:00
kaetemi
cdfbcfe1d8 Add some more practical data build batch scripts 2014-09-24 01:07:12 +02:00
kaetemi
3158f6d90e Handle GUI event only once 2014-09-23 19:47:06 +02:00
kaetemi
f6a5adb597 Remove debug message 2014-09-23 18:18:14 +02:00
kaetemi
32c0f2d7f7 Fix EGS sheet rebuild crashes 2014-09-23 13:54:02 +02:00
dfighter1985
17dcb2acf9 Instantiate the Wold Editor window after the LIGO setup. 2014-09-23 00:16:57 +02:00
dfighter1985
10c340e29a Merged develop. 2014-09-22 23:58:48 +02:00
dfighter1985
23d28dff8d Call the onActivate method of the current context after all plugins are initialized. 2014-09-22 23:41:55 +02:00
dfighter1985
d19e4ecaab Studio should no longer crash when multiple plugins that use LIGO are loaded. LIGO classes are now guarded against multiple registrations. If it's tried log messages are generated. Mission Compiler and World Editor will now apply their own LIGO configs when the user switches to their tab. 2014-09-22 23:24:48 +02:00
kaetemi
f051c5d156 Add an assert 2014-09-21 13:24:33 +02:00
kaetemi
d9819abd11 Fix double delete 2014-09-21 12:31:02 +02:00
dfighter1985
8a1821aba4 oups 2014-09-20 20:55:30 +02:00
dfighter1985
a05057bf7e GUI Editor should no longer crash on Linux 2014-09-20 20:51:08 +02:00
dfighter1985
2666f19500 Merged develop 2014-09-19 20:10:00 +02:00
kaetemi
e8799f08aa Add extra search paths 2014-09-19 19:48:17 +02:00
kaetemi
2d6fd2fff9 Increment web version 2014-09-18 21:55:34 +02:00
kaetemi
d9b1ba33a3 Merge with develop 2014-09-18 21:54:34 +02:00
kaetemi
5165f74aae It works on my machine 2014-09-18 21:02:14 +02:00
kaetemi
9d161fddf5 Add resave scripts 2014-09-18 17:40:07 +02:00
kaetemi
b9b58bd7dc Add particle system path fixing script 2014-09-18 14:10:03 +02:00
kaetemi
7fdcf203c5 Fix missing include 2014-09-18 13:02:32 +02:00
kaetemi
3731f28892 Backed out incomplete changes to GL driver 2014-09-18 11:31:19 +02:00
dfighter1985
ca250bab9b Fixed Object Viewer build. 2014-09-17 22:36:58 +02:00
dfighter1985
e40ecbda00 Merged the gui-editor branch. 2014-09-17 21:12:14 +02:00
dfighter1985
516d5c9a47 don't evaluate the child-nodes when there are none, directly just return () 2014-09-17 20:54:16 +02:00
dfighter1985
d6251c2a1a When removing the root node, don't retain the pointer to it... 2014-09-17 20:51:45 +02:00
dfighter1985
5578b791f3 Added the rest of the expression files. 2014-09-17 20:49:26 +02:00
dfighter1985
c2eb8e16ae Merged develop. 2014-09-17 19:51:14 +02:00
dfighter1985
6badbe5112 Added support for clearing the Expression Editor scene. 2014-09-17 19:27:06 +02:00
dfighter1985
49e8343345 Texture Chooser shouldn't have been left in the main menu... 2014-09-17 19:21:39 +02:00
dfighter1985
8ca98c91e9 Moved the Expression Editor to it's right place. 2014-09-17 19:19:43 +02:00
dfighter1985
e7f9487800 Instead of mouse move event, use the itemChange handler to move the links. 2014-09-17 16:17:41 +02:00
dfighter1985
e18e3ac358 ExpressionNode flags are now set in it's constructor. 2014-09-17 16:02:28 +02:00
dfighter1985
55264978ad Links shouldn't be selectable. 2014-09-17 16:01:23 +02:00
dfighter1985
a7b3b0f985 This is the GUI Editor not Georges... 2014-09-17 15:50:12 +02:00
dfighter1985
814fedbc4a Save expression. 2014-09-17 15:47:49 +02:00
dfighter1985
f3fbfdcb83 Expression can now be built. 2014-09-17 15:31:54 +02:00
dfighter1985
aa1ac95aae A root node can now be set. The root node is where the evaluation will start. 2014-09-17 14:41:57 +02:00
Rodolphe Breard
45d09504b1 Fixing the database migration system for issue #206 2014-09-16 22:43:36 +02:00
Rodolphe Breard
16bc8449c1 fixing #206 : passwords are now stored using SHA-512 instead of traditional DES 2014-09-16 20:34:26 +02:00
dfighter1985
4fe0b030f5 Added sample expression files. 2014-09-16 15:54:53 +02:00
dfighter1985
1e91e006c4 When changing the value of a node, change the size the node if needed. 2014-09-16 15:31:06 +02:00
dfighter1985
535e0474ad Allow to set and change values of value nodes. 2014-09-16 15:15:31 +02:00
dfighter1985
52fa0b4fa9 Only allow variable nodes to have their number of slots changed. 2014-09-16 03:45:26 +02:00
dfighter1985
cce83f371d Set the number of slots and their names from the data loaded from XMLs. 2014-09-16 03:38:21 +02:00
dfighter1985
8b0f7ddeaf Parse expression files, and build the expression tree from the expressions parsed from these files. 2014-09-16 02:32:10 +02:00
kaetemi
fbcf921062 Fix r2ed 2014-09-15 18:15:40 +02:00
kaetemi
f4399190e3 Fix r2ed 2014-09-15 17:42:24 +02:00
kaetemi
4f0a79d67a Fix r2ed 2014-09-15 16:59:12 +02:00
kaetemi
1a8b6333ba Fix r2ed 2014-09-15 14:33:07 +02:00
kaetemi
fab78e58e9 Fix bad type passed to sscanf 2014-09-15 12:49:13 +02:00
dfighter1985
8314fd5c6b Slot count can now be changed. 2014-09-15 01:25:01 +02:00
botanic
4061ada656 Fix #194 2014-09-14 15:52:40 -07:00
botanic
3cd38fdbdb FIX #205 2014-09-14 13:09:00 -07:00
dfighter1985
79e205c6d8 Expression Editor is now a QMainWindow subclass. Also added an expression tree, with some sample nodes. 2014-09-14 21:00:40 +02:00
botanic
8e40fe8210 change to 256 characters 2014-09-14 10:13:30 -07:00
botanic
d6c21ee905 Merge 2014-09-14 09:46:59 -07:00
botanic
f80f8586ec Update domain settings 2014-09-14 09:46:12 -07:00
dfighter1985
1b913a76c1 Show the node names as title, in the link dialog. 2014-09-14 17:19:11 +02:00
dfighter1985
e37394ae20 Add serial number to nodes. 2014-09-14 17:04:42 +02:00
dfighter1985
c404e0e590 Allow painting of arbitrary number of connection slots. 2014-09-14 16:57:56 +02:00
dfighter1985
eb70ac6199 A little refactoring. 2014-09-14 16:43:45 +02:00
kaetemi
62d567afca Add cartographer 2014-09-14 16:37:24 +02:00
dfighter1985
892ca16ae3 Support for adding nodes with different slot count. 2014-09-14 16:37:17 +02:00
dfighter1985
624578c024 Added unlinking support. 2014-09-14 15:36:41 +02:00
dfighter1985
8513711d66 Improved linking 2014-09-14 15:15:20 +02:00
kaetemi
21d283edb0 Add pz process 2014-09-14 15:02:44 +02:00
dfighter1985
dfe108cb82 There are more than 1 slots available now. 2014-09-13 23:54:25 +02:00
dfighter1985
594443ce3b More refactoring. 2014-09-13 22:54:50 +02:00
dfighter1985
2f92e69e9d More refactoring. 2014-09-13 22:39:00 +02:00
dfighter1985
cce08a6914 Refactoring 2014-09-13 22:31:48 +02:00
dfighter1985
1d1660c27b Connection slots are now managed by their own object, and linking is now done to their positions. 2014-09-13 22:26:11 +02:00
botanic
b8f49d5ac1 Update smarty for admin to 2.6.28 2014-09-13 13:09:48 -07:00
dfighter1985
cf42655519 Paint the connection text, boxes separately. 2014-09-13 21:34:47 +02:00
botanic
4e76e6b562 update lib sql version 2014-09-13 10:40:47 -07:00
botanic
a77516ea05 disable debug mode 2014-09-13 10:35:21 -07:00
botanic
d0491e05f5 Merge 2014-09-13 10:31:22 -07:00
botanic
2642bfc4f5 Fix #122 2014-09-13 10:31:12 -07:00
botanic
2eaf65bb62 Fix #122 2014-09-13 10:30:58 -07:00
dfighter1985
f170d8854b Add a little style. 2014-09-13 18:03:02 +02:00
kaetemi
165143984c Increase texturing limits (*4), ref #203 (TODO: Update config translations) 2014-09-13 12:14:45 +02:00
kaetemi
61d089c7c0 Fix includes 2014-09-13 12:02:47 +02:00
kaetemi
a3b0569624 Fix strange code 2014-09-13 11:13:25 +02:00
dfighter1985
ac9dc5638c Throw an error message when trying to link nodes that are already linked. 2014-09-13 00:54:37 +02:00
dfighter1985
a6e5f52e17 Link nodes and remove and delete the link too when deleting one of the nodes. 2014-09-13 00:43:00 +02:00
dfighter1985
f7b360f1cb Subclassed QGraphicsItem and QGraphicsItemLine. 2014-09-12 23:45:57 +02:00
dfighter1985
475bd91a0c Added link action. 2014-09-12 21:01:29 +02:00
kaetemi
13e690b629 Change cfg name 2014-09-12 20:33:20 +02:00
kaetemi
536ac42f54 Add missing r2_islands_textures tool 2014-09-12 20:29:50 +02:00
dfighter1985
8f72f2d12f We can select multiple items 2014-09-12 19:47:28 +02:00
dfighter1985
b300bb1ee7 Added GUI for expression editor. 2014-09-12 19:19:51 +02:00
kaetemi
302c478af6 Merge with develop 2014-09-12 15:19:12 +02:00
kaetemi
a62c795fac ryzomcore/v0.10.0 2014-09-12 10:57:31 +02:00
kaetemi
5ac1d8f03b Add data_common to executables_dev batch 2014-09-12 10:50:19 +02:00
kaetemi
be7a55f19a Replace some hardcoded urls 2014-09-12 10:49:40 +02:00
kaetemi
6c0125086c Remove hardcoded urls 2014-09-12 10:42:42 +02:00
kaetemi
c0b5876e45 Remove dead code (CCharacterAchievements, CKnownBrickInfo) 2014-09-12 08:35:49 +02:00
botanic
f033744ecb Merge 2014-09-11 20:29:14 -07:00
botanic
6e8a345ad6 FIX #200
dont crash when neldb is missing
2014-09-11 10:50:34 -07:00
kaetemi
0222ebd096 Regenerate PLR cpp and header 2014-09-11 17:40:53 +02:00
kaetemi
3cd9e658a8 Add missing leaf 2014-09-11 15:13:17 +02:00
kaetemi
5391aaf75c Remove dead code 2014-09-11 12:12:17 +02:00
kaetemi
b34c7cf12a When in Rome, do as the Romans do 2014-09-11 10:36:41 +02:00
kaetemi
df9864cb30 Merge 2014-09-11 10:01:05 +02:00
kaetemi
524d5c1f25 Admin web fix 2014-09-11 10:00:10 +02:00
kaetemi
27c1c74c50 Small database adjustment 2014-09-11 09:31:59 +02:00
dfighter1985
60205f51e8 Merged default. 2014-09-10 20:18:00 +02:00
dfighter1985
af7bff14cf Offer to save changes when closing a dialog. 2014-09-10 19:59:38 +02:00
dfighter1985
54b8bf6aa2 When closing a dialog, remove it from the docked dialogs, and delete it. 2014-09-10 19:52:35 +02:00
dfighter1985
26712697c2 Allow editing of the comment section, and save comments when saving. 2014-09-10 19:14:26 +02:00
dfighter1985
6576b3d325 Raise the widget after adding. 2014-09-10 18:50:07 +02:00
dfighter1985
912248afde WTF? 2014-09-10 18:49:34 +02:00
dfighter1985
cb0cacf3cc oups 2014-09-10 18:04:55 +02:00
dfighter1985
b69169af71 Use a file browser for setting files. 2014-09-10 17:59:22 +02:00
dfighter1985
90b3bd0338 A little refactoring 2014-09-10 17:02:51 +02:00
dfighter1985
21da4da0fa Store the filename only in the Dfn value. 2014-09-10 16:44:49 +02:00
kaetemi
0d40dbc177 Add script for installing worldedit data 2014-09-10 16:38:19 +02:00
dfighter1985
c4a9db12f9 Properly support color types. 2014-09-10 16:22:08 +02:00
kaetemi
bdd7cc9b90 Nice try 2014-09-10 16:00:13 +02:00
nimetu
18c5c4df06 Fix #161 fix craft success rate display on client 2014-09-10 15:40:32 +02:00
nimetu
2f78b7dd68 Fix #143 /muteUniverse on dyn universe channels 2014-09-10 15:38:57 +02:00
nimetu
e781439e48 Fix #199 Studio object viewer plugin font 2014-09-10 12:19:11 +02:00
kaetemi
9e948bbf60 Move islands entry points to data 2014-09-10 08:25:45 +02:00
kaetemi
3f9e5e5d03 Remove unused mirror dataset 2014-09-10 08:18:05 +02:00
kaetemi
d02bd5e7b6 Merge 2014-09-10 05:28:14 +02:00
kaetemi
f17fd758ef Use the correct ring database 2014-09-10 05:25:00 +02:00
botanic
95910f0a4f FIX #192 2014-09-09 17:29:59 -07:00
botanic
81ab2fb438 FIX #197
Added default config values that should work for mail config settings in case people are lazy
2014-09-09 17:26:20 -07:00
botanic
d20ef06ba0 fix windows warnings in sync 2014-09-09 17:20:23 -07:00
dfighter1985
3425c517f5 Create vstruct node when needed. 2014-09-10 00:36:55 +02:00
dfighter1985
bd508d3ef4 Instead of storing the node, store the name and the node type. 2014-09-10 00:28:03 +02:00
dfighter1985
0c3a1d7b23 Don't add Virtual Structs to the property browser! 2014-09-09 22:01:52 +02:00
dfighter1985
df02d7f7f1 Added support for Virtual Structs. 2014-09-09 21:57:30 +02:00
kaetemi
3251199ef1 Use correct AES cfg 2014-09-09 18:58:05 +02:00
kaetemi
aa97b11910 Crashfix 2014-09-09 15:50:12 +02:00
kaetemi
f1bca534b5 Bugfix 2014-09-09 12:39:35 +02:00
kaetemi
e03ced791d Typo 2014-09-09 08:23:37 +02:00
kaetemi
f38bcfc1bd Don't use magic numbers for the LCT 2014-09-09 08:16:44 +02:00
kaetemi
0a2ce69818 Typo 2014-09-09 08:15:05 +02:00
kaetemi
f351f458b1 Cleanup the AMS theme a bit, improve layouting of user settings 2014-09-09 04:02:15 +02:00
kaetemi
4e4052a3df Mask database connection error 2014-09-09 02:52:24 +02:00
kaetemi
6bd1563f9b Merge 2014-09-09 02:30:24 +02:00
botanic
f7094af0fa fix sync 2014-09-08 17:29:43 -07:00
kaetemi
001f90bb99 Cache PDO connections and connection failures in a single page load 2014-09-09 02:15:25 +02:00
kaetemi
7ebc9478e6 Disable APC page caching 2014-09-09 02:14:49 +02:00
botanic
8c03a3d746 dont cache $#1t 2014-09-08 16:23:04 -07:00
botanic
dbcbefe77a attachment error checking 2014-09-08 11:59:49 -07:00
botanic
69e2257cbb make the random generation more secure 2014-09-08 11:46:43 -07:00
botanic
0be70dd7de fix some unset warnings 2014-09-08 05:54:34 -07:00
botanic
f24a0fb73d change some div's so it looks proper 2014-09-08 05:20:28 -07:00
botanic
e73079a1d1 turn debugging off 2014-09-08 04:56:13 -07:00
botanic
1ee6cd5387 properly display permissions 2014-09-08 04:55:05 -07:00
botanic
d1d6bbe0ee display the correct plugin page 2014-09-08 03:55:59 -07:00
botanic
9a98e129ec set template permissions 2014-09-08 03:29:30 -07:00
botanic
2644b999c3 fix menu plugin display 2014-09-08 03:19:13 -07:00
botanic
d39729d998 fix notice 2014-09-08 03:04:34 -07:00
botanic
af204ebb7b fix plugin template 2014-09-08 03:02:11 -07:00
botanic
0c2e70bb2b fix index issue 2014-09-08 02:57:09 -07:00
botanic
087c8fce40 Fix smarty issues 2014-09-08 02:36:38 -07:00
botanic
44508e3d73 Cleanup Domain management code 2014-09-08 02:36:31 -07:00
botanic
08ffaa0dfe Merge 2014-09-08 02:08:26 -07:00
botanic
00ecfd59d9 upgrade smarty to 3.1.19 2014-09-08 02:07:42 -07:00
botanic
03742bc483 Fix for stupid loop 2014-09-08 02:05:49 -07:00
kaetemi
5efb09bc5a Install fix 2014-09-08 10:42:38 +02:00
kaetemi
fa975bedb3 Cleanup some RYZOMID code 2014-09-08 09:48:28 +02:00
kaetemi
424b5af411 Remove dead code in game item manager 2014-09-08 09:37:14 +02:00
kaetemi
6376925e62 Bugfix in distance prioritizer 2014-09-08 09:09:42 +02:00
botanic
eb6864f942 remove testing errorlog 2014-09-07 23:57:31 -07:00
kaetemi
730d0e42d1 Remove dead code 2014-09-08 08:04:09 +02:00
botanic
c3fc3abb81 Merge 2014-09-07 22:27:32 -07:00
botanic
8c3dc770ec Domain management plugin updates 2014-09-07 22:26:34 -07:00
kaetemi
4798c0168e Better use this 2014-09-08 07:16:07 +02:00
kaetemi
5554aa2aec Enable PHP APC cache for AMS smarty 2014-09-08 07:10:28 +02:00
kaetemi
7e50a01513 Remove dead declarations in DSS 2014-09-08 05:34:14 +02:00
kaetemi
3f1b78bf91 Fix SU RSM UAP SQL query 2014-09-08 05:28:09 +02:00
kaetemi
79be610902 Make this extra clear 2014-09-08 01:41:33 +02:00
kaetemi
4158b5bcac Enable ring database installation and upgrade in the setup script... 2014-09-08 01:35:47 +02:00
kaetemi
01b0124608 Translation fix 2014-09-08 01:27:46 +02:00
kaetemi
e2246eb8c3 Adjust plugin description 2014-09-08 00:42:07 +02:00
kaetemi
987cea24a0 Don't put fixed row id's in insert queries for upgrades 2014-09-08 00:26:54 +02:00
kaetemi
be40dff097 Bugfix 2014-09-08 00:23:07 +02:00
kaetemi
c691a999b1 Don't write version if upgrade failed 2014-09-08 00:21:30 +02:00
kaetemi
16cdf3b765 Bugfix 2014-09-08 00:16:36 +02:00
kaetemi
84364c0a82 Fix 2014-09-08 00:11:48 +02:00
kaetemi
31d29526cf Typo 2014-09-08 00:09:12 +02:00
kaetemi
670a5905ae Setup adjust 2014-09-08 00:06:13 +02:00
Dylan Geels
76e2a6e7f0 The setup was showing a error from it. 2014-09-07 13:18:32 +00:00
Dylan Geels
42f4a38b9f Function split() is deprecated 2014-09-07 13:06:24 +00:00
Dylan Geels
a6fb490d68 Function split() is deprecated 2014-09-07 13:01:42 +00:00
botanic
36cbfcbce8 upgrade nel lib version 2014-09-07 05:41:35 -07:00
botanic
dfb748b06f Merge 2014-09-07 05:40:29 -07:00
botanic
08301dcb44 setup modifications 2014-09-07 05:40:02 -07:00
botanic
ca8270bf65 Initial Domain Management Plugin 2014-09-07 05:39:48 -07:00
botanic
2f1f2139b5 added initial domain_management plugin, also fixed potental conflicting hook names 2014-09-07 03:17:20 -07:00
kaetemi
6f2ac8e535 Cleanup shard table 2014-09-07 09:10:23 +02:00
kaetemi
55d2685aca Change ClientApplication to DomainId in permission table 2014-09-07 08:53:10 +02:00
kaetemi
b1af237e5a Cleanup some English AMS translations 2014-09-07 04:21:08 +02:00
kaetemi
246e7d4930 Cleanup some English AMS translations 2014-09-07 04:16:07 +02:00
kaetemi
768bfd0238 Bugfix 2014-09-07 03:51:10 +02:00
kaetemi
41cdd65964 Bugfix 2014-09-07 03:47:55 +02:00
kaetemi
65a4681d36 Add login configuration 2014-09-07 03:43:00 +02:00
kaetemi
778a55d022 This might fix #193 2014-09-06 21:25:07 +02:00
kaetemi
c9b3d84f4c Syntax styling 2014-09-06 20:59:21 +02:00
kaetemi
7095bf0864 This should fix #193 2014-09-06 20:56:06 +02:00
botanic
3471c23eb6 Merge 2014-09-05 22:24:41 -07:00
botanic
2694a99c85 fix missing pcntl_fork func 2014-09-05 22:24:09 -07:00
kaetemi
7499ed408c Add more paranoia 2014-09-06 06:49:42 +02:00
kaetemi
d9ce522e0a Now really, don't execute any scripts here 2014-09-06 06:40:33 +02:00
kaetemi
4765f63328 Saner behaviour to show Forbidden error 2014-09-06 04:55:17 +02:00
kaetemi
510bb2074b Add upgrade script 2014-09-06 04:44:08 +02:00
botanic
4f51c4cdb6 fixed sync to be more robust 2014-09-05 19:38:53 -07:00
botanic
f9c4c3ac1f throw error on non-writable file 2014-09-05 19:26:12 -07:00
botanic
d1a300e751 forgot $AMS_TMPDIR 2014-09-05 19:18:17 -07:00
botanic
1d15bdfab3 Merge 2014-09-05 18:46:33 -07:00
botanic
e7ca564187 Fix #189 2014-09-05 18:46:13 -07:00
kaetemi
c782592d9d Make files folder safe to use 2014-09-06 03:44:58 +02:00
kaetemi
b638219dbd Make files folder safe to use 2014-09-06 03:43:31 +02:00
kaetemi
0e76ed6386 Protect shard admin auth SQL queries 2014-09-06 01:40:37 +02:00
kaetemi
4a186cc233 Fix version number 2014-09-06 00:38:20 +02:00
kaetemi
5abb581602 Merge 2014-09-06 00:37:29 +02:00
kaetemi
f46cb42bed Create shard admin user in setup 2014-09-06 00:35:28 +02:00
dfighter1985
15f6ed3c37 Merged default. 2014-09-05 22:28:11 +02:00
dfighter1985
029ebdc751 Get type info from DFN. 2014-09-05 21:42:14 +02:00
dfighter1985
ca910cf17a Added support for manipulating atoms. 2014-09-05 20:28:43 +02:00
dfighter1985
49f216ca0e Appending, resizing arrays, deleting array members should now create the proper new nodes. 2014-09-05 19:41:51 +02:00
dfighter1985
c4e01eaca6 Added support for adding atoms and virtual structs in the treeview. 2014-09-05 18:58:47 +02:00
kervala
ad5cc68107 Changed: Code formatting 2014-09-05 15:42:53 +02:00
dfighter1985
2020638e35 Do the same when readding items after a deletion. 2014-09-05 15:20:22 +02:00
dfighter1985
12996110fc Add new array entries with all their children. 2014-09-05 15:13:58 +02:00
botanic
4b526a4761 Merge 2014-09-05 02:31:56 -07:00
botanic
4368fb7f64 only show powered by and version when admin 2014-09-05 02:30:50 -07:00
botanic
5f5cfd2df6 added version number to ams 2014-09-05 02:27:08 -07:00
kaetemi
2a6edf5c0f Merge 2014-09-05 11:22:47 +02:00
kaetemi
17234d6398 Merge 2014-09-05 11:22:18 +02:00
kaetemi
b273806cf0 Validate setup password 2014-09-05 11:21:21 +02:00
botanic
4ce203b32c remove unecessery printing 2014-09-05 02:21:00 -07:00
botanic
bb38a64e78 fixed some caching 2014-09-05 02:17:19 -07:00
botanic
6ca575ef33 remove errolog 2014-09-05 02:10:32 -07:00
botanic
6b92b85b04 fix sync 2014-09-05 02:10:09 -07:00
kaetemi
daf80ea104 Add basis for database upgrades 2014-09-05 11:07:25 +02:00
botanic
85910829a7 Made filesize friendly 2014-09-05 01:30:54 -07:00
botanic
88afbeac83 remove old file 2014-09-05 01:22:39 -07:00
botanic
42a6c38080 added placeholder 2014-09-05 01:22:19 -07:00
botanic
0076828ee0 added placeholder 2014-09-05 01:21:59 -07:00
botanic
851ffd2bb6 Merge 2014-09-05 01:20:39 -07:00
botanic
cad8ea9592 Fix #190 2014-09-05 01:20:00 -07:00
kaetemi
856213a2aa Alternative redirect script 2014-09-05 10:11:50 +02:00
kaetemi
927eda9188 Merge 2014-09-05 10:01:20 +02:00
kaetemi
bd5cbd9357 Modularize web setup 2014-09-05 09:57:06 +02:00
botanic
2f4d30dc1b forgot to add variable 2014-09-05 00:52:38 -07:00
botanic
0570aedff7 Fix #188 2014-09-05 00:50:07 -07:00
botanic
a5f5c0ce37 added new ticket_attachment table to installer properly 2014-09-04 21:34:57 -07:00
botanic
a49a6f7c4b fixed installer 2014-09-04 20:29:45 -07:00
botanic
460298c773 Upload button setup
TODO: add files to database
TODO: hash folder to stick files in
2014-09-04 19:58:04 -07:00
botanic
49370fb5a4 Merge 2014-09-04 17:27:29 -07:00
botanic
58a2208fe9 Fix #111 2014-09-04 17:26:22 -07:00
dfighter1985
8d3c8de517 Enter a log entry when creating new documents. 2014-09-04 15:41:17 +02:00
dfighter1985
63972b8c43 Merged default. 2014-09-03 20:27:01 +02:00
dfighter1985
6457ab90eb Added support for creating new form documents 2014-09-03 19:55:46 +02:00
dfighter1985
256d72fe62 Added support for new DFN document creation. 2014-09-03 19:37:49 +02:00
dfighter1985
d139bc9f8d Added support for new typ document creation. 2014-09-03 19:28:01 +02:00
dfighter1985
3e3a9b8585 Error messages 2014-09-03 19:14:32 +02:00
dfighter1985
6954103b61 A little refactoring, dialogs are now loaded using the full filepath. 2014-09-03 19:11:38 +02:00
dfighter1985
ec20f009e7 Added GUI stub for new types/Dfns/forms. 2014-09-03 18:33:09 +02:00
dfighter1985
1be8e6f6a8 Removed m_modified, since the base widget has a field for this. 2014-09-03 17:25:11 +02:00
dfighter1985
baec2d1155 Form editor should trigger the save button properly now. 2014-09-03 17:22:09 +02:00
dfighter1985
a0194f5d24 Added missing copyright headers. 2014-09-03 17:12:25 +02:00
dfighter1985
2802f9e6cb Log changes and save log. 2014-09-03 16:42:12 +02:00
dfighter1985
c2738ecf73 Mark the typ dialog modified after a modification. 2014-09-03 16:26:52 +02:00
dfighter1985
4239748047 Apply changes. 2014-09-03 16:14:38 +02:00
dfighter1985
43bf6cebed Load type data into the property browser. 2014-09-03 16:08:13 +02:00
botanic
6fe49dfe92 fix settings width 2014-09-03 05:27:38 -07:00
botanic
fcbca9c5ed margins in element-style...really? 2014-09-03 05:05:21 -07:00
botanic
0dc2509c0e fix #185 2014-09-03 05:00:36 -07:00
botanic
0004241718 Merge 2014-09-03 04:42:54 -07:00
botanic
157c286502 fix support group bug and dblayer bug 2014-09-03 04:42:28 -07:00
Matthew Lagoe
fc5d684403 Merged in shubham_meena/ryzomcore (pull request #71)
documentation for doxygen containing plugin management system
2014-09-03 04:15:02 -07:00
botanic
fa0262bc0a Fix syntax error with unassigned ticket 2014-09-03 04:13:44 -07:00
botanic
fb18ee6f54 fixed language when logged in 2014-09-03 04:03:01 -07:00
botanic
ef2477fa23 updated bootstrap and charisma 2014-09-03 03:22:14 -07:00
botanic
e44cd3d40e updating plugins 2014-09-03 01:28:27 -07:00
botanic
6b484f7cbb Fix path's in plugins 2014-09-03 01:13:08 -07:00
botanic
f29aa60fc7 fixed change email on shard 2014-09-03 00:23:47 -07:00
botanic
ceb1a30e17 Changed to use new throw new SystemExit(); 2014-09-02 23:30:25 -07:00
botanic
6edcdcf65f Merge 2014-09-02 23:26:53 -07:00
botanic
556f246b81 Fix add user in settings 2014-09-02 23:24:41 -07:00
kaetemi
b691fa9694 Crash workaround 2014-09-03 08:18:21 +02:00
kaetemi
2c2f776f3a Remove bad data in sql 2014-09-03 07:38:24 +02:00
kaetemi
88ca2ab7e9 Don't cache redirects 2014-09-03 07:36:10 +02:00
kaetemi
37e0201a5f Throw exception instead of exit. 2014-09-03 07:23:39 +02:00
kaetemi
591a038ad3 Merge 2014-09-03 07:07:55 +02:00
kaetemi
50a3791553 Die, don't exit 2014-09-03 07:06:43 +02:00
botanic
82aaca7eea Merge 2014-09-02 21:40:10 -07:00
botanic
7b27b580b1 Fix #181 2014-09-02 21:39:35 -07:00
kaetemi
6d98bb0493 Merge 2014-09-03 06:39:20 +02:00
kaetemi
fd59c37eda Force all user ids equal 2014-09-03 06:38:38 +02:00
botanic
e75cb7fabc Fix #182 2014-09-02 21:32:48 -07:00
botanic
72db8409a5 Merge 2014-09-02 21:26:09 -07:00
botanic
419f8349dd settings page display bug 2014-09-02 21:25:39 -07:00
kaetemi
c008e0b46d Transactions not required here either, actually 2014-09-03 06:16:41 +02:00
kaetemi
4982e7c6c4 Merge 2014-09-03 06:08:08 +02:00
kaetemi
27efa58777 Reduce unnecessary manual transaction commit 2014-09-03 06:07:02 +02:00
botanic
d9a2e44e9e Merge 2014-09-02 21:04:22 -07:00
botanic
099bce3701 missing ) 2014-09-02 21:03:51 -07:00
botanic
220a93a133 updated hgignore as well as fixed php errors 2014-09-02 20:55:51 -07:00
kaetemi
44b8223a5f Disable connection cache workaround 2014-09-03 05:47:47 +02:00
kaetemi
3f9eb61e07 Don't create transactions for SELECT queries 2014-09-03 05:39:16 +02:00
kaetemi
33d7bf5c15 Fix #180 2014-09-03 05:11:11 +02:00
kaetemi
fdc514b039 Fix #180 2014-09-03 04:46:08 +02:00
kaetemi
011869167d Only make a single database connection per host, and keep them persistent 2014-09-03 03:51:11 +02:00
kaetemi
379e04dc25 Remove excessive javascript interactivity in AMS 2014-09-03 03:08:57 +02:00
kaetemi
bf7a91b3fc Some more adjustments for DBLayer... 2014-09-03 03:08:22 +02:00
dfighter1985
d146d91ab1 Mark the DFN editor modified after adding / removing an element. 2014-09-03 00:00:52 +02:00
dfighter1985
5022549a0d Implemented saving. 2014-09-02 23:54:42 +02:00
dfighter1985
3d6a9fb139 Implemented add button. 2014-09-02 23:37:16 +02:00
dfighter1985
9422a67cf3 Implemented definition editing. 2014-09-02 23:25:47 +02:00
dfighter1985
8635cd3c65 Implemented remove button. 2014-09-02 23:07:55 +02:00
dfighter1985
a76a6b6e85 Load comments, log, and definitions. 2014-09-02 23:00:32 +02:00
dfighter1985
3b270c3e9e Delete DFN when destroying a DFN editor... 2014-09-02 22:47:18 +02:00
dfighter1985
a66582cff5 Load .typ file. 2014-09-02 22:46:19 +02:00
dfighter1985
62fb0ca1ae Added GUI for the Type editor. 2014-09-02 22:32:56 +02:00
kaetemi
6fed8bad5b Re-use the database connection 2014-09-02 20:39:07 +02:00
kaetemi
6acf67d03b Make login and email unique keys 2014-09-02 20:17:53 +02:00
dfighter1985
5fa370463b Logging DFN changes. 2014-09-02 20:13:10 +02:00
kaetemi
57781ca616 Remove invalid behaviour with ring databases 2014-09-02 19:56:37 +02:00
dfighter1985
0904c30803 No comment. Literally! :D 2014-09-02 19:32:05 +02:00
dfighter1985
a875e66696 Implemented add and remove buttons. 2014-09-02 19:26:02 +02:00
kaetemi
6a8e2f314e Move misleading copyright notices to a more appropriate location 2014-09-02 19:01:15 +02:00
kaetemi
aebaac46c8 Web services setup tool, fix #141 2014-09-02 18:34:09 +02:00
dfighter1985
bca9fd9347 Save changes. 2014-09-02 15:31:14 +02:00
dfighter1985
298268b88e Change the name in the list too. 2014-09-02 15:13:48 +02:00
dfighter1985
8163f41473 Enable saving when modified, disable saving after saving. 2014-09-02 15:11:28 +02:00
dfighter1985
2292fc96c4 Apply changes. 2014-09-02 14:54:07 +02:00
kaetemi
262d9c006b Move SQL files 2014-09-02 14:36:31 +02:00
dfighter1985
2e9de8cef3 Added first iteration of the file path property manager / editor / factory. 2014-09-01 23:06:23 +02:00
dfighter1985
3929b62e48 Use enum property manager for the type. 2014-08-31 23:21:19 +02:00
dfighter1985
23c27349c3 Load DFN. 2014-08-31 22:42:49 +02:00
dfighter1985
e44733dfa6 Added common base class for Typ, Dfn, and From dialogs: GeorgesDockWidget. 2014-08-31 21:25:12 +02:00
dfighter1985
ff88a345a8 Added GUI for DFN dialog. 2014-08-31 20:21:31 +02:00
dfighter1985
f56ab5fbaa Merged default 2014-08-30 23:02:14 +02:00
dfighter1985
e5b2d05fa7 EOL 2014-08-30 22:23:21 +02:00
dfighter1985
2a3751dae2 Show an error message when form loading fails. 2014-08-30 21:37:11 +02:00
dfighter1985
b11474e6be Renamed signal. 2014-08-30 21:32:28 +02:00
kervala
4d50808bfe Fixed: EOL 2014-08-30 16:21:25 +02:00
kervala
63d62391a7 Changed: Preserve attributes when copying files in Application Bundle 2014-08-30 16:20:36 +02:00
dfighter1985
8d99120409 Save the log too, when saving.. 2014-08-27 20:30:16 +02:00
dfighter1985
2ebc1d59ef Mark file modified even when using the context menu. 2014-08-27 20:25:30 +02:00
dfighter1985
127e0b48ef Implemented rename context menu. 2014-08-27 20:24:05 +02:00
dfighter1985
6cc882e95e Now logging changes. 2014-08-27 19:22:10 +02:00
dfighter1985
14a5a81c60 Load log into the log tab. 2014-08-27 17:37:53 +02:00
dfighter1985
9249ec3dcb Don't disable the log tab! 2014-08-27 17:34:26 +02:00
dfighter1985
55c22bbce8 Implement 'delete array entry' context menu command. 2014-08-27 16:23:16 +02:00
kervala
5e8c5d2102 Changed: Including malloc/malloc.h is useless 2014-08-27 11:21:47 +02:00
kervala
891e0d1bd7 Fixed: Use ...ARBPROC declarations for ARB_occlusion_query (to fix a conflict with official OpenGL headers under Mac OS X) 2014-08-27 11:19:20 +02:00
kervala
05be67e263 Fixed: Compilation under Mac OS X (malloc is already aligned on 16 bytes and memalign doesn't exist) 2014-08-27 11:16:30 +02:00
dfighter1985
58eb1bc9eb Implemented 'append array entry' context menu 2014-08-27 01:14:49 +02:00
kaetemi
f601e916bf Remove warnings, ref #177 2014-08-26 13:48:34 +02:00
kaetemi
d02891b939 Adjust casts, ref #177 2014-08-26 13:33:18 +02:00
kaetemi
429219db7a Inventory bug workaround, ref #177 2014-08-25 15:32:00 +02:00
kaetemi
119c931738 Link group_wheel.cpp, ref #176 2014-08-25 14:56:29 +02:00
dfighter1985
205f374a2a Crash fixes related to Georges array size changing. 2014-08-20 23:36:53 +02:00
dfighter1985
56b335ca9e Added support for creating arrays. 2014-08-20 23:18:16 +02:00
dfighter1985
f32ded34fa Initialize CFormItem fields... 2014-08-20 19:57:16 +02:00
dfighter1985
6d19500e35 When reaching 0 array size, delete the array node. 2014-08-20 18:22:20 +02:00
kaetemi
0f236b800f Merge with default 2014-08-19 15:43:49 +02:00
kaetemi
539f10fafa EOL 2014-08-19 15:42:42 +02:00
kaetemi
36f77a2ab0 EOL 2014-08-19 15:38:16 +02:00
kaetemi
2abbd37304 EOL 2014-08-19 15:37:31 +02:00
dfighter1985
8523452d2b Save from the file menu too. 2014-08-19 01:57:20 +02:00
dfighter1985
e59fb841bc Merged default. 2014-08-19 00:33:03 +02:00
kaetemi
a947afc387 Merge 2014-08-18 21:14:27 +02:00
kaetemi
a119349a7e Crashfix in case pacs_prim are exported into .ig 2014-08-18 20:23:27 +02:00
dfighter1985
d4585aea4d Save changes. 2014-08-18 19:49:32 +02:00
shubham_meena
74503f666c documentation for doxygen containing plugin management system 2014-08-18 21:43:24 +05:30
dfighter1985
6b5f6da809 Array resize. 2014-08-18 18:03:48 +02:00
Matthew Lagoe
78894a03b5 Merged in shubham_meena/ryzomcore (pull request #70)
Adding comments with more description and removed doxygen errors
2014-08-18 00:55:01 -07:00
shubham_meena
77d9dd967f Improved documentation with doxygen generated doc 2014-08-18 07:13:15 +05:30
dfighter1985
e5a7b28e4b Moved BrowserCtrlPvt to it's own files. 2014-08-18 01:50:07 +02:00
kaetemi
98fadea8bf Fix shape lightmap optimize 2014-08-17 19:40:43 +02:00
kaetemi
0fdba79819 Crashfix in case pacs_prim are exported into .ig 2014-08-17 19:37:20 +02:00
kaetemi
45db7f57eb Crashfix in case pacs_prim are exported into .ig 2014-08-17 16:48:51 +02:00
kaetemi
ef9a0d8184 Crashfix in case pacs_prim are exported into .ig 2014-08-17 16:41:09 +02:00
kaetemi
6e4a14740c Crashfix in case pacs_prim are exported into .ig 2014-08-17 16:22:56 +02:00
kervala
d2419ff74e Merge 2014-08-17 16:08:25 +02:00
kervala
74a30afcc4 Changed #172 XML floating point serialization not using neutral culture 2014-08-17 16:05:51 +02:00
kaetemi
85cd41355d Additional fix #172 set _Locale to NULL after release 2014-08-17 16:02:51 +02:00
kaetemi
7c328658fb Fix continent path bug 2014-08-17 15:58:42 +02:00
kervala
4f4a3469d3 Fixed #172 XML floating point serialization not using neutral culture 2014-08-17 15:39:30 +02:00
kaetemi
0baeffd1a1 Merge with default 2014-08-16 15:05:32 +02:00
kaetemi
4d4a885f7a Maxscript selection clear fix 2014-08-16 14:51:29 +02:00
kaetemi
2cd74c193f Zone light exporter adjust 2014-08-16 14:51:29 +02:00
dfighter1985
d5dec4a681 Use the string 'array size' as the name for the property holding the array size. 2014-08-16 03:46:52 +02:00
dfighter1985
408e050ce2 Only add atoms to the property browser.. 2014-08-16 03:10:50 +02:00
dfighter1985
3c90938c47 Only add atoms to the property browser.. 2014-08-16 02:51:30 +02:00
dfighter1985
76a7980e23 Handle selected arrays too ( show size, changing it isn't implemented yet ). 2014-08-16 02:47:29 +02:00
dfighter1985
9128c712e6 Only add atoms to the property browser. 2014-08-16 02:01:07 +02:00
dfighter1985
02b2fc5b81 Fixed a crash. Setting a value into a valueless Georges node doesn't assign a type, which leads to a crash when trying to poll the value directly from the node. However if the value is polled indirectly using the node's name the value can be retrieved without a crash. 2014-08-15 23:49:12 +02:00
botanic
67ab6b4377 updated hgignore 2014-08-15 03:55:49 -07:00
botanic
a2312c1e1b updated doxygen 2014-08-15 03:49:39 -07:00
shubham_meena
2c580b97aa Merged in Gsoc14-ryzomAppImprovements (pull request #1)
Merging Gsoc 14 branch with default
2014-08-15 01:05:39 +05:30
shubham_meena
1b5a6ec066 code modified to accept request through Rest and sending achievments in response 2014-08-15 00:24:31 +05:30
shubham_meena
771070ab19 bug fix in plugin installation 2014-08-15 00:13:00 +05:30
shubham_meena
4087169084 added option for posting data in REST api 2014-08-14 22:25:16 +05:30
shubham_meena
d865f2932b BugFixes: achievements and API key management plugins 2014-08-14 22:20:05 +05:30
shubham_meena
43959ab55d small bug fix: support group missing brackets at end 2014-08-13 18:32:13 +05:30
shubham_meena
34d5d60779 Added few more options in REST api 2014-08-13 12:57:30 +05:30
kaetemi
cb448176b5 Snowballs update 2014-08-12 21:11:55 +02:00
dfighter1985
2cea18eae8 Apply changes. 2014-08-12 21:00:33 +02:00
dfighter1985
964a5d4e4c Shown properties can now be edited. 2014-08-12 20:17:10 +02:00
dfighter1985
63fd3faad6 First iteration of the property browser. 2014-08-12 19:26:55 +02:00
shubham_meena
1005be5905 Bug Fix: delete plugin option available for inactive plugins 2014-08-12 12:46:22 +05:30
shubham_meena
b949fe3144 API key management plugin for ams 2014-08-12 00:33:58 +05:30
shubham_meena
c23e441881 Achievements plugin integrated with ams 2014-08-12 00:33:11 +05:30
shubham_meena
b756f128ba added API key mangement and Achievements plugin during installation of ams 2014-08-12 00:23:48 +05:30
shubham_meena
61b86da6a5 Adding activated plugins to the main options list 2014-08-11 22:57:08 +05:30
dfighter1985
340684e1d6 Don't enter edit mode in the treeview. 2014-08-10 15:25:59 +02:00
kaetemi
cfd8f79b3d Use software cursor with attached display 2014-08-07 19:45:26 +02:00
kaetemi
f731d220d7 Project client loading screens into 3D space for HMD 2014-08-07 18:49:05 +02:00
kaetemi
b31f939f9e Non-functional direct to rift 2014-08-07 05:09:11 +02:00
kaetemi
338b9b8a7f GL: Fix switch from different resolution fullscreen to borderless display 2014-08-07 04:45:14 +02:00
kaetemi
60c4e36fec Clean handling of display mode switching in client 2014-08-07 04:36:51 +02:00
kaetemi
c2d39e8bdf GL: Handle borderless fullscreen to specified monitor internally 2014-08-07 04:18:17 +02:00
kaetemi
7bd9216a6f Specify monitor when changing display mode 2014-08-07 01:04:58 +02:00
dfighter1985
04095561cb Merge default 2014-08-07 00:03:09 +02:00
dfighter1985
37e9c885b7 Add the property browser library to the CPack archive when generated. 2014-08-06 22:59:58 +02:00
dfighter1985
d82d5ec9f6 World Editor plugin Linux build fix. 2014-08-06 22:12:46 +02:00
dfighter1985
df4755222b GUI Editor Linux build fix 2014-08-06 22:10:11 +02:00
dfighter1985
62ea5d19ce Fixed qrc path. 2014-08-06 19:54:01 +02:00
dfighter1985
0f42cb7f49 Update the tile list right away if the image is replaced. 2014-08-06 17:40:39 +02:00
dfighter1985
b41686aa44 If I add a 256x256 tile, maybe I should remove it as 256x256, not 128x128... 2014-08-06 17:14:59 +02:00
kaetemi
7db83ce7da Process some scene traversals only once when rendering in stereo 2014-08-06 14:36:09 +02:00
dfighter1985
2f56a5eee4 Statically load the empty tile image so that we don't need to have over 9000 instances of it. Also display an error message if loading fails on startup. 2014-08-06 13:25:50 +02:00
dfighter1985
3fc31ee2ad Removed yet another unused variable. 2014-08-06 13:04:30 +02:00
dfighter1985
4f05fea63c Removed unused variable. 2014-08-06 13:01:44 +02:00
kaetemi
758e87e115 OVR: Chroma factor 2014-08-05 20:14:58 +02:00
dfighter1985
f22f9fbc08 Repaint immediately when the display channel is changed. 2014-08-05 16:01:45 +02:00
dfighter1985
53f771690c Save the last directory where we loaded a tile image from. 2014-08-05 15:34:29 +02:00
dfighter1985
f23a557e77 Save the last directoy where we loaded a tilebank from. 2014-08-05 15:16:25 +02:00
dfighter1985
1e9e492f0f Rotation is now set in the tilebank wrapper and applied when replacing a tile. 2014-08-05 13:42:56 +02:00
dfighter1985
6c8ae2fafe Line endings and copyright headers... 2014-08-05 13:18:41 +02:00
kaetemi
0c7bc1240f OVR: Fix for debug devices 2014-08-05 04:03:27 +02:00
kaetemi
031f1cdcbd OVR: Convert texture coordinates and setup rendering material 2014-08-05 03:54:19 +02:00
dfighter1985
29bf9e0a93 Set all images by default. 2014-08-05 03:35:10 +02:00
dfighter1985
53e118eb04 Clear before loading the model data. 2014-08-05 03:20:30 +02:00
dfighter1985
a7022146ec Makes no sense, but doesn't seem to be crashing anymore o.O 2014-08-05 03:17:29 +02:00
kaetemi
c9762fbef5 3D: Ensure correct fog handling for effects 2014-08-05 02:58:55 +02:00
dfighter1985
cc12fb91b4 Tile loading more or less works. TODO: investigate why displacement map lookup causes crashes. 2014-08-05 02:58:31 +02:00
kaetemi
19209b8028 OVR: Test distortion mesh 2014-08-05 02:55:26 +02:00
kaetemi
537a7e7395 OVR: Test large render target 2014-08-05 02:25:14 +02:00
kaetemi
32540add2a 3D: Set matrix modes after changing render target in effect 2014-08-05 02:24:11 +02:00
kaetemi
240889b03d 3D: Render target matrix context fix 2014-08-05 02:21:30 +02:00
kaetemi
fb16438a49 OVR: Testing 2014-08-05 01:49:45 +02:00
kaetemi
4a8d07b889 OVR: Translate camera 2014-08-05 00:51:53 +02:00
kaetemi
30f98c4b62 OVR: Get orientation 2014-08-05 00:46:04 +02:00
kaetemi
2dda6cc5f0 OVR: Generate distortion mesh 2014-08-05 00:20:21 +02:00
dfighter1985
1255cdb3e7 Saving tilebank 2014-08-04 22:14:39 +02:00
dfighter1985
1309834e49 Texture path. 2014-08-04 21:59:05 +02:00
dfighter1985
716903fd5f Surface data. 2014-08-04 21:53:22 +02:00
dfighter1985
bcfcb5bb83 Oriented stuff. 2014-08-04 21:41:33 +02:00
dfighter1985
de15faa5d2 Vegetation set stuff. 2014-08-04 21:33:11 +02:00
dfighter1985
90b9a592b8 Most of the functionality works with the new code. 2014-08-04 21:22:44 +02:00
kaetemi
c99cfed0dd OVR: Read device descriptions 2014-08-04 20:32:31 +02:00
kaetemi
05a2f91711 OVR: Iterate devices 2014-08-04 19:19:15 +02:00
kaetemi
0baada5110 Cleanup 2014-08-04 18:31:31 +02:00
kaetemi
ca165de62c Add placeholders for LibOVR 0.4.0 support 2014-08-04 18:30:25 +02:00
shubham_meena
a313d66c89 rest api using curl 2014-08-04 14:05:11 +05:30
kaetemi
b24fa74936 3D: Fix texture coords for FXAA on D3D 2014-08-04 07:38:40 +02:00
kaetemi
971b1ae96c Add FXAA to Ryzom Client 2014-08-04 06:19:19 +02:00
kaetemi
925aa9c715 Remove debug 2014-08-04 06:19:03 +02:00
kaetemi
946128cdca 3D: User higher quality FXAA version 2014-08-04 06:11:47 +02:00
kaetemi
62d9785fa1 Cleanup snowballs2 2014-08-04 05:24:40 +02:00
kaetemi
650e634e68 3D: Add FXAA 2014-08-04 04:44:27 +02:00
kaetemi
a72b200fe8 Fix crash on AMD with legacy clouds 2014-08-04 01:05:53 +02:00
kaetemi
5e9fc17402 Move default render target handling to CDriverUser 2014-08-04 00:57:43 +02:00
kaetemi
8c6d46bed0 Adjust render target handling for effects 2014-08-03 22:15:44 +02:00
kaetemi
996dd9aa16 Merge with default 2014-08-03 22:15:39 +02:00
kaetemi
2ad030f5f9 GL: Occlusion query bugfix 2014-08-03 22:15:12 +02:00
dfighter1985
80f7dd725d Started to rework tile checks, tile banks loading / saving. A tilebank will now be in the tilemodel, and it will work from there. Also moved some constants into an independent file. 2014-08-03 21:33:13 +02:00
kaetemi
f03f73e5c8 3D: Cleanup bloom effect 2014-08-03 21:09:55 +02:00
kaetemi
2bccba1ddc 3D: Cleanup bloom effect 2014-08-03 20:35:05 +02:00
dfighter1985
df4446701e Rotation can now be set. 2014-08-03 19:04:34 +02:00
kaetemi
f9aa0bf7cc GL: Share depth and stencil to get similar behaviour to D3D driver 2014-08-03 18:59:19 +02:00
dfighter1985
ca1f00e35a Save the tile border, etc data when saving. 2014-08-03 17:58:02 +02:00
dfighter1985
3823a9a01b Added checks. Yes it's horrible and needs to be refactored. 2014-08-03 04:15:12 +02:00
kaetemi
54f4d5bac3 Simplify GUI projection settings 2014-08-03 00:56:26 +02:00
kaetemi
9d883e227c Off-center GUI cylinder 2014-08-02 20:11:28 +02:00
kaetemi
5580d0b761 Cylindrical GUI 2014-08-02 19:50:26 +02:00
kervala
5f5f0dd76c Changed: #172 XML floating point serialization not using neutral culture (for VC++ 2005 and up) 2014-08-02 11:18:24 +02:00
kervala
9f3717bda0 Fixed: build_interface currently only works with 32 bits bitmaps 2014-08-02 10:58:50 +02:00
kervala
97fcba17cd Fixed: VC++ 2010 compiler bug in for loop variables reuse 2014-08-02 10:57:31 +02:00
kaetemi
4add0e3610 Sound orientation with HMD and Headphones 2014-08-01 23:11:35 +02:00
kervala
6fb6baeb90 Fixed: Some NeL tools in 3d directory don't need NeL 3D 2014-08-01 17:17:53 +02:00
kervala
a2c797551d Fixed: Compilation of PACS tools without NeL 3D 2014-08-01 17:00:08 +02:00
kaetemi
9e23a689ae Project GUI into space 2014-08-01 15:44:12 +02:00
kaetemi
6de844b43c Temporary crashfix, ref #68 2014-08-01 15:23:13 +02:00
kaetemi
0adb5be855 Restore camera and scene viewport after disabling VR 2014-08-01 13:20:55 +02:00
shubham_meena
6388c2e3aa API key management calender 2014-08-01 16:01:35 +05:30
kaetemi
03e367be86 Merge with default 2014-08-01 11:50:40 +02:00
dfighter1985
b34db5e7da Apply the current zoom factor! 2014-08-01 02:38:04 +02:00
dfighter1985
66c8b95e2d Don't reload the pixmaps every time they are displayed... -.- 2014-08-01 02:34:57 +02:00
dfighter1985
2ddd7e1035 Line endings... 2014-07-31 23:23:52 +02:00
kaetemi
655d709ceb Render target format (for alpha) 2014-07-31 18:25:50 +02:00
kaetemi
74c4c09211 Fix issue with render target in OpenGL when size not specified 2014-07-31 17:41:56 +02:00
kaetemi
029d9bddfe Mode2D selection 2014-07-31 03:53:38 +02:00
kaetemi
a6812f5844 Merge with game-device 2014-07-31 02:07:20 +02:00
kaetemi
64666c302a Add render target manager, issue #47 2014-07-31 00:46:00 +02:00
kaetemi
5de85eb194 Merge with default 2014-07-30 22:32:27 +02:00
kaetemi
af99ad6085 Bugfix 2014-07-30 21:47:48 +02:00
kaetemi
98db1841c3 Fix XRef ligo export 2014-07-30 20:56:28 +02:00
kaetemi
fa64fb9359 Faster ligo export step 2014-07-30 20:56:28 +02:00
kaetemi
c062aab85a Crashfix for 3ds Max export 2014-07-30 20:56:28 +02:00
dfighter1985
ab2e54a3c8 When hitting 'save as' ask for a filename even if one is set. 2014-07-30 15:55:09 +02:00
dfighter1985
6386c5aac4 Should store the filename after opening.. 2014-07-30 15:44:02 +02:00
dfighter1985
8ea69d4b81 Should only add 1 tile here... 2014-07-30 15:40:02 +02:00
dfighter1985
677d13c7ab 128 and 256 tiles don't have alpha, so no need to load/save them. 2014-07-30 15:29:50 +02:00
dfighter1985
fadd8fbf89 Replace and delete image should be applied to the correct channel now. 2014-07-30 14:39:19 +02:00
dfighter1985
0750ca7a4d Show the image that belongs to the channel that is selected. 2014-07-30 14:28:17 +02:00
dfighter1985
47a5f95b71 Copyright headers... 2014-07-30 11:20:29 +02:00
dfighter1985
8e3ec659d5 Close the loaded file and return true... 2014-07-30 11:15:14 +02:00
dfighter1985
4a69a4f8b2 Set teh current selection to row 0 2014-07-30 11:14:41 +02:00
dfighter1985
99683c6569 Save and load the tilebank texture path. 2014-07-30 11:10:15 +02:00
dfighter1985
447caab681 Save and load the veget set filename. 2014-07-30 10:58:37 +02:00
dfighter1985
e82ffc9b14 TileBank loading. 2014-07-30 10:54:08 +02:00
dfighter1985
5b2aa71b90 Add the already selected tilesets to the land when editing. 2014-07-30 07:43:02 +02:00
dfighter1985
240844c1cd Connected the oriented combobox and now saving it's value to the tilebank. 2014-07-30 01:50:01 +02:00
dfighter1985
a513af355d Implemented saving of the currently stored tilebank data. 2014-07-30 01:29:17 +02:00
kaetemi
8c58150e83 ryzomcore/v0.9.1 2014-07-29 19:21:25 +02:00
kaetemi
7d835464f0 Crash workaround in IG loading, ref #171 2014-07-31 19:50:25 +02:00
kaetemi
21282fe62e Cleanup 2014-07-29 16:48:14 +02:00
kaetemi
413fb4bfbe Fix Skin export interface issue, #169 2014-07-29 15:42:11 +02:00
kaetemi
f563a9642e Add warning 2014-07-29 15:23:51 +02:00
kaetemi
1c1d7a2e4a Crashfix Physique export 2014-07-29 15:23:06 +02:00
kaetemi
b74a24a312 Remove a debug assert 2014-07-29 14:39:07 +02:00
kaetemi
56c6bf21fd Bugfix 2014-07-29 14:25:28 +02:00
kaetemi
c447405078 Initialize object viewer viewport at correct size 2014-07-29 14:10:40 +02:00
kaetemi
268d692b03 Compile fix 2014-07-29 14:09:08 +02:00
nimetu
25b5ff5c1d Crafted tool durability, fix #156 2014-07-28 23:51:25 +02:00
dfighter1985
fed92a47d3 As it turns out, tilesets can be assigned to multiple lands... 2014-07-28 17:05:51 +02:00
dfighter1985
d3698a5c1a Implemented the GUI part of saving... 2014-07-27 20:38:08 +02:00
dfighter1985
2f9b4f1b5e 128x128 tab should be shown by default. 2014-07-27 18:23:25 +02:00
dfighter1985
aef9f58242 Implemented tile image replace. 2014-07-26 02:24:32 +02:00
dfighter1985
2f6faf05c1 Implemented tile image deletion. 2014-07-26 02:19:13 +02:00
dfighter1985
39bde4b257 A little refactoring. 2014-07-26 02:11:02 +02:00
dfighter1985
fe044b8592 Reindex tile item nodes after deleting a node. 2014-07-26 02:05:21 +02:00
dfighter1985
fc4856f28c Implemented tile deletion. 2014-07-26 01:57:50 +02:00
dfighter1985
4d0002a6f4 I must be blind... 2014-07-26 00:32:42 +02:00
dfighter1985
a1b8737776 Implemented Tile addition. 2014-07-26 00:29:37 +02:00
shubham_meena
03b029188f bug fix: added template path option in .info file 2014-07-26 00:27:57 +05:30
dfighter1985
41f8104f19 Implemented tilebank texture path setting. 2014-07-24 23:41:42 +02:00
dfighter1985
a14a16f935 Implemented choosing / resetting vegetset for tile sets. 2014-07-24 23:31:37 +02:00
dfighter1985
7b13b09e01 When selecting another land, select the first tile set, if it exists. 2014-07-24 18:44:00 +02:00
dfighter1985
8034eac2e0 Connect the selection model so the widgets are updated. 2014-07-24 18:39:34 +02:00
dfighter1985
25dba4695d Each land has it's own TilesetModel now. When changing the land the model also changes. 2014-07-24 18:31:07 +02:00
dfighter1985
c1d6ada9c6 Implemented land name changing. 2014-07-24 16:25:28 +02:00
dfighter1985
c81e70b9b2 Implemented land removal. 2014-07-24 16:20:44 +02:00
dfighter1985
7c1f53994d Implemented land adding. 2014-07-24 16:18:01 +02:00
dfighter1985
f67e5b4e5b Renamed land related widgets. 2014-07-24 16:09:58 +02:00
dfighter1985
347a883d7b Implemented tileset move up and move down. 2014-07-24 02:28:19 +02:00
dfighter1985
764b80b751 Implemented tileset rename. 2014-07-23 21:53:09 +02:00
dfighter1985
acf3f656b2 Implemented tileset removal. 2014-07-23 18:35:26 +02:00
dfighter1985
068a10ea6d Don't try to delete the same items more than once! 2014-07-22 15:38:26 +02:00
dfighter1985
c369f49b8a Don't allow 2 tilesets to have the same name. 2014-07-22 15:35:14 +02:00
dfighter1985
395fafd2fe Update qrc location. 2014-07-22 14:44:31 +02:00
dfighter1985
8971f98722 Merged default. 2014-07-22 00:15:50 +02:00
dfighter1985
bfb04d7dda Error message when files can't be opened. 2014-07-21 23:25:35 +02:00
dfighter1985
7c0cd64ae7 Added save and save as items to the context menu. 2014-07-21 23:08:05 +02:00
dfighter1985
d63c78b503 Shouldn't crash when adding a new row. 2014-07-21 17:46:01 +02:00
dfighter1985
741fee935e Mark translated item with green, untranslated ones with red. 2014-07-21 04:11:53 +02:00
dfighter1985
7988a71c98 New context menu options: mark / unmark translated. 2014-07-21 03:51:03 +02:00
dfighter1985
232e830c3c Make sure a correct hash is not used for untranslated strings. 2014-07-21 03:24:18 +02:00
dfighter1985
164eac0eba Save to the right file. 2014-07-20 20:03:16 +02:00
dfighter1985
ad06212de7 Set header text according to the language. 2014-07-20 19:52:23 +02:00
dfighter1985
a51f76d036 Work with translated files, instead of work files. 2014-07-20 17:24:04 +02:00
dfighter1985
b0c916276d Ask for confirmation before deleting a row. 2014-07-19 17:26:59 +02:00
dfighter1985
39c43b03a8 Show insert / delete row in context menu. 2014-07-19 17:23:53 +02:00
kervala
0c3c9ca77a Changed: Determinates 3dsmax SDK base directory 2014-07-19 14:04:19 +02:00
kervala
fab8d1d22f Fixed: Give priority to fmod64 in 64 bits 2014-07-19 14:03:22 +02:00
kervala
b7cf2d3774 Fixed: Initialization of pointers in constructor 2014-07-19 14:02:43 +02:00
kervala
875ab80728 Changed: Minor optimization and warning 2014-07-19 14:01:44 +02:00
kervala
853b6aba0b Changed: Replaced tests with .size() by .empty() because faster 2014-07-19 14:01:03 +02:00
kervala
29e875255f Fixed: Some typos 2014-07-19 13:59:54 +02:00
kervala
dbbb344bde Changed: Minor change 2014-07-19 11:24:07 +02:00
kervala
0d81bb48b8 Changed: Some Big endian swaps (for PowerPC especially) 2014-07-19 11:23:49 +02:00
kervala
d02a3d7fe6 Fixed: Use UTF-8 for French translations
Changed: Improved some translations (more to come)
2014-07-19 11:19:34 +02:00
kervala
0d83dd9162 Fixed: Warning 2014-07-19 11:16:43 +02:00
kervala
389037c26e Changed: Replaced atof by NLMISC::fromString 2014-07-19 11:14:38 +02:00
dfighter1985
ec89725824 Implemented row deletion / insertion. 2014-07-18 01:52:23 +02:00
dfighter1985
237ac85e9c Use the QWidget modified property instead of the UXTEditor's own. 2014-07-18 01:18:41 +02:00
dfighter1985
b86fce833c Allow only 1 instance of the uxt editor. 2014-07-18 01:08:31 +02:00
dfighter1985
80d0c7c9c6 Added copyright headers to the new files. 2014-07-18 00:53:36 +02:00
dfighter1985
de87aca09d Implemented saving. 2014-07-18 00:50:40 +02:00
dfighter1985
512aa4c867 Apply table changes to the loaded data, and offer to save when closing the changed table. 2014-07-18 00:27:05 +02:00
dfighter1985
1df00cc8b3 Set header texts. 2014-07-17 19:17:02 +02:00
dfighter1985
85f1e37155 UXT Editor widget 2014-07-17 19:08:29 +02:00
KISHAN GRIMOUT
77d1f8e4bc fix windows 64-bit crash in client due to VS 64-bit compiler bug, fix #164 2014-07-16 13:47:08 +02:00
kaetemi
94c3613ece Fix #71 2014-07-28 22:16:41 +02:00
kaetemi
a6327001dd Backed out changeset: 7bdb27443f88 2014-07-28 22:15:09 +02:00
kaetemi
b6e703d8f7 Fix self illumination color widget in NeL Material script 2014-07-28 18:32:05 +02:00
kaetemi
1140181fe3 Fix NeL Material script defaults, fix #166 2014-07-28 18:31:40 +02:00
kaetemi
0bcbb3f4aa Adjust 3ds Max plugin versioning info 2014-07-28 18:31:20 +02:00
dfighter1985
bc50ca150b I don't really know what to write here. 2014-07-16 02:52:17 +02:00
dfighter1985
be977a23b7 Set the undostack so we won't crash... 2014-07-15 21:46:16 +02:00
dfighter1985
19570b735d Initialize the undostack to NULL, so we get a proper crash instead of a dangled pointer crash. 2014-07-15 21:41:11 +02:00
dfighter1985
5a39d59fb9 Fixed another crash. 2014-07-15 20:29:57 +02:00
dfighter1985
b55b0c5e0d 'Fixed' the Mission Compiler crash. 2014-07-15 20:19:53 +02:00
dfighter1985
2a6e5115e1 When changing a property make sure to set default to false, so it's actually saved! 2014-07-15 18:51:06 +02:00
kaetemi
722837e8a9 Disable WG specifics in r2_login script 2014-07-15 15:25:09 +02:00
dfighter1985
12d33f1024 Save world editor files. 2014-07-15 01:30:30 +02:00
kaetemi
07d3eba709 Restructure web. IMPORTANT! This moves all web files to a new central directory. Update your configuration if necessary 2014-07-14 20:27:46 +02:00
kaetemi
47bc03522e One set of SQL scripts to rule them all 2014-07-14 19:15:23 +02:00
dfighter1985
cabcff881c Trying to load an invalid world editor file shouldn't crash the application, and an error messagebox should inform the user. 2014-07-13 21:38:14 +02:00
kaetemi
b24f979569 Add callback template class 2014-07-12 18:19:25 +02:00
kaetemi
8432b9eddc Maybe solves #210 2014-10-16 02:00:53 +02:00
kaetemi
dc17e72ad3 Higher quality outline, visual difference is relevant only for black 2014-10-16 02:00:45 +02:00
Laszlo Kis-Adam
606f0f483f Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #94)
Just too lazy to push directly
2014-10-15 19:48:23 +02:00
kaetemi
de026fe48c Don't use I18N when the required ui prefix is not in the tooltip text (convention actually dictates uitt as tooltip prefix) 2014-10-14 23:45:08 +02:00
kaetemi
32a144a282 Shadow should not be taken into account for font height, breaks vertical centering 2014-10-14 23:45:08 +02:00
kaetemi
1733045cd9 HID: Adjust free look 2014-07-12 17:47:00 +02:00
kaetemi
18ade6cbd4 Trash DirectInput 2014-07-12 17:17:24 +02:00
dfighter1985
5f941d812d Apply property changes. 2014-07-12 01:54:45 +02:00
dfighter1985
790ac4524f Block only the propertychanged signal in the const_string_array property manager. 2014-07-12 00:38:35 +02:00
dfighter1985
3b713d152a Store QtProperty, IPrimitive pairs and look the primitive up when the property changes. 2014-07-12 00:01:17 +02:00
dfighter1985
ae120af5b5 Changed property to p, property is a reserved word in VS. 2014-07-11 20:47:24 +02:00
dfighter1985
3dc9d07f59 Use \n instead of ; as a separator. 2014-07-11 20:41:15 +02:00
dfighter1985
b9e12caaef Identation 2014-07-11 20:37:32 +02:00
dfighter1985
77b98d796c Implemented const_string_array editor. 2014-07-11 20:35:05 +02:00
dfighter1985
a4ccf0b86c Workaround related to the unknown statusbar crash. 2014-07-09 23:20:50 +02:00
dfighter1985
f694cfdb8e Copyright banner + line endings... I always mess this up somehow.. 2014-07-09 21:13:57 +02:00
dfighter1985
2ca6c73d09 Texture chooser now supports atlas textures as well. 2014-07-09 21:07:12 +02:00
kaetemi
3650ef83b7 Fix #162: Center ingame mouse cursor after login 2014-07-09 12:31:22 +02:00
kaetemi
24e8caf0fb Formatting: Use tabs 2014-07-09 16:59:55 +02:00
KISHAN GRIMOUT
bd257f42c7 fix windows 64bit build in mem_displayer.cpp 2014-07-09 13:41:43 +02:00
kaetemi
0f5f1f9047 Trash DirectInput 2014-07-08 22:21:11 +02:00
dfighter1985
559968ba41 Added texture property editor, editor factory, manager. Textures can now be selected using these in the property tree browser. 2014-07-08 18:59:30 +02:00
dfighter1985
3b0b82423f Added action property editor, editor factory, manager. Actions can now be edited using the editor widget in the property tree. 2014-07-08 18:26:20 +02:00
dfighter1985
6f3e230cad Allow TextureChooser's texture selection to be queried. 2014-07-07 19:19:03 +02:00
shubham_meena
e00922c699 fixed few bugs 2014-07-07 13:56:58 +05:30
dfighter1985
c736145c2f CPath can now return the file list with a path filter. 2014-07-06 23:21:25 +02:00
shubham_meena
06b6e788f4 branch updated 2014-07-07 02:12:40 +05:30
shubham_meena
cc6c18cb47 merging conflicts 2014-07-07 01:57:08 +05:30
shubham_meena
48cf2559de removed merged conflicts 2014-07-07 01:48:42 +05:30
shubham_meena
f130781223 updates database 2014-07-05 13:01:56 +05:30
dfighter1985
28807c5eea Make sure to always convert to plain bitmap. 2014-07-05 03:31:21 +02:00
dfighter1985
2a47ce3292 No need to store the loaded image data after passing it to the label. 2014-07-05 03:13:01 +02:00
dfighter1985
95defff448 Prototype of the texture chooser. 2014-07-05 02:55:46 +02:00
shubham_meena
cf6c9b6683 hook functionality 2014-07-03 16:44:37 +05:30
dfighter1985
cf2e18143f ActionList dialog can now select an action, and is used with the proc editor. 2014-07-03 00:44:38 +02:00
dfighter1985
668bbc1780 Added facilities for viewing the loaded actions. 2014-07-02 22:27:04 +02:00
dfighter1985
0f489d209c Line endings... 2014-07-02 20:44:46 +02:00
dfighter1985
40805d6526 Changed some property types. 2014-07-01 01:54:55 +02:00
dfighter1985
112f90fbbb Bitmap alignment can now be set as an enum. 2014-07-01 01:51:41 +02:00
dfighter1985
0dfb7a091c Quelled some compiler compliants. 2014-06-29 03:01:43 +02:00
dfighter1985
c8c162308d tooltip parent is now changable using an enum. 2014-06-29 02:53:33 +02:00
dfighter1985
5deea1a13b Tooltip posrefs are now enums in the GUI Editor. 2014-06-29 01:44:06 +02:00
dfighter1985
9690392ec6 Forgot the widget settings... 2014-06-27 00:49:31 +02:00
dfighter1985
6dd11d7fad Got rid of a memleak. 2014-06-27 00:47:29 +02:00
dfighter1985
78c83d83b0 The proper enum type is now determined by type not name. 2014-06-27 00:24:31 +02:00
dfighter1985
afd1d96363 text posref is now an enum too. 2014-06-27 00:07:44 +02:00
shubham_meena
9a06b57ebf function to install update in the plugin 2014-06-23 14:36:29 +05:30
dfighter1985
762139cc1e Some refactoring. 2014-06-21 22:55:10 +02:00
kaetemi
8ede6ba6e8 Fix compile 2014-06-21 22:32:49 +02:00
dfighter1985
87778c86c9 Posref can now be set as an enum, instead of a string in the property editor. 2014-06-21 18:25:14 +02:00
kaetemi
dd52a05d02 Don't enforce native fragment programs on modern hardware. Fixes water for the open source ATI/AMD driver, which reports fragment programs as not native (as they are translated to modern hardware). 2014-06-21 06:41:14 +02:00
kaetemi
9e0b573141 Exit with error 2014-06-21 05:46:20 +02:00
kaetemi
502d81c428 Fix compile 2014-06-20 23:38:44 +02:00
kaetemi
a6195bcee7 Fix compile 2014-06-20 23:24:54 +02:00
kaetemi
d518f6b730 Add option for -mfpmath=both flag 2014-06-20 19:46:33 +02:00
kaetemi
ca8f75bea8 Add SSE3 compile flag if enabled 2014-06-20 18:51:34 +02:00
kaetemi
2753b49b45 Compile fix 2014-06-20 17:53:38 +02:00
dfighter1985
d506f6bc22 Text justification can now be set using an enum property editor. 2014-06-20 17:07:27 +02:00
dfighter1985
2c900d20e5 A little refactoring 2014-06-20 16:26:10 +02:00
dfighter1985
701b7f29db Button types can now be set using an enum property editor. 2014-06-20 16:22:07 +02:00
dfighter1985
4a8bd7c7c1 Line endings... 2014-06-20 15:09:13 +02:00
kaetemi
39894f4a99 SSE2: Compile fix 2014-06-20 03:08:51 +02:00
dfighter1985
775278d9de As Object Viewer no longer uses the QtOpenGL widget this is not needed. 2014-06-19 18:40:50 +02:00
dfighter1985
8f6fb7ea99 More widgets can use the color picker now. 2014-06-19 17:21:11 +02:00
shubham_meena
5d9f32b0cb template with list of updates 2014-06-19 17:16:24 +05:30
shubham_meena
7aa7d5a56e template for updates of plugins 2014-06-19 17:11:10 +05:30
shubham_meena
f04d5694f1 check functionality for existing updates 2014-06-19 14:53:49 +05:30
dfighter1985
03e4c5ccd4 Added color picking support to the GUI Editor. TODO: change all the widget definitions. 2014-06-18 16:48:33 +02:00
shubham_meena
2998ce870f updating functionality with some error fixes 2014-06-18 15:10:31 +05:30
dfighter1985
8fb7c1c5f0 Why did I make these public in the first place? 2014-06-18 02:53:39 +02:00
dfighter1985
625dc4cc3e Making master Dnk happy. 2014-06-18 02:51:53 +02:00
dfighter1985
470896d85a Wrong slash... 2014-06-18 02:41:58 +02:00
dfighter1985
c4da612ba6 Crashfix: If the status info widget isn't removed it miraclously crashes the app on shutdown. TODO: investigate why. 2014-06-18 01:20:37 +02:00
dfighter1985
bf16d2addf Unload plugins when killing them. 2014-06-18 01:15:39 +02:00
dfighter1985
bfe1805927 Object Viewer plugin will now use the Nel3DWidget in the Core plugin. 2014-06-16 16:22:52 +02:00
dfighter1985
320a9dd33a Had to move the Nel3DWidget library to the core plugin, because Nel can only be used statically at this point. Which makes using the separate Nel3DWidget library inparctical. 2014-06-16 15:30:35 +02:00
dfighter1985
f28b134fb4 Moved the Nel 3d widget into it's own library. 2014-06-15 22:22:01 +02:00
dfighter1985
b51660f2dd Nel3DWidget is no longer in the GUI Editor namespace. 2014-06-15 19:52:04 +02:00
dfighter1985
324fd79243 Set some windows attributes. 2014-06-15 19:42:41 +02:00
dfighter1985
4f0cae93d2 Activate the driver when getting a show event, and clear the GUI Editor display widget when there's no GUI loaded. 2014-06-15 19:28:57 +02:00
dfighter1985
5d71cdd56d Moved the event listener from the 3d widget to the gui control class. 2014-06-15 19:16:52 +02:00
dfighter1985
29526906c4 Fixed build error that was caused by two widgets having the same filenames. 2014-06-15 18:41:54 +02:00
shubham_meena
146ef5e4e0 deactivating a plugin in ams 2014-06-15 09:45:00 +05:30
shubham_meena
0123a4cc7e activating a plugin in ams 2014-06-15 09:42:09 +05:30
dfighter1985
1992e17172 Renamed nelgui_widget.* to nelgui_ctrl.* 2014-06-14 19:37:42 +02:00
dfighter1985
7b41b68186 Renamed NelGUIWidget to NelGUICtrl, and changed it's base class from QWidget to QObject. 2014-06-14 18:44:57 +02:00
dfighter1985
2a4af46577 TimerId should be set to 0 when hiding. 2014-06-14 18:32:27 +02:00
dfighter1985
86fe3045cf GUI Editor main window will now send the show/hide events to NelGUIWidget. 2014-06-14 18:31:50 +02:00
dfighter1985
23ad19d0ff Split Nel3DWidget and NelGUIWidget. 2014-06-14 17:28:33 +02:00
kaetemi
2a87923ced SSE2: Replace prefetch 2014-06-14 01:09:05 +02:00
kaetemi
92d00936aa SSE2: Ensure correct allocator is used 2014-06-14 00:38:35 +02:00
kaetemi
f51843a721 SSE2: Remove dead code 2014-06-13 22:21:07 +02:00
kaetemi
56c59d114d SSE2: Fix for MinGW 2014-06-19 00:05:43 +02:00
kaetemi
b9576c93dd Merge with default 2014-06-20 03:01:32 +02:00
kaetemi
0c3baeb4de Implement occlusion queries for AMD/ATI in the OpenGL driver 2014-06-19 21:49:33 +02:00
kaetemi
a07d54e819 Fix Ryzom server compile under MinGW 2014-06-19 20:43:03 +02:00
kaetemi
8967f57fdf Backed out changeset: f665fcc42968 (except dru.cpp) 2014-06-19 20:22:12 +02:00
kaetemi
00528e1cd6 Fix Ryzom server compile under MinGW 2014-06-19 20:19:39 +02:00
kaetemi
6fa7ddd5a4 Fix Ryzom client compile under MinGW 2014-06-19 01:17:35 +02:00
kaetemi
fa373017f8 Fix NeL GUI compile under MinGW 2014-06-19 00:40:29 +02:00
kaetemi
76704a9952 Fix XA2 driver compile under MinGW 2014-06-18 23:18:06 +02:00
kaetemi
2c6b53c53e Fix NeL Tools compile under MinGW 2014-06-18 21:05:39 +02:00
kaetemi
a4c86ddf20 Fix D3D driver compile under MinGW 2014-06-18 16:29:02 +02:00
kaetemi
c539596231 Fix NeLNS compile under MinGW 2014-06-18 13:03:11 +02:00
kaetemi
a47d71713f Fix Snowballs service compile under MinGW 2014-06-18 12:52:03 +02:00
kaetemi
a5b2b269a9 Fix NeL Samples for MinGW 2014-06-18 12:40:53 +02:00
kaetemi
9f699b4923 Fix Snowballs compile under MinGW 2014-06-18 02:05:54 +02:00
kaetemi
275f18d6ab Fix linking of OpenGL driver under MinGW 2014-06-18 01:21:05 +02:00
kaetemi
fc9dc1471a Fix linking of OpenAL driver under MinGW 2014-06-18 00:28:08 +02:00
kaetemi
6807d72136 Fix compilation of NL3D under MinGW 2014-06-17 22:33:56 +02:00
kaetemi
5a48e60763 Fix compilation of NLNET under MinGW 2014-06-17 21:56:53 +02:00
kaetemi
5b47ca4709 Fix compilation of NLMISC under MinGW 2014-06-17 21:48:25 +02:00
kaetemi
0420fea931 SSE2: Add macro for force inline 2014-06-13 20:25:45 +02:00
kaetemi
7929f78dd7 SSE2: Align CMatrix 2014-06-13 19:33:09 +02:00
kaetemi
78ccdb16b7 SSE2: Implement alignment for arena allocator 2014-06-13 19:26:22 +02:00
kaetemi
12c636d747 SSE2: Add aligned allocators 2014-06-13 19:12:31 +02:00
kaetemi
3601168194 SSE2: Add CMake options 2014-06-13 19:00:24 +02:00
shubham_meena
8abe4e0c13 deleting plugin from ams 2014-06-13 17:21:49 +05:30
shubham_meena
dd11b78476 Plugin installation first upload t{block name=content} 2014-06-13 16:40:27 +05:30
shubham_meena
60d9b16a4a plugin installer functionality 2014-06-11 15:57:07 +05:30
shubham_meena
10afd1a3e8 plugin interaction files 2014-06-11 11:52:57 +05:30
shubham_meena
6511b6192b Database CREATE TABLE IF NOT EXISTS . ( 2014-06-10 12:11:34 +05:30
dfighter1985
844e93ec65 Rename log menu item. 2014-06-09 18:01:14 +02:00
dfighter1985
6cc76c9670 Updated qrc location. 2014-06-09 17:58:07 +02:00
dfighter1985
6cd1f2c9d3 Move the log trigger menu item into it's own menu, and remove the menu when unloading the plugin. 2014-06-09 17:55:45 +02:00
dfighter1985
4f09537f31 Destroy context when unloading plugins. 2014-06-09 17:40:06 +02:00
dfighter1985
b7a86fd998 Plugin loading, with issues.. 2014-06-09 01:14:13 +02:00
dfighter1985
4a381e857d Don't crash when removing the plugin of the first tab. 2014-06-08 21:56:31 +02:00
dfighter1985
bbfd0e15cb Remove Object Viewer menus when unloading the plugin. 2014-06-08 19:39:58 +02:00
dfighter1985
686e1f2013 Line endings... 2014-06-08 19:28:19 +02:00
dfighter1985
892678952f Remove display sheet id action when unloading the plugin. 2014-06-08 19:27:03 +02:00
dfighter1985
4096166e66 Remove sheet builder action when unloading the plugin. 2014-06-08 18:56:40 +02:00
dfighter1985
8111d9b9a5 Remove translation manager menu when unloading the plugin. 2014-06-08 18:45:13 +02:00
dfighter1985
356973a1bd Remove GUI Editor menu when unloading the plugin. 2014-06-08 18:30:09 +02:00
dfighter1985
c3084d5661 Implemented plugin unload. 2014-06-08 18:17:24 +02:00
dfighter1985
3eb5115a0b GUI for plugin loading / unloading in the plugin dialog. 2014-06-07 21:07:46 +02:00
dfighter1985
6da11abef2 Updated qrc location. 2014-06-07 20:04:15 +02:00
dfighter1985
18cc789f48 Progressbar should look nicer on the splash screen now. 2014-06-07 18:10:43 +02:00
dfighter1985
6938777725 Progress bar will now actually show progress. 2014-06-07 17:23:06 +02:00
dfighter1985
bfa4cec7e6 Instead of drawing the progressbar on the splash image, draw it below it. Also move the status text closer to the progress bar. 2014-06-07 16:56:10 +02:00