dfighter1985
|
421582d386
|
MODIFIED: #1471 Merged mainline default to this branch.
|
2012-11-25 05:22:40 +01:00 |
|
kervala
|
05ae6371c1
|
Changed: Minor changes
|
2012-10-28 13:47:09 +01:00 |
|
kervala
|
40227ccec5
|
Fixed #1: Implement anisotropic filtering for textures
|
2012-10-27 17:46:13 +02:00 |
|
kervala
|
0698f1abc2
|
Changed: Replaced string empty comparisons with empty()
|
2012-10-06 18:17:57 +02:00 |
|
kervala
|
2b86a180e6
|
Changed: Replaced string empty comparisons with empty()
|
2012-10-06 17:17:26 +02:00 |
|
kervala
|
9a12a5b4c2
|
Fixed: #1498 Client fails to switch shortcut bars on ctrl + number hotkeys
|
2012-10-06 17:12:23 +02:00 |
|
kervala
|
3a361f1c9a
|
Changed: #878 Fix typos in comments/code
|
2012-10-06 17:09:03 +02:00 |
|
kervala
|
c9a3e9efbc
|
Changed: #878 Fix typos in comments/code
|
2012-10-01 10:08:52 +02:00 |
|
kervala
|
fb17aa63e1
|
Fixed: #1497 optimize the drawing of radar by removing multiple access to local db (patch provided by yricl, a big thanks!)
|
2012-09-29 14:35:43 +02:00 |
|
kervala
|
cb8b6a0e9f
|
Changed: Use ryzom_client as icons
|
2012-09-28 20:52:56 +02:00 |
|
kervala
|
7d12dd6058
|
Fixed: #1444 Add details for user-agent
|
2012-09-28 20:51:53 +02:00 |
|
kervala
|
21c7be0b17
|
Changed: Renamed some Linux files to not conflict with Ryzom package
|
2012-09-27 22:23:06 +02:00 |
|
kervala
|
34d1e33c1c
|
Changed: Use *_PREFIX instead of fixed values with INSTALL
|
2012-09-27 22:17:47 +02:00 |
|
kervala
|
03db8750ad
|
Changed: Synchronization with SVN
|
2012-09-26 12:45:34 +02:00 |
|
kervala
|
f21467c466
|
Fixed: Don't compress textures in DXTC when used as buttons
|
2012-09-26 12:44:52 +02:00 |
|
kervala
|
3250ae42b2
|
Changed: Don't compile 7zDec if WITH_RYZOM_TOOLS is disabled
|
2012-09-26 12:44:03 +02:00 |
|
kervala
|
6fa100fef8
|
Fixed: Don't compress textures in DXTC when used as buttons
|
2012-09-25 21:21:58 +02:00 |
|
kervala
|
25bfadcff8
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-09-25 14:15:04 +02:00 |
|
kervala
|
182a79f2cb
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-09-25 13:20:25 +02:00 |
|
kervala
|
3429d7ba42
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-09-25 12:33:02 +02:00 |
|
kervala
|
853e110ac5
|
Changed: Synchronization with SVN
|
2012-09-22 23:53:46 +02:00 |
|
kervala
|
38c5e6840d
|
Fixed: #1493 MultiArch support
|
2012-09-22 22:57:38 +02:00 |
|
kervala
|
9ee7196f5b
|
Fixed: ryzom.xpm should be 32x32 instead of 48x48
|
2012-09-22 21:07:35 +02:00 |
|
kervala
|
9cd35a8a5d
|
Fixed: Compilation under unices (syslog.h included before chat_displayer.h creates a conflict with LOG_WARNING)
|
2012-09-18 09:11:23 +02:00 |
|
kervala
|
d6d7f75c68
|
Changed: Reverted a previous fix (sorry)
|
2012-09-11 22:50:10 +02:00 |
|
kervala
|
78fe1850f1
|
Changed: Synchronization with SVN
|
2012-09-11 20:26:36 +02:00 |
|
kaetemi
|
1710b9bb6a
|
Fixed: Missed something
|
2012-07-27 22:51:38 +02:00 |
|
kaetemi
|
b03895fff7
|
Changed: Use the high resolution local time function instead of the funky code when getting the local time in the client. Use the timer probe function to check if it is necessary to set the cpu mask in the client
|
2012-07-27 22:35:26 +02:00 |
|
kervala
|
8a1af615a1
|
Fixed: Bad path in ryzom.desktop.in
|
2012-07-20 18:51:50 +02:00 |
|
dfighter1985
|
da53ae9206
|
CHANGED: #1471 The local string mapper is now instantiated by CWidgetManager.
|
2012-07-16 06:16:43 +02:00 |
|
dfighter1985
|
73c63a99c7
|
CHANGED: #1471 it's a good idea to register GUI widget classes with the reflection system if we want to use them!
|
2012-07-14 05:16:09 +02:00 |
|
dfighter1985
|
5f49fab257
|
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.
|
2012-07-14 01:46:22 +02:00 |
|
dfighter1985
|
f2c3c55bde
|
CHANGED: #1471 CInterfaceParser is now a component of CWidgetManager, and is instantiated by an abstract factory method. (IParser::createParser())
|
2012-07-13 05:37:09 +02:00 |
|
dfighter1985
|
99b8ee5758
|
CHANGED: #1471 no need to go thru CInterfaceManager, when CViewRenderer has it's own Singleton.
|
2012-07-12 23:04:36 +02:00 |
|
dfighter1985
|
3e5137810b
|
CHANGED: #1474 CInterfaceManager is no longer a subclass of CInterfaceParser, instead CInterfaceParser is a component of CInterfaceManager.
|
2012-07-12 21:39:51 +02:00 |
|
dfighter1985
|
c9692cfc05
|
CHANGED: #1471 Moved some Lua related code from CInterfaceManager to CLuaManager and CInterfaceParser.
|
2012-07-12 09:01:35 +02:00 |
|
dfighter1985
|
7e8e21e2f6
|
CHANGED: #1471 Moved CProcedure code to it's own files, and also moved the procedure handling code from CInterfaceManager to CWidgetManager.
|
2012-07-12 05:29:33 +02:00 |
|
dfighter1985
|
b2ee4d275c
|
CHANGED: #1471 Moved some more GUI code from CInterfaceManager to CWidgetManager.
|
2012-07-11 22:27:22 +02:00 |
|
dfighter1985
|
6506989e14
|
CHANGED: #1471 Moved the input event handling code from CInterfaceManager to CWidgetManager.
|
2012-07-11 06:44:34 +02:00 |
|
dfighter1985
|
86302f6a39
|
CHANGED: #1471 Moved the widget drawing code from CInterfaceManager to CWidgetManager, so the GUI library can now draw the widgets!
|
2012-07-10 23:01:09 +02:00 |
|
dfighter1985
|
27953ec7e8
|
CHANGED: #1471 Moved the contexthelp drawing/controlling code to the GUI library.
|
2012-07-10 06:25:15 +02:00 |
|
dfighter1985
|
e97ec6788e
|
CHANGED: #1471 CInterfaceParser is now part of the Nel GUI library and is under the NLGUI namespace.
|
2012-07-09 03:45:00 +02:00 |
|
dfighter1985
|
e1bbfb74fa
|
CHANGED: #1471 CInterfaceParser no longer depends on CLuaIHMRyzom.
|
2012-07-09 03:07:19 +02:00 |
|
dfighter1985
|
7142b94449
|
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.
|
2012-07-09 02:36:17 +02:00 |
|
dfighter1985
|
4ed62dc1c4
|
CHANGED: #1471 Classes derived from CInterfaceOptions are now instantiated using a factory.
|
2012-07-08 01:56:49 +02:00 |
|
dfighter1985
|
5ffd1d3067
|
CHANGED: #1471 Some more cleanup in CInterfaceParser, removed some unused code, which also means less coupling and less refactoring to do :P
|
2012-07-07 21:17:15 +02:00 |
|
dfighter1985
|
28288d2543
|
CHANGED: #1471 Moved CSheetSelectionGroup and CSheetSelection to the GUI library.
|
2012-07-07 20:38:45 +02:00 |
|
dfighter1985
|
097ee504f6
|
CHANGED: #1471 Little cleanup in CInterfaceParser.
|
2012-07-07 19:49:13 +02:00 |
|
dfighter1985
|
e24cffa79f
|
Merged default branch into gui-refactoring.
|
2012-07-02 22:46:08 +02:00 |
|
dfighter1985
|
5a76ae7b38
|
CHANGED: #1471 Moved the basic interface expression user functions into the NELGUI library under the NLGUI namespace.
|
2012-07-02 05:07:13 +02:00 |
|