dfighter1985
|
2c812e90ab
|
Work with translated files, instead of work files.
--HG--
branch : gsoc2014-dfighter
|
2014-07-20 17:24:04 +02:00 |
|
dfighter1985
|
fbcfa4ee6f
|
Ask for confirmation before deleting a row.
--HG--
branch : gsoc2014-dfighter
|
2014-07-19 17:26:59 +02:00 |
|
dfighter1985
|
62a6b408a2
|
Show insert / delete row in context menu.
--HG--
branch : gsoc2014-dfighter
|
2014-07-19 17:23:53 +02:00 |
|
kervala
|
38f79138b9
|
Changed: Determinates 3dsmax SDK base directory
|
2014-07-19 14:04:19 +02:00 |
|
kervala
|
1ace2090fb
|
Fixed: Give priority to fmod64 in 64 bits
|
2014-07-19 14:03:22 +02:00 |
|
kervala
|
9b600a154d
|
Fixed: Initialization of pointers in constructor
|
2014-07-19 14:02:43 +02:00 |
|
kervala
|
4b39f9640d
|
Changed: Minor optimization and warning
|
2014-07-19 14:01:44 +02:00 |
|
kervala
|
0bb464411b
|
Changed: Replaced tests with .size() by .empty() because faster
|
2014-07-19 14:01:03 +02:00 |
|
kervala
|
49c53955a6
|
Fixed: Some typos
|
2014-07-19 13:59:54 +02:00 |
|
kervala
|
23b73eff1d
|
Changed: Minor change
|
2014-07-19 11:24:07 +02:00 |
|
kervala
|
3fb0dfe0c2
|
Changed: Some Big endian swaps (for PowerPC especially)
|
2014-07-19 11:23:49 +02:00 |
|
kervala
|
42eeb9ad59
|
Fixed: Use UTF-8 for French translations
Changed: Improved some translations (more to come)
|
2014-07-19 11:19:34 +02:00 |
|
kervala
|
c1ea3820d5
|
Fixed: Warning
|
2014-07-19 11:16:43 +02:00 |
|
kervala
|
ba3d0dd1b9
|
Changed: Add build_vc* in .hgignore
|
2014-07-19 11:15:54 +02:00 |
|
kervala
|
8d2db7bc85
|
Changed: Replaced atof by NLMISC::fromString
|
2014-07-19 11:14:38 +02:00 |
|
dfighter1985
|
d9c2620e6e
|
Implemented row deletion / insertion.
--HG--
branch : gsoc2014-dfighter
|
2014-07-18 01:52:23 +02:00 |
|
dfighter1985
|
485ee77406
|
Use the QWidget modified property instead of the UXTEditor's own.
--HG--
branch : gsoc2014-dfighter
|
2014-07-18 01:18:41 +02:00 |
|
dfighter1985
|
3e188334fe
|
Allow only 1 instance of the uxt editor.
--HG--
branch : gsoc2014-dfighter
|
2014-07-18 01:08:31 +02:00 |
|
dfighter1985
|
9bda0bd1e7
|
Added copyright headers to the new files.
--HG--
branch : gsoc2014-dfighter
|
2014-07-18 00:53:36 +02:00 |
|
dfighter1985
|
05216897f0
|
Implemented saving.
--HG--
branch : gsoc2014-dfighter
|
2014-07-18 00:50:40 +02:00 |
|
dfighter1985
|
fbc1632d04
|
Apply table changes to the loaded data, and offer to save when closing the changed table.
--HG--
branch : gsoc2014-dfighter
|
2014-07-18 00:27:05 +02:00 |
|
dfighter1985
|
0de5152aa9
|
Set header texts.
--HG--
branch : gsoc2014-dfighter
|
2014-07-17 19:17:02 +02:00 |
|
dfighter1985
|
d33fb9345e
|
UXT Editor widget
--HG--
branch : gsoc2014-dfighter
|
2014-07-17 19:08:29 +02:00 |
|
KISHAN GRIMOUT
|
b9dc8ace7e
|
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
|
f724d13700
|
Fix #71
|
2014-07-28 22:16:41 +02:00 |
|
kaetemi
|
5930d3b384
|
Backed out changeset: 7bdb27443f88
|
2014-07-28 22:15:09 +02:00 |
|
kaetemi
|
12aa02585f
|
Fix self illumination color widget in NeL Material script
|
2014-07-28 18:32:05 +02:00 |
|
kaetemi
|
3b4e1a32cb
|
Fix NeL Material script defaults, fix #166
|
2014-07-28 18:31:40 +02:00 |
|
kaetemi
|
6e3827928b
|
Adjust 3ds Max plugin versioning info
|
2014-07-28 18:31:20 +02:00 |
|
dfighter1985
|
f60f761b7a
|
I don't really know what to write here.
--HG--
branch : gsoc2014-dfighter
|
2014-07-16 02:52:17 +02:00 |
|
dfighter1985
|
28c30b70f1
|
Set the undostack so we won't crash...
--HG--
branch : gsoc2014-dfighter
|
2014-07-15 21:46:16 +02:00 |
|
dfighter1985
|
d30e9ad226
|
Initialize the undostack to NULL, so we get a proper crash instead of a dangled pointer crash.
--HG--
branch : gsoc2014-dfighter
|
2014-07-15 21:41:11 +02:00 |
|
dfighter1985
|
63b6a03f85
|
Fixed another crash.
--HG--
branch : gsoc2014-dfighter
|
2014-07-15 20:29:57 +02:00 |
|
dfighter1985
|
1cbcca259c
|
'Fixed' the Mission Compiler crash.
--HG--
branch : gsoc2014-dfighter
|
2014-07-15 20:19:53 +02:00 |
|
dfighter1985
|
56a4c3ea7d
|
When changing a property make sure to set default to false, so it's actually saved!
--HG--
branch : gsoc2014-dfighter
|
2014-07-15 18:51:06 +02:00 |
|
kaetemi
|
ca4c302c6a
|
Disable WG specifics in r2_login script
|
2014-07-15 15:25:09 +02:00 |
|
dfighter1985
|
61b8a4ef82
|
Save world editor files.
--HG--
branch : gsoc2014-dfighter
|
2014-07-15 01:30:30 +02:00 |
|
kaetemi
|
3f5eedf040
|
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
|
aca4d8e48b
|
One set of SQL scripts to rule them all
|
2014-07-14 19:15:23 +02:00 |
|
dfighter1985
|
2d865a8567
|
Trying to load an invalid world editor file shouldn't crash the application, and an error messagebox should inform the user.
--HG--
branch : gsoc2014-dfighter
|
2014-07-13 21:38:14 +02:00 |
|
kaetemi
|
176c3d8a4a
|
Add callback template class
--HG--
branch : develop
|
2014-07-12 18:19:25 +02:00 |
|
kaetemi
|
fff4edb2c9
|
Maybe solves #210
--HG--
branch : develop
|
2014-10-16 02:00:53 +02:00 |
|
kaetemi
|
7487ea4135
|
Higher quality outline, visual difference is relevant only for black
--HG--
branch : develop
|
2014-10-16 02:00:45 +02:00 |
|
Laszlo Kis-Adam
|
03af2ed463
|
Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #94)
Just too lazy to push directly
--HG--
branch : develop
|
2014-10-15 19:48:23 +02:00 |
|
dfighter1985
|
f91846c970
|
Fix parent pos and size parsing.
--HG--
branch : dfighter-tools
|
2014-10-15 19:46:43 +02:00 |
|
dfighter1985
|
3209f48daa
|
Don't drop the texture property just because there's no texture assigned...
--HG--
branch : dfighter-tools
|
2014-10-15 12:09:57 +02:00 |
|
kaetemi
|
b010f224e4
|
Don't use I18N when the required ui prefix is not in the tooltip text (convention actually dictates uitt as tooltip prefix)
--HG--
branch : develop
|
2014-10-14 23:45:08 +02:00 |
|
kaetemi
|
07a57f81f8
|
Shadow should not be taken into account for font height, breaks vertical centering
--HG--
branch : develop
|
2014-10-14 23:45:08 +02:00 |
|
Laszlo Kis-Adam
|
cd7f9035bc
|
Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #93)
Further GUI Editor improvements
--HG--
branch : develop
|
2014-10-13 20:17:57 +02:00 |
|
dfighter1985
|
2b5898565f
|
Don't disable the active group before serializing.
--HG--
branch : dfighter-tools
|
2014-10-13 20:15:41 +02:00 |
|