Fabien_HENON
|
b0858977e7
|
Changed: #1469 Changed header for TheDataset define. Compiles now
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
55297dbe65
|
Changed: #1469 Added .c_str() to strings in logs
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
a66aa09e61
|
Changed: #1469 backslash to slash in include directive
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
0cb700b1bd
|
Changed: #1469 Include files path for position_or_entity_type_helper.h
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
117379cae0
|
Changed: #1469 changed location of some headers
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
ea7a53b717
|
Changed: #1469 removed a useless header that failed compilation
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
1eadeb0ed5
|
Changed: #1469 Sound trigger client impulse implemented
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
a019880cbd
|
Changed: #1469 CEntityId to TDataSetIndex
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
bda94764fa
|
Changed: #1469 Adding sound triggers and camera animation messages
--HG--
branch : gsoc2012-fabien
|
13 years ago |
kervala
|
0e1d8836a7
|
Fixed: Bad path in ryzom.desktop.in
|
13 years ago |
Fabien_HENON
|
f48f4d25aa
|
Added: #1469 use of class TPositionOrEntity in actions, steps, modifiers, etc... + added serial function for this class
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
e0084d7f4b
|
Added: #1469 class TPositionOrEntity and TPositionOrEntityHelper to contain either an entityId or a vector (DOES NOT COMPILE YET)
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
44643839be
|
CHANGED: #1471 The local string mapper is now instantiated by CWidgetManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
63f7fa81e9
|
CHANGED: #1471 it's a good idea to register GUI widget classes with the reflection system if we want to use them!
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
b8030b966a
|
CHANGED: #1471 Apparently it's a bad idea for NLMISC to depend on a global in Ryzom client, since then it cannot be linked with other binaries.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
e2abe1e33e
|
CHANGED: #1471 CInterfaceParser is now a component of CWidgetManager, and is instantiated by an abstract factory method. (IParser::createParser())
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
bab0ca184a
|
CHANGED: #1471 no need to go thru CInterfaceManager, when CViewRenderer has it's own Singleton.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
a46165e97f
|
Added: #1469 deserialize information for sound triggers
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
e3edccf3ea
|
Changed: #1469 location of position_or_entity_type.h because it's also used by the client +
Added: #1469 Declaration of impulses in the client
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
ba6fd68efc
|
CHANGED: #1474 CInterfaceManager is no longer a subclass of CInterfaceParser, instead CInterfaceParser is a component of CInterfaceManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
f9cda42c8d
|
CHANGED: #1471 Moved some Lua related code from CInterfaceManager to CLuaManager and CInterfaceParser.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
11d2efb96f
|
CHANGED: #1471 Moved CProcedure code to it's own files, and also moved the procedure handling code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
530b542e4a
|
CHANGED: #1471 Moved some more GUI code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
b8f3aff5b1
|
CHANGED: #1471 Moved the input event handling code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
ad764e7bf0
|
CHANGED: #1471 Moved the widget drawing code from CInterfaceManager to CWidgetManager, so the GUI library can now draw the widgets!
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
42a282de48
|
CHANGED: #1471 Moved the contexthelp drawing/controlling code to the GUI library.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
dcadeb9095
|
CHANGED: #1471 CInterfaceParser is now part of the Nel GUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
e11d65bedc
|
CHANGED: #1471 CInterfaceParser no longer depends on CLuaIHMRyzom.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
d78ed9eac3
|
CHANGED: #1471 Modularized CInterfaceParser. It is now extendable with parser modules, so it can parse Ryzom game related stuff without the parser code having to be in the class itself.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
5e68fa3e75
|
CHANGED: #1471 Classes derived from CInterfaceOptions are now instantiated using a factory.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
18b83ad1fc
|
CHANGED: #1471 Some more cleanup in CInterfaceParser, removed some unused code, which also means less coupling and less refactoring to do :P
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
750b069ff7
|
CHANGED: #1471 Moved CSheetSelectionGroup and CSheetSelection to the GUI library.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
b689c57052
|
CHANGED: #1471 Little cleanup in CInterfaceParser.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
fa194fa246
|
Added: #1469 Implementation of the shake modifier impulse
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
95b28dc3bb
|
Added: #1469 Implementation of sound trigger modifier impulse
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
a2acbb4988
|
Added: #1469 Base functions to send camera animation modifiers to the client
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
0451f31350
|
Changed: #1469 All variables' type representing either a position or an entity to a TPositionOrEntity so that i can easily change what it contains
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
2334512d63
|
Added: #1469 A way to get a modifier name
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
1095975a3f
|
Changed: #1469 The way to get the animation step name and to pass it to the serial function
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
e584749c5a
|
Added: #1469 Impulse to tell the client when the animation is finished
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
73d578b764
|
Added: #1469 First impulse sent to the client to tell him the animation starts + function to get the name of a step (defined using a define)
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
5075bc80ef
|
Added: #1469 sendCameraStep implementation for return animations
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
f7a1e6cdbe
|
Added: #1469 sendCameraStep implementation for turn around animations
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
5b8c34b25e
|
Added: #1469 sendCameraStep implementation for follow entity animations
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
027ec2ca98
|
Added: #1469 sendCameraStep implementation for go to animations
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
eb5769e0ef
|
Added: #1469 Implementation of the sendCameraStep function for the basic animation + changing variables that express either a position or an entity from string to a type (to change it easily if needed)
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
b99cfc1557
|
Added: #1469 Base of the impulses for camera animation steps
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
2d3b82ff57
|
Added: #1469 timer implementation to send camera animation steps in service
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
2629c3cf5f
|
Added: #1469 base functions to send the camera animation instructions
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
2b954a23db
|
Added: #1469 getDuration function to get the duration of the step (useful for timers)
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
e72956026a
|
Added: #1469 Basis of the implementation of the camera animation action : function created but still empty
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
5f51257a7d
|
Added: #1469 Implementation of the sound trigger action
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
d301c46c27
|
Merged default branch into gui-refactoring.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
ec51a4f340
|
CHANGED: #1471 Moved the basic interface expression user functions into the NELGUI library under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
65f038bf4e
|
CHANGED: #1471 CViewPointer is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
803bdc6272
|
CHANGED: #1471 Broke up CViewPointer into a generic and a Ryzom game related class.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
31482e873b
|
CHANGED: #1471 CInterfaceTrack and CInterfaceAnim are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
cb4bc53ecd
|
CHANGED: #1471 CInterfaceAnim no longer depends on Ryzom game related code.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
cbb55e5133
|
CHANGED: #1471 CGroupHTML, CGroupParagraph, CViewLink are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
bb698212bf
|
CHANGED: #1471 Decoupled CGroupHTML, CGroupParagraph, CViewLink from Ryzom game related code.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
b65e0ca0c5
|
CHANGED: #1471 CGroupTable and CGroupCell are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
baee35347b
|
CHANGED: #1471 CGroupTable and CGroupCell no longer depend on CInterfaceManager, and a Ryzom game global.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
4ba859dc7c
|
CHANGED: #1471 CDBGroupComboBox is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
d82891c719
|
CHANGED: #1471 CDBGroupComboBox no longer depends on the isLoggedin global Ryzom game variable.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
ec6af57aa6
|
Changed: #1469 Getting rid of a variable
--HG--
branch : gsoc2012-fabien
|
13 years ago |
kaetemi
|
e9f75e639d
|
Fixed: Valgrind warnings
|
13 years ago |
dfighter1985
|
9cb78fe4f5
|
CHANGED: #1471 CDBGroupSelectNumber is now part of the NELGUI library and is under the NLGUI namespace. Also had to add a workaround so that the linker doesn't drop the seemingly unused code from the library. Thanks goes to Kaetami for that!
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
cabff5c8e5
|
CHANGED: #1471 CDBViewQuantity is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
c1148532b9
|
CHANGED: #1471 CDBViewNumber is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
5e6cada535
|
CHANGED: CDBViewDigit is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
a1c8c9dc8a
|
Added: #1469 Camera animations current source files in CMake
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
be0fdfc666
|
Changed: #1469 Converting sound names to sheet id when parsing sound triggers (camera modifier and mission action)
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
00ab7b9fa4
|
CHANGED: #1471 CDBViewBar3 is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
786cc61057
|
CHANGED: #1471 CDBViewBar3 no longer depends on CInterfaceManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
6ac90d848c
|
CHANGED: #1471 CDBViewBar is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
f049b68079
|
CHANGED: CDBViewBar no longer depends on CInterfaceManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
14247e9659
|
CHANGED: CGroupHeader is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
5893f791d4
|
CHANGED: CGroupHeader no longer depends on CInterfaceManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
862c846e43
|
CHANGED: CGroupTab and CCtrlTabButton are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
ebe5417e3e
|
CHANGED: #1471 CGroupTab no longer depends on CInterfaceManager and the Ryzom game client time data.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
3f3b8a35b0
|
CHANGED: #1471 CViewTextMenu, CGroupSubMenu, CGroupMenu are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
3786e362df
|
CHANGED: #1471 CViewTextMenu, CGroupSubMenu, CGroupMenu no longer depend on CInterfaceManager and CInterfaceParser.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
d4d4041895
|
CHANGED: #1471 CGroupScrollText is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
b1f9abd903
|
CHANGED: #1471 CGroupScrollText no longer depends on the Ryzom client time data.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
b9ac80f41a
|
CHANGED: #1471 CGroupContainer is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
aa5562b166
|
CHANGED: #1471 CGroupContainer no longer depends on CInterfaceManager, CViewPointer and the Ryzom game client time values.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
30ddbcd0b9
|
CHANGED: #1471 Moved some code from interface_options_ryzom to interface_options ( needed for CGroupContainer )
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
595999580b
|
CHANGED: #1471 CGroupEditBox is now in the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
3213e52b60
|
CHANGED: #1471 CGroupEditBox no longer depends on CGroupContainer, and CInputHandlerManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
c746f81499
|
CHANGED: #1471 CGroupList is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
1b9911af85
|
CHANGED: #1471 CGroupList no longer depends on CGroupContainer.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
3f7d55c443
|
CHANGED: #1471 CGroupTree is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
278ecff08b
|
CHANGED: #1471 CGroupTree no longer depends on CGroupContainer.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
1d0a1e8f7f
|
CHANGED: #1471 CViewBitmapCombo is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
8193f484bf
|
CHANGED: #1471 CViewBitmapCombo no longer depends on CViewPointer.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
8b84170dec
|
CHANGED: #1471 CViewBitmap is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
5dd0ce01f6
|
CHANGED: #1471 CViewBitmap no longer depends on CGroupContainer.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
47a1769dea
|
CHANGED: #1471 CCtrlTextButton is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
040eaad94c
|
CHANGED: #1471 CCtrlTextButton no longer depends on CGroupContainer.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
90a1049934
|
CHANGED: #1471 CViewTextIDFormated is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
ec5214ecdb
|
CHANGED: #1471 CViewTextIDFormated no longer depends on Ryzom game related code.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
a1b52bd8a5
|
CHANGED: #1471 CViewTextFormated is now part of NELGUI library, and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
4013d3173e
|
CHANGED: #1471 CViewTextFormated no longer depends on Ryzom game related code.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
d257a3e896
|
CHANGED: #1471 CViewTextID is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
1d3ff3c948
|
CHANGED: #1471 CViewTextID no longer depends on the client string manager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
84d826462d
|
CHANGED: #1471 CGroupWheel is now in NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
1ddba090b6
|
CHANGED: #1471 CViewText is now part of NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
7acd93ff7c
|
CHANGED: #1471 CViewText no longer depends on CInterfaceManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
f4823200fc
|
CHANGED: #1471 decoupled CViewText from CGroupContainer and CCtrlResizer.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
1222e35012
|
CHANGED: #1471 moved some ucstring handling code to the NELGUI library ( required for CViewText )
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
b51dea4654
|
CHANGED: #1471 CViewPolygon is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
c480f9804f
|
CHANGED: #1471 CViewQuad is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
0bdb8f7149
|
CHANGED: #1471 CCtrlTooltip is now in the NELGUI library and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
cd8b37eca5
|
CHANGED: #1471 CCtrlColPick is now in the NELGUI library and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
beb9fa96dc
|
CHANGED: #1471 CCtrlPolygon is now in the NELGUI library and is under NLGUI.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
dbec432a19
|
CHANGED: #1471 CCtrlQuad is now in the NELGUI library under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
a062e563bf
|
CHANGED: #1471 CCtrlScroll is now part of NELGUI, and is under the NLGUI namespace. Also added a new class CGroupSubMenuBase.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
a90445fa03
|
CHANGED: #1471 CCtrlButton is now under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
aca24ff510
|
CHANGED: #1471 CCtrlButton is now part of the NEL GUI library.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
bf7d3afd38
|
CHANGED: #1471 CCtrlBaseButton is now part of the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
dfb1f0ed37
|
CHANGED: #1471 CCtrlBaseButton is now part of the NELGUI Library.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
ae6aeb5c22
|
Added: #1469 Parsing of sound_trigger action in missions
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
c997a32bf0
|
Added: #1469 Parsing of camera_animation action in missions
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
4973f33005
|
Fixed: #1469 Bug in parsing camera animations
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
bb1740cfae
|
Added: #1469 Parsing of camera animation sound trigger modifier
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
3bf06cb247
|
Added: #1469 Parsing of camera animation shake modifier
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
d89477ff21
|
Added: #1469 Camera animation modifiers are added to camera animation steps
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
2f8696133a
|
Added: #1469 Base factory implementation for camera animation modifiers
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
a1c8a2561e
|
Added: #1469 Base for parsing of camera animation modifiers
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
a05fe020c3
|
CHANGED: #1471 Moved back some more static methods from CLuaIHMRyzom to CLuaIHM, as CLuaIHM can now handle these too.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
ed42786901
|
Added: #1469 Parsing of camera animation return step
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
4a153d8e55
|
Added: #1469 Parsing of camera animation turn around step
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
c792abe091
|
CHANGED: #1471 The classes moved in the previous commit are now under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
56a75a90ab
|
CHANGED: #1471 Finally moved some of the basic widget classes and the widget manager, action handler manager to the GUI lib. Also moved some GUI related methods back to CLuaIHM.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
9df8440d38
|
Added: #1469 Parsing of camera animation entity to follow step
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
043437e9b1
|
Added: #1469 Parsing of camera animation go to step
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
10fdd4d28c
|
Added: #1469 Base camera animation step and static animation step
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
50ec12947f
|
CHANGED: #1471 Moved some code from CGroupContainer to CGroupContainerBase. CAHManager now depends on CGroupContainerBase instead of CGroupContainer.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
423ce45141
|
CHANGED: #1471 CWidgetManager no longer depends on CGroupContainer, instead of depends on a new class CGroupContainerBase.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
2fd850b0eb
|
CHANGED: #1471 Broke up CInterfaceOptions to two files, moved the options from CInterfaceParser to CWidgetManager, CGroupFrame no longer depends on CInterfaceManager.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
94c3b7b47c
|
Added: #1469 Base containers for animation instructions
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
388cabed97
|
CHANGED: #1471 CWidgetManager no longer depends on CGroupInScene.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
0af5c0518b
|
Added: #1469 Factory used in the CCameraAnimationManager class when parsing animations
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
072d2e0385
|
Added: #1469 Factory for camera animation steps
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
fbd1d5533c
|
CHANGED: #1471 CWidgetManager no longer depends on CViewPointer. Instead it depends on the new class CViewPointerBase.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
3c74576ba9
|
CHANGED: #1471 CWidgetManager no longer depends on CGroupEditBox, it depends on a new class CGroupEditBoxBase instead.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
6f591808b0
|
CHANGED: #1471 CInterfaceGroup no longer depends on CGroupScrollText.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
2e9779a591
|
CHANGED: #1471 CInterfaceGroup no longer depends on CCtrlScroll. Instead if depends on a new CCtrlScrollBase class.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
a609fb6c4c
|
Added: #1469 Basis of the camera animations parsing
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
3c73de81a3
|
CHANGED: #1471 CInterfaceElement no longer depends on CGroupContainer.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
99b9ef33b8
|
Added: #1469 CCameraAnimationManager base singleton class for camera animation parsing and execution
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
8437a0319d
|
CHANGED: #1471 CInterfaceGroup no longer depends on CGroupContainer.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
a27305e295
|
CHANGED: #1471 CInterfaceGroup::InvalidateTexts is now implemented with a visitor, method removed. Also added CInterfaceGroup::visitGroupAndChildren, that only visits the group and it's sub-groups.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
d02a5f3d31
|
CHANGED: #1471 moved makeWindow and unMakeWindow methods to CWidgetManager from CInterfaceManager. So CInterfaceGroup no longer depends on CInterfaceManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
8b54f34045
|
CHANGED: #1471 extracted some dragging related code from CDBCtrlSheet and created a new class CCtrlDraggable, so that CWidgetManager doesn't have to be coupled with CDBCtrlSheet.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
1e92233953
|
Merge with sound_dev
--HG--
branch : gsoc2012-fabien
|
13 years ago |
kaetemi
|
c618a29276
|
Reverted: Unnecessary changes to config and data from merge
|
13 years ago |
kaetemi
|
5b22c91c93
|
Merged: From sound_dev to default (Summary: Sound CSheetId implementation, improved manual rolloff function performance)
|
13 years ago |
dfighter1985
|
ad03911fe3
|
CHANGED: #1471 Moved lots of code from CInterfaceManager to CWidgetManager ( mostly code that is directly used by the widgets )
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
1668d199c1
|
ADDED: #1471 IParser interface with a few methods, accessible from CWidgetManager, just so that I don't have to move CInterfaceParser right now.
--HG--
branch : gui-refactoring
|
13 years ago |
kaetemi
|
fc4d91fad2
|
Fixed: Sound CSheetId implementation
--HG--
branch : sound_dev
|
13 years ago |
kaetemi
|
9cd7498fe9
|
Fixed: Sound CSheetID implementation (part 2) (not tested)
--HG--
branch : sound_dev
|
13 years ago |
Fabien_HENON
|
7b8e98834d
|
Added: #1469 speed parameter for camera movement: turn around
--HG--
branch : gsoc2012-fabien
|
13 years ago |
kaetemi
|
cab401fa13
|
Merged: From default to sound_dev
--HG--
branch : sound_dev
|
13 years ago |
kaetemi
|
df5c53a6cf
|
Merged: From gsoc2012-fabien r2211 to sound_dev
--HG--
branch : sound_dev
|
13 years ago |
dfighter1985
|
0155fd6ed4
|
CHANGED: #1471 CViewRenderer no longer depends on CClientConfig, and is now part of NELGUI, under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
afbbced99b
|
Added: #1469 A check in the mission compiler to be sure camera animations referenced by missions exist in the primitive
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
477c53fd61
|
Added: #1469 A return camera animation action that make the camera returns to its starting position
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
012a9d1897
|
Changed: #1469 Simplied camera animation parameters in world_editor_classes.xml
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
9994770c99
|
CHANGED: #1471 CViewRenderer is now a separate Simpleton and not a part of CInterfaceManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
643ecb591e
|
CHANGED: #1471 Moved CInterface::runActionHandler methods to CAHManager.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
d2c30f366d
|
CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
8fd4987016
|
Added: #1469 sound_trigger and camera_animation step contents in mission compiler
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
0755db035f
|
CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc )
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
5ebc0c64cc
|
ADDED: #1471 Added new class CWidgetManager, and started to move code into it from CInterfaceManager.
--HG--
branch : gui-refactoring
|
13 years ago |
Fabien_HENON
|
49509937fe
|
Changed: #1469 Modified world_editor_classes.xml to add modifiers and sound triggers to camera movement instructions
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
128cf1c517
|
Changed: #1469 Modified world_editor_classes.xml to add camera movement instructions
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
e9ace5fde1
|
Added: EOL extension
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
8d3d1fcfcf
|
Changed: #1469 Added primitives in world_editor_classes.xml for sound triggers and camera animations
--HG--
branch : gsoc2012-fabien
|
13 years ago |
sfb
|
af454dd1cf
|
Fixed EOL issues and added .hgeol file.
|
13 years ago |
Fabien_HENON
|
a55297c29a
|
Changed: #1469 StringId conversion to CSheetId for sounds
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
dd6f2f2611
|
Changed: #1469 Getting last version from default branch
--HG--
branch : gsoc2012-fabien
|
13 years ago |
Fabien_HENON
|
f70bdc4032
|
Changed: #1469 StringId conversion to SheetId for sounds V2 (DOES NOT COMPILE YET)
--HG--
branch : gsoc2012-fabien
|
13 years ago |
dfighter1985
|
2db0a5d06e
|
CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
4284b5f4d5
|
CHANGED: #1471 CInterfaceProperty is not part of the NELGUI library and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
kervala
|
fa63a284c2
|
Fixed: #1474 Compilation with new MySQL headers
|
13 years ago |
dfighter1985
|
95955b72fe
|
CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
f769f6fb0c
|
CHANGED: #1471 Moved the stuff I moved to NELGUI library, under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
5a2a89b4fc
|
CHANGED: #1471 Moved the previously refactored code to the NELGUI library.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
c0f13794de
|
Added: #1471 CLuaManager, Singleton for the Lua state, the code parts that depend on a globally available Lua state now depend on this instead of CInterfaceManager. Also refactored the code so it's ready to be moved to the NELGUI lib.
--HG--
branch : gui-refactoring
|
13 years ago |
kervala
|
d27c9cfc69
|
Fixed: Compilation with new MySQL headers
|
13 years ago |
kervala
|
f6178de16c
|
Changed: Don't include local files in PCH
|
13 years ago |
dfighter1985
|
95a7d2667b
|
Some more Lua refactoring, started to break CLuaIHM into 2 parts. CLuaIHM will be generic, CLuaIHMRyzom will contain the Ryzom only code.
--HG--
branch : gui-refactoring
|
13 years ago |
dfighter1985
|
4e3552694a
|
CLuaString will no longer depend on CInterfaceManager.
--HG--
branch : gui-refactoring
|
13 years ago |
kervala
|
78bc0fb0d7
|
Fixed: Compilation with new mysqlclient headers
|
13 years ago |
kervala
|
4be2469c8b
|
Fixed: Compilation under Windows
|
13 years ago |
dfighter1985
|
1289f028a0
|
Moved some Lua stuff over to the NelGUI library.
--HG--
branch : gui-refactoring
|
13 years ago |
kervala
|
7cc130f42a
|
Changed: Revert a previous "fix" because iconv is already linked to Ryzom client under Mac OS X
|
13 years ago |
kervala
|
0ca7e4d64d
|
Fixed: Compilation under Mac OS X where curl needs iconv
|
13 years ago |
dfighter1985
|
07b5992f94
|
Moved some Lua related string formatting methods from CInterfaceManager to
LuaHelperStuff namespace.
--HG--
branch : gui-refactoring
|
13 years ago |