Commit graph

5199 commits

Author SHA1 Message Date
dfighter1985
d4b8628f92 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
53e8f8ed94 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
33d658a444 Read the GUI Editor widget and expression definition XML files from the right directory. 2015-02-09 01:48:39 +01:00
dfighter1985
e26561ae1d Install the GUI Editor widget and expression definition files to the data dir. 2015-02-08 23:46:33 +01:00
dfighter1985
2fadeccaf1 Handle relative paths when loading .worldedit files in World Editor. 2015-02-08 00:24:29 +01:00
dfighter1985
ad8d9fa391 Merged in hotfix (pull request #111)
Merge hotfix
2015-02-06 02:32:03 +01:00
dfighter1985
eca3a92a08 Erm. Initialize Nel3D on other platforms too... 2015-02-06 02:29:33 +01:00
dfighter1985
b1bd4d132f Merged in hotfix (pull request #108)
Merge hotfix branch.
2015-02-06 00:45:36 +01:00
dfighter1985
dfaf2b08e6 CPack should use the install prefix. 2015-02-06 00:31:51 +01:00
dfighter1985
45e7e542a8 We need the LIGO config file, not directory in the first start settings dialog. 2015-02-05 23:50:38 +01:00
dfighter1985
b52a633615 Merged in hotfix (pull request #105)
Merge hotfix
2015-02-02 23:32:08 +01:00
dfighter1985
37f9f90fab Use release squish if debug not found. Fixes s3tc compressor tool build. 2015-02-02 23:25:11 +01:00
dfighter1985
acbfc21b3b Some CPack renames. 2015-02-02 22:51:43 +01:00
dfighter1985
3b8012b308 Install tile editor's plugin spec to the right directory. 2015-02-02 22:41:29 +01:00
dfighter1985
d7c33649e3 Fixed build of Object Viewer Widget Qt ( old, not part of Studio ). 2015-02-02 22:01:16 +01:00
dfighter1985
14acd08260 Merged hotfix 2015-02-02 03:54:50 +01:00
dfighter1985
afde74cbbe Merged mainline 2015-02-02 02:03:00 +01:00
dfighter1985
b7104c8d57 Initialize Nel3D in the Object Viewer plugin too. 2015-02-01 20:29:26 +01:00
kervala
0ebca0834b 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
e0c6d863b6 Fixed: Guilds with same characters and not same spaces 2015-01-21 13:20:56 +01:00
Nimetu
3b4dff3b90 Include chat message channel/type to chatlog file 2015-01-15 20:08:28 +02:00
kervala
b4cacf3722 Fixed: Compilation 2015-01-13 20:35:34 +01:00
kervala
713dcf97ee Changed: Replaced atoi and atof by NLMISC::fromString 2015-01-13 19:47:14 +01:00
kervala
0193bd948c Fixed: Compilation 2015-01-13 15:15:07 +01:00
kervala
3936b5faa7 Fixed: Compilation 2015-01-13 15:08:13 +01:00
kervala
09e7fe8f3f Changed: Minor changes 2015-01-13 14:11:07 +01:00
kervala
3602ab47f2 Changed: Replaced ~0 by corresponding std::numeric_limits<T>::max() 2015-01-13 13:47:19 +01:00
kaetemi
9d0695feee Lightmap debug message 2015-01-13 13:21:56 +01:00
kaetemi
982e720f1e Unhide layers in max export 2015-01-13 13:21:56 +01:00
kervala
73b1c4b0e9 Changed: Fixed a wrong copy-paste 2015-01-11 18:27:06 +01:00
kervala
80da14b2d6 Changed: Use defined directories prefixed by a default directory 2015-01-11 18:01:32 +01:00
kervala
b9962b01c9 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
c8a0d17a77 Changed: Append getAppBundlePath() to search paths under OS X 2015-01-11 14:59:15 +01:00
kervala
5d7ee3b030 Changed: Don't use replaceApplicationDirToken anymore 2015-01-11 14:57:40 +01:00
kervala
ca75c5421c Changed: Typo 2015-01-11 14:56:51 +01:00
kervala
0b6bfe2abd Fixed: Compilation with OS X SDK 10.10 2015-01-10 20:33:02 +01:00
kervala
0a6f13de74 Fixed: Removed raw mouse mode for OS X too 2015-01-10 19:55:05 +01:00
kervala
6ec23c8a0e Fixed: OpenGL driver compilation 2015-01-10 19:53:27 +01:00
kervala
7c0fe6703b Merge 2015-01-10 19:08:55 +01:00
kervala
c3def674ba Changed: Minor changes 2015-01-10 18:45:14 +01:00
kervala
3047e92d38 Fixed: OpenGL ES driver compilation 2015-01-10 18:41:54 +01:00
kervala
ba4522f4b9 Changed: More aliases for OpenGL ES functions and defines to simplify code 2015-01-10 18:41:18 +01:00
Jan Boon
a593a79989 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
Jan Boon
e2812a6eb9 Merged in nimetu/ryzomcore/fix-issue-226 (pull request #99)
Fix html submit button value that is included with form data (issue #226)
2015-01-09 18:08:49 +01:00
Nimetu
94a967381e Fix html submit button value that is included with form data (issue #226) 2015-01-09 13:11:20 +02:00
Nimetu
07c99a4b3d CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225) 2015-01-09 12:59:53 +02:00
kervala
3292ea5dfa Changed: Check for string length 2014-12-26 13:44:35 +01:00
kervala
f410468b50 Changed: Allow to enable UAC for Windows client 2014-12-26 13:44:03 +01:00
kervala
1e03bedc78 Changed: Give priority to Luabind library filenames with specific Lua version 2014-12-26 13:43:20 +01:00
kervala
935ee947a6 Changed: Minor changes 2014-12-26 13:38:02 +01:00