Commit graph

4906 commits

Author SHA1 Message Date
dfighter1985
e5fd9ca07b UXT Editor widget 2014-07-17 19:08:29 +02:00
KISHAN GRIMOUT
bc45823645 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
9a9ebf5f81 Fix #71 2014-07-28 22:16:41 +02:00
kaetemi
5aef77afe5 Backed out changeset: 7bdb27443f88 2014-07-28 22:15:09 +02:00
kaetemi
f81032039a Fix self illumination color widget in NeL Material script 2014-07-28 18:32:05 +02:00
kaetemi
27269065ab Fix NeL Material script defaults, fix #166 2014-07-28 18:31:40 +02:00
kaetemi
6db922232e Adjust 3ds Max plugin versioning info 2014-07-28 18:31:20 +02:00
kervala
7b32c84f3b Changed: Determinates 3dsmax SDK base directory 2014-07-19 14:04:19 +02:00
kervala
1259c1dd5c Fixed: Give priority to fmod64 in 64 bits 2014-07-19 14:03:22 +02:00
kervala
a9b162b016 Fixed: Initialization of pointers in constructor 2014-07-19 14:02:43 +02:00
kervala
fb40a59387 Changed: Minor optimization and warning 2014-07-19 14:01:44 +02:00
kervala
f7d9b32051 Changed: Replaced tests with .size() by .empty() because faster 2014-07-19 14:01:03 +02:00
kervala
0e95ce2a25 Fixed: Some typos 2014-07-19 13:59:54 +02:00
kervala
2508728714 Changed: Minor change 2014-07-19 11:24:07 +02:00
kervala
fd4376b1a4 Changed: Some Big endian swaps (for PowerPC especially) 2014-07-19 11:23:49 +02:00
kervala
892c2d9a45 Fixed: Use UTF-8 for French translations
Changed: Improved some translations (more to come)
2014-07-19 11:19:34 +02:00
kervala
2d4c4cd3cf Fixed: Warning 2014-07-19 11:16:43 +02:00
kervala
60c5fc61a5 Changed: Add build_vc* in .hgignore 2014-07-19 11:15:54 +02:00
kervala
7c95946416 Changed: Replaced atof by NLMISC::fromString 2014-07-19 11:14:38 +02:00
dfighter1985
f27af0f68d I don't really know what to write here. 2014-07-16 02:52:17 +02:00
dfighter1985
cbc3b5a8c9 Set the undostack so we won't crash... 2014-07-15 21:46:16 +02:00
dfighter1985
a24ad81206 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
269613fc82 Fixed another crash. 2014-07-15 20:29:57 +02:00
dfighter1985
cc9647c098 'Fixed' the Mission Compiler crash. 2014-07-15 20:19:53 +02:00
dfighter1985
2b31989661 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
a83849a38e Disable WG specifics in r2_login script 2014-07-15 15:25:09 +02:00
dfighter1985
e651c563e5 Save world editor files. 2014-07-15 01:30:30 +02:00
kaetemi
c19130574e 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
03396c015c One set of SQL scripts to rule them all 2014-07-14 19:15:23 +02:00
dfighter1985
b72b78fb84 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
f3a32ca7d0 Add callback template class 2014-07-12 18:19:25 +02:00
kaetemi
8c4bb5069f Maybe solves #210 2014-10-16 02:00:53 +02:00
kaetemi
4d25275fd5 Higher quality outline, visual difference is relevant only for black 2014-10-16 02:00:45 +02:00
Laszlo Kis-Adam
f90fecf5bd Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #94)
Just too lazy to push directly
2014-10-15 19:48:23 +02:00
dfighter1985
8066656c09 Fix parent pos and size parsing. 2014-10-15 19:46:43 +02:00
dfighter1985
0bbf0b70e9 Don't drop the texture property just because there's no texture assigned... 2014-10-15 12:09:57 +02:00
kaetemi
c7cd777479 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
a1cdd16bd4 Shadow should not be taken into account for font height, breaks vertical centering 2014-10-14 23:45:08 +02:00
Laszlo Kis-Adam
0876456a22 Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #93)
Further GUI Editor improvements
2014-10-13 20:17:57 +02:00
dfighter1985
96f06076bd Don't disable the active group before serializing. 2014-10-13 20:15:41 +02:00
dfighter1985
1e364938f9 It's not a bad idea to actually retrieve the version if we load it... 2014-10-13 19:15:59 +02:00
dfighter1985
91350ec60f Don't reject an action property just because it's empty... 2014-10-13 18:55:17 +02:00
dfighter1985
d7d7a35b9a Map files can now be specified when creating a new GUI project. 2014-10-13 18:53:26 +02:00
dfighter1985
b1f81229d0 When creating a new GUI set the base color to white. 2014-10-13 17:47:42 +02:00
dfighter1985
78e64abd69 Pos and Size parent setters should now use the widget directly as well. 2014-10-13 15:43:10 +02:00
dfighter1985
6b3e8d3766 Size parent is now queried directly from the widget. 2014-10-13 15:26:47 +02:00
dfighter1985
c8dd68418f GUI Editor should show the right parent position. 2014-10-12 23:07:08 +02:00
dfighter1985
085f500557 Parent positions should now be saved right again. 2014-10-12 23:05:22 +02:00
dfighter1985
47004dc293 Some refactoring regarding saving. 2014-10-12 21:15:13 +02:00
dfighter1985
257b5ac152 When creating a new project, save it right away. 2014-10-12 20:09:42 +02:00