kaetemi
32082e854a
Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:DIRECTION"")
...
--HG--
branch : kaetemi-optimize
2013-07-28 09:06:11 +02:00
kaetemi
16783449a7
Avoid redundant per-frame calls to getDbProp in outpost.xml and outpost.lua
...
--HG--
branch : kaetemi-optimize
2013-07-28 08:55:28 +02:00
kaetemi
70ea479714
Make _ShowReticleLeaf static
...
--HG--
branch : kaetemi-optimize
2013-07-28 08:35:40 +02:00
kaetemi
ed912ab3ae
Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:CDB_INIT_IN_PROGRESS")
...
--HG--
branch : kaetemi-optimize
2013-07-28 08:22:53 +02:00
kaetemi
1fc4277cf4
Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:MK_MOVE")
...
--HG--
branch : kaetemi-optimize
2013-07-28 08:19:54 +02:00
kaetemi
cc2465199c
Avoid redundant per-frame calls to getDbProp("UI:SAVE:USER_CHAR_FADE")
...
--HG--
branch : kaetemi-optimize
2013-07-28 08:16:02 +02:00
kaetemi
23ac008cf1
Avoid redundant per-frame calls to getDbProp("SERVER:WEATHER:VALUE")
...
--HG--
branch : kaetemi-optimize
2013-07-28 08:13:19 +02:00
kaetemi
171faa31fb
Avoid redundant calls to getDbProp("UI:SAVE:INSCENE:...")
...
--HG--
branch : kaetemi-optimize
2013-07-28 07:55:16 +02:00
kaetemi
477e9e8ef1
Avoid redundant calls to getDbProp in CEntityCL
...
--HG--
branch : kaetemi-optimize
2013-07-28 06:45:43 +02:00
kaetemi
aeb9f4d945
Avoid redundant per-frame calls to getDbProp("UI:ENTITY:GUILD:#:ICON")
...
--HG--
branch : kaetemi-optimize
2013-07-28 05:48:59 +02:00
kaetemi
13fc6ffb58
Avoid per-frame 'set' action handler in map.xml when opening the respawn map
...
--HG--
branch : kaetemi-optimize
2013-07-28 05:21:05 +02:00
kaetemi
22710e12bd
Avoid per-frame 'set' action handler in config.xml for blending day and night color
...
--HG--
branch : kaetemi-optimize
2013-07-28 05:21:00 +02:00
kaetemi
5a9537dfcc
Avoid having to use 'set' action handler, which parses the value expression on every use, in interface links by implementing use of cdb nodes as targets
...
--HG--
branch : kaetemi-optimize
2013-07-28 05:10:07 +02:00
kaetemi
19a8b48355
Avoid redundant per-frame calls to getDbProp("SERVER:USER:DEFAULT_WEIGHT_HANDS")
...
--HG--
branch : kaetemi-optimize
2013-07-28 05:10:06 +02:00
kaetemi
a75bd5d23a
Avoid redundant per-frame calls to getDbProp in CNetManager
...
--HG--
branch : kaetemi-optimize
2013-07-28 05:10:06 +02:00
kaetemi
7bb8dec40c
Parse action handler condition for interface link in advance
...
--HG--
branch : kaetemi-optimize
2013-07-28 03:02:07 +02:00
kaetemi
d5308215aa
Avoid redundant per-frame calls to getDbProp in NLGUI::CWidgetManager
...
--HG--
branch : kaetemi-optimize
2013-07-28 00:48:34 +02:00
kaetemi
fb00acf329
Avoid redundant per-frame calls to getDbValue32(toString("SERVER:CHARACTER_INFO:CHARACTERISTICS%d:VALUE", i))
...
--HG--
branch : kaetemi-optimize
2013-07-28 00:29:32 +02:00
kaetemi
5f80a90a1c
Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:FPS", false)
...
--HG--
branch : kaetemi-optimize
2013-07-28 00:29:32 +02:00
kaetemi
2a57f6c647
Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:TOTAL_MALUS_EQUIP", false)
...
--HG--
branch : kaetemi-optimize
2013-07-28 00:29:32 +02:00
kaetemi
0897092fe3
Avoid redundant per-frame calls to getDbProp("UI:SAVE:SHOW_RETICLE")
...
--HG--
branch : kaetemi-optimize
2013-07-28 00:29:25 +02:00
kervala
8577277bfd
Fixed: prtab function not compiling with VC++ (define DEBUG_CRYPT if you want to debug crypt() method)
2013-07-26 09:33:32 +02:00
Cédric OCHS
1a83892ec6
Merged in StudioEtrange/ryzomcore/StudioEtrange/fix-some-probleme-with-spaces-in-path-on-1374699208398 (pull request #19 )
...
Fix some problems with space char in path on windows
2013-07-26 08:07:42 +02:00
kaetemi
55a00fd518
Don't do EOL changes for database.xml and msg.xml, causes checksum difference
2013-07-25 18:06:32 +02:00
kaetemi
78595ec0e6
Silently sneaking in a nicer splash image for ovqt
2013-07-25 02:39:07 +02:00
StudioEtrange
0efa7c8aee
PCHSupport.cmake edited online with Bitbucket
...
--HG--
branch : StudioEtrange/fix-some-probleme-with-spaces-in-path-on-1374699208398
2013-07-24 21:57:52 +00:00
StudioEtrange
744267c63b
Fix some probleme with spaces in path on windows
...
PCHSupport.cmake edited online with Bitbucket
--HG--
branch : StudioEtrange/fix-some-probleme-with-spaces-in-path-on-1374699208398
2013-07-24 20:53:33 +00:00
StudioEtrange
f18dd1f351
Error passing wrong version number to msvc linker
...
ENV: WinSDK8 VS2012 Compilation in 64 Bits
ERROR: error when linking client
CAUSE: msvc link support only major and minor version number. Before VS2012 extra number (like revision number) were stripped. Now the link throw an error with VS2012
see https://bugs.php.net/bug.php?id=63537 see http://msdn.microsoft.com/fr-fr/library/h88b7dc8(v=vs.110).aspx
--HG--
branch : StudioEtrange/error-passing-wrong-version-number-to-ms-1374694351376
2013-07-24 19:32:41 +00:00
StudioEtrange
885a39ad7e
nel.cmake edited online with Bitbucket
...
--HG--
branch : StudioEtrange/nelcmake-edited-online-with-bitbucket-1374694264640
2013-07-24 19:31:10 +00:00
StudioEtrange
cc30e3b8f8
ENV:
...
WinSDK8
VS2012
Compilation in 64 Bits
ERROR:
error when linking client
CAUSE:
msvc link support only major and minor version number.
Before VS2012 extra number (like revision number) were stripped. Now the link throw an error with VS2012
see https://bugs.php.net/bug.php?id=63537
see http://msdn.microsoft.com/fr-fr/library/h88b7dc8(v=vs.110).aspx
--HG--
branch : StudioEtrange/env-winsdk8-vs2012-compilation-in-64-bit-1374693753244
2013-07-24 19:22:38 +00:00
kaetemi
e435a07bb6
Fix bug #45 crash in zone lighter with large number of CPU cores
2013-07-24 20:51:43 +02:00
kaetemi
e9c274c135
Use tags for pacs prim export
2013-07-24 20:51:38 +02:00
kaetemi
179669116c
EOL
2013-07-24 20:51:26 +02:00
kervala
aeddda3e19
Fixed: lua_open() doesn't exist with Lua 5.2
2013-07-24 18:47:50 +02:00
kervala
296b4384a8
Fixed: Compilation in 64 bits with Windows SDK 8.0 (patch provided by StudioEtrange)
2013-07-24 18:47:04 +02:00
kaetemi
347d4e0940
Some necessary ryzom tools did not build when client and server were unchecked
2013-07-19 18:11:31 +02:00
kaetemi
02dc3c1cfe
Fix a divide-by-zero crash in the 3ds Max plugins on really fast PCs
2013-07-19 15:37:25 +02:00
kaetemi@kaevm.localdomain
6997cd6dcc
Allow compiling max plugins without the other tools
2012-04-03 16:54:20 +02:00
kaetemi
8323f95e22
Fix issue #48 , landscape quality issues caused by incorrect defaults
2013-07-18 18:22:28 +02:00
kaetemi
9f185ce38d
Fix an error in 3ds Max with the material script
2013-07-18 18:15:53 +02:00
Jan Boon
46c4cc7aa4
Merged in botanic/rc-botanic-webdev (pull request #13 )
...
warning and path fix's
2013-07-04 21:07:21 +02:00
Botanic
c5f75ec268
fixed thanks kervala
2013-06-06 01:28:12 -07:00
Botanic
1055925bac
No reason to hardcode the path
2013-06-05 19:14:49 -07:00
Botanic
503f5d348e
Fixed warnings and logout
2013-06-05 19:14:53 -07:00
Botanic
914c5ad303
no reason to make people change the logs path every time
2013-06-05 19:19:09 -07:00
Botanic
7e64c718c4
fixed warning
2013-06-05 19:27:06 -07:00
Botanic
0fc3b07a12
fixed warning
2013-06-05 19:43:10 -07:00
Botanic
a535002554
why the hell make the faster values for "debug only" waiting it so 1990's
2013-06-05 19:59:53 -07:00
Botanic
b1edfcc646
bad eol
2013-06-06 02:56:48 -07:00
dfighter1985
cfc78bd614
FIXED: GUI not showing up because of the interface user functions not getting registered, because of a file linking issue.
2013-06-05 03:29:34 +02:00
dfighter1985
301077c93d
Merged default
...
--HG--
branch : client_config_qt
2013-05-04 21:56:21 +02:00
dfighter1985
d2a7c66e9f
Use to .toUTF8() instead of .toStdString().
...
--HG--
branch : client_config_qt
2013-05-04 21:55:41 +02:00
dfighter1985
e950834079
Merged default
...
--HG--
branch : client_config_qt
2013-05-04 21:23:55 +02:00
Dzmitry Kamiahin
68fe576f01
Fixed self-comparsion in ps.
2013-05-04 01:57:53 +03:00
sfb
1bfba35cd0
merge
2013-05-02 14:38:49 -05:00
kaetemi
76a7df820b
This should fix #41 . It was creating the unknown for the new type and then returning a new sheet for the requested unknown
2013-05-02 21:37:15 +02:00
sfb
2bf56882f8
merge
2013-05-02 14:34:40 -05:00
sfb
8fe6eee93c
fixed #40 with an explicit static_cast.
2013-05-02 14:31:10 -05:00
dfighter1985
bdfa7dbc37
Don't build GUI Editor when not building the GUI library.
2013-05-02 20:19:35 +02:00
kervala
2aea567fe2
Changed: Moved Ryzom detailed version in client
2013-04-29 14:46:53 +02:00
kervala
f68cda5cd2
Changed: Process EventCloseWindowId by client
2013-04-29 14:44:39 +02:00
kervala
0624da9c82
Changed: Added a new event EventCloseWindowId when system reports window should be closed
2013-04-29 11:15:14 +02:00
kervala
67c93a1238
Changed: Warning
2013-04-29 11:10:55 +02:00
kervala
d85e4f9ec7
Changed: EOL fixes
2013-04-29 10:46:02 +02:00
kervala
381eeaef8a
Fixed: Virtual destructor warning
2013-04-29 10:41:34 +02:00
kervala
920cbf55ca
Fixed: Assign instead of a comparison
2013-04-29 10:34:33 +02:00
kervala
b0e717728b
Changed: French comments translated to English
2013-04-29 10:33:33 +02:00
kervala
9aff9ae939
Fixed: PCH compilation
2013-03-31 23:36:56 +02:00
kervala
d505b181f9
Changed: Define CMAKE_OSX_DEPLOYMENT_TARGET if not specified on command line
2013-03-28 16:42:16 +01:00
kervala
33c73f3f16
fixes #33 build failure/error using clang
2013-03-26 19:57:00 +01:00
kervala
0c2e2d3e8f
fixes #32 build failure/error using clang
2013-03-26 13:56:16 +01:00
kervala
3aee7c3ac8
fixes a warning
2013-03-24 20:16:53 +01:00
kervala
ab454f3d92
fixes #31 Luabind can't be found
...
Added PCH support to NeL GUI
2013-03-24 20:16:23 +01:00
kervala
a5806126b4
Fixed: Compilation under Mac OS X (CMAKE_OSX_DEPLOYMENT_TARGET and CMAKE_OSX_SYSROOT must be set on CMake command-line if needed)
2013-03-24 19:59:19 +01:00
dfighter1985
526da8ddf8
MODIFIED: no more action handler spam.
2013-03-12 07:16:16 +01:00
dfighter1985
fb4875570e
Merging dangling default branch.
2013-02-27 22:27:53 +01:00
mattraykowski
b90737e365
changes #6 - updated the NL_VERSION_MINOR version from 8 to 9.
2013-02-25 14:01:57 -06:00
dfighter1985
2bdceaecda
Resolved some build errors occuring after previous commit.
2013-02-21 01:25:50 +01:00
dfighter1985
fe456d91b6
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
2013-02-20 22:05:09 +01:00
dfighter1985
ea8d82cfa6
MODIFIED: #20 Resolved build errors with stlport.
2013-02-19 19:29:48 +01:00
dfighter1985
d106260646
Merged in dfighter1985/ryzomcore (pull request #3 )
...
GCC build error fixes for #20
2013-02-19 17:19:51 +01:00
dfighter1985
df7cf9704f
Merged some changes.
2013-02-19 17:17:47 +01:00
dfighter1985
f7962597bd
MODIFIED: #20 Resolved some GCC build in the GUI Editor.
2013-02-19 17:16:58 +01:00
mattraykowski
6e309fee7a
changed #20 - moved the libwww package discovery and fixed include paths in library project.
2013-02-19 10:04:40 -06:00
dfighter1985
8d54b6f77d
MODIFIED: Resolved build error with FINAL_VERSION set.
2013-02-18 01:26:56 +01:00
dfighter1985
ecbcdf388f
MODIFIED: Resolved some GCC build errors.
2013-02-17 14:30:05 +01:00
SirCotare
44681d3663
#1470 re-added api
...
--HG--
branch : gsoc2012-achievements
2013-02-15 17:45:33 +01:00
SirCotare
3cf378c5e7
merge from default
...
--HG--
branch : gsoc2012-achievements
2013-02-15 16:29:59 +01:00
SirCotare
12db371ce0
merge from upstream
...
--HG--
branch : gsoc2012-achievements
2013-02-15 16:29:35 +01:00
SirCotare
b7d56fc85e
#1470 damn that merging... trying to remove malicious api
...
--HG--
branch : gsoc2012-achievements
2013-02-15 16:28:00 +01:00
SirCotare
64aa976411
#1470 removed old parser
...
--HG--
branch : gsoc2012-achievements
2013-02-15 16:00:01 +01:00
SirCotare
1dbd080eda
#1470 added missing summary image
...
--HG--
branch : gsoc2012-achievements
2013-02-15 15:19:34 +01:00
SirCotare
51cc279942
#1470 updated API & achievements tracker to latest live version
...
--HG--
branch : gsoc2012-achievements
2013-02-15 15:04:02 +01:00
SirCotare
2d73e89682
#1470 database structure updated
...
--HG--
branch : gsoc2012-achievements
2013-02-15 15:03:12 +01:00
SirCotare
6017025058
#1470 updated achievements app to latest live version
...
--HG--
branch : gsoc2012-achievements
2013-02-15 14:51:41 +01:00
SirCotare
598adb8489
#1470 updated admin tool to latest live version
...
--HG--
branch : gsoc2012-achievements
2013-02-15 14:50:17 +01:00
mattraykowski
e7e51f01e0
merging gui editor repo.
2013-02-14 09:53:06 -06:00
mattraykowski
0eeeaa401f
removed line from a bad merge of the character achievement code, sorry
2013-02-14 07:47:40 -06:00
mattraykowski
3f97c5afbd
Added another path for x86_64 Ubuntu 12.10 for libwww
2013-02-14 07:46:42 -06:00
dfighter1985
a920c7e261
another merge from mainline
2013-02-14 13:56:05 +01:00