Commit graph

4810 commits

Author SHA1 Message Date
Nimetu
4a5a2e1a2f Add maxlength attribute to input and textarea tags 2014-09-27 15:55:57 +03:00
dfighter1985
4cec04d80d A little bit of refactoring. 2014-09-27 01:04:49 +02:00
dfighter1985
ade36f7852 Update coords when changing something. 2014-09-27 01:00:52 +02:00
dfighter1985
2a7452d2da Merged develop. 2014-09-27 00:08:06 +02:00
dfighter1985
1291837873 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
6a46ce616c rolling back to include a crypt(3) implementation and adding sha512 support 2014-09-26 22:30:56 +02:00
Rodolphe Breard
805a33d699 ref #206 : rolling back to include a crypt(3) implementation and adding sha512 support 2014-09-26 22:30:56 +02:00
dfighter1985
dabbfc0f31 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
9f0d4c00ea 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
c0c5315e57 Refactored IWidgetAdditionWatcher, now it's called IWidgetWatcher and it also reports widget moves. 2014-09-24 23:32:24 +02:00
dfighter1985
627184184c No need for free floating elements when we can simply reparent to the top window... 2014-09-24 22:59:40 +02:00
dfighter1985
35017fe059 Orphaned widgets won't get stuck. 2014-09-24 20:40:37 +02:00
dfighter1985
7907ee8cdb 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
40ccff720d Set dragged widgets' coordinates based on the move rather than the mouse pointer's coords. 2014-09-24 16:31:26 +02:00
dfighter1985
b92159a98a Dragged elements will no longer disappear. 2014-09-24 16:20:25 +02:00
kaetemi
44d6404b03 Add useful default config variables to dev client 2014-09-24 12:34:40 +02:00
kaetemi
1e6048a1dd Add some more practical data build batch scripts 2014-09-24 01:07:12 +02:00
kaetemi
eccd8077d6 Handle GUI event only once 2014-09-23 19:47:06 +02:00
kaetemi
98caf67674 Remove debug message 2014-09-23 18:18:14 +02:00
kaetemi
069a0cc7bd Fix EGS sheet rebuild crashes 2014-09-23 13:54:02 +02:00
Laszlo Kis-Adam
64a55d94c5 Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #82)
See commit log
2014-09-23 00:44:00 +02:00
dfighter1985
1a0b5b30f5 Instantiate the Wold Editor window after the LIGO setup. 2014-09-23 00:16:57 +02:00
dfighter1985
0c4878620e Merged develop. 2014-09-22 23:58:48 +02:00
dfighter1985
d73bf5f285 Call the onActivate method of the current context after all plugins are initialized. 2014-09-22 23:41:55 +02:00
dfighter1985
b98120ebb8 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
93cb679e35 Add an assert 2014-09-21 13:24:33 +02:00
kaetemi
6fe3fc3e35 Fix double delete 2014-09-21 12:31:02 +02:00
dfighter1985
21c6daee96 oups 2014-09-20 20:55:30 +02:00
dfighter1985
78691c50da GUI Editor should no longer crash on Linux 2014-09-20 20:51:08 +02:00
dfighter1985
ea08136fdc Merged develop 2014-09-19 20:10:00 +02:00
kaetemi
e85b225937 Add extra search paths 2014-09-19 19:48:17 +02:00
kaetemi
3f7cee4ba9 Increment web version 2014-09-18 21:55:34 +02:00
kaetemi
519e20f587 Merge with develop 2014-09-18 21:54:34 +02:00
kaetemi
4372f8834f It works on my machine 2014-09-18 21:02:14 +02:00
kaetemi
6ab0d72304 Add resave scripts 2014-09-18 17:40:07 +02:00
kaetemi
13613b1b59 Add particle system path fixing script 2014-09-18 14:10:03 +02:00
kaetemi
265b83e97e Fix missing include 2014-09-18 13:02:32 +02:00
kaetemi
d8b26f1b9b Backed out incomplete changes to GL driver 2014-09-18 11:31:19 +02:00
dfighter1985
3d95baf101 Fixed Object Viewer build. 2014-09-17 22:36:58 +02:00
dfighter1985
58f5047b7e Merged the gui-editor branch. 2014-09-17 21:12:14 +02:00
dfighter1985
274565ff79 don't evaluate the child-nodes when there are none, directly just return () 2014-09-17 20:54:16 +02:00
dfighter1985
2d4e60a328 When removing the root node, don't retain the pointer to it... 2014-09-17 20:51:45 +02:00
dfighter1985
d45661a8ac Added the rest of the expression files. 2014-09-17 20:49:26 +02:00
Laszlo Kis-Adam
dd87905e1a Merged in dfighter1985/ryzomcore/dfighter-tools (pull request #81)
Expression Editor
2014-09-17 19:53:36 +02:00
dfighter1985
4045126855 Merged develop. 2014-09-17 19:51:14 +02:00
dfighter1985
91a11938a2 Added support for clearing the Expression Editor scene. 2014-09-17 19:27:06 +02:00
dfighter1985
6e499f2dba Texture Chooser shouldn't have been left in the main menu... 2014-09-17 19:21:39 +02:00
dfighter1985
12be42506f Moved the Expression Editor to it's right place. 2014-09-17 19:19:43 +02:00
dfighter1985
7b5bed2442 Instead of mouse move event, use the itemChange handler to move the links. 2014-09-17 16:17:41 +02:00
dfighter1985
fee6b431a0 ExpressionNode flags are now set in it's constructor. 2014-09-17 16:02:28 +02:00