Commit graph

2731 commits

Author SHA1 Message Date
kaetemi
66c1f68359 Missed one 2013-07-28 18:22:35 +02:00
kaetemi
73d0a27338 Fix a typo 2013-07-28 18:19:51 +02:00
kaetemi
61f20594ae Merge 2013-07-28 18:04:13 +02:00
kaetemi
ff20fc1254 Fix another compile error 2013-07-28 18:02:43 +02:00
kaetemi
b910569f62 Can't include this here. A light header with all of these maximum constants might be handy 2013-07-28 17:59:05 +02:00
kaetemi
c04c3b294e Fix a compile error 2013-07-28 17:49:28 +02:00
kaetemi
04c0d6f832 Merge 2013-07-28 09:17:58 +02:00
kaetemi
02bc875e4b Merge with kaetemi-optimize 2013-07-28 09:17:23 +02:00
kaetemi
2638ec1c58 Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:DIRECTION"") 2013-07-28 09:06:11 +02:00
kaetemi
28fb8d779e Avoid redundant per-frame calls to getDbProp in outpost.xml and outpost.lua 2013-07-28 08:55:28 +02:00
kaetemi
160cf4c1c3 Make _ShowReticleLeaf static 2013-07-28 08:35:40 +02:00
kaetemi
930b341784 Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:CDB_INIT_IN_PROGRESS") 2013-07-28 08:22:53 +02:00
kaetemi
28487e8937 Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:MK_MOVE") 2013-07-28 08:19:54 +02:00
kaetemi
f78b08b5ef Avoid redundant per-frame calls to getDbProp("UI:SAVE:USER_CHAR_FADE") 2013-07-28 08:16:02 +02:00
kaetemi
bbdac717b4 Avoid redundant per-frame calls to getDbProp("SERVER:WEATHER:VALUE") 2013-07-28 08:13:19 +02:00
kaetemi
bef5ba382c Avoid redundant calls to getDbProp("UI:SAVE:INSCENE:...") 2013-07-28 07:55:16 +02:00
kaetemi
592e0d5e3e Avoid redundant calls to getDbProp in CEntityCL 2013-07-28 06:45:43 +02:00
kaetemi
041bf4cd99 Avoid redundant per-frame calls to getDbProp("UI:ENTITY:GUILD:#:ICON") 2013-07-28 05:48:59 +02:00
kaetemi
e936b06a01 Avoid per-frame 'set' action handler in map.xml when opening the respawn map 2013-07-28 05:21:05 +02:00
kaetemi
d441ad5d35 Avoid per-frame 'set' action handler in config.xml for blending day and night color 2013-07-28 05:21:00 +02:00
kaetemi
66815013c7 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 2013-07-28 05:10:07 +02:00
kaetemi
287bc8d811 Avoid redundant per-frame calls to getDbProp("SERVER:USER:DEFAULT_WEIGHT_HANDS") 2013-07-28 05:10:06 +02:00
kaetemi
35c0a4a6b7 Avoid redundant per-frame calls to getDbProp in CNetManager 2013-07-28 05:10:06 +02:00
kaetemi
ae97a6bbde Parse action handler condition for interface link in advance 2013-07-28 03:02:07 +02:00
kaetemi
2cc97d42e9 Avoid redundant per-frame calls to getDbProp in NLGUI::CWidgetManager 2013-07-28 00:48:34 +02:00
kaetemi
cc6e271607 Avoid redundant per-frame calls to getDbValue32(toString("SERVER:CHARACTER_INFO:CHARACTERISTICS%d:VALUE", i)) 2013-07-28 00:29:32 +02:00
kaetemi
2f6c264e7f Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:FPS", false) 2013-07-28 00:29:32 +02:00
kaetemi
4fca01efac Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:TOTAL_MALUS_EQUIP", false) 2013-07-28 00:29:32 +02:00
kaetemi
82f3defdbc Avoid redundant per-frame calls to getDbProp("UI:SAVE:SHOW_RETICLE") 2013-07-28 00:29:25 +02:00
kervala
97f2154567 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
89b395e644 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
8225c0e2a0 Don't do EOL changes for database.xml and msg.xml, causes checksum difference 2013-07-25 18:06:32 +02:00
kaetemi
c3667b1aa9 Silently sneaking in a nicer splash image for ovqt 2013-07-25 02:39:07 +02:00
StudioEtrange
a60255b9fc PCHSupport.cmake edited online with Bitbucket 2013-07-24 21:57:52 +00:00
StudioEtrange
e3d6a799bb Fix some probleme with spaces in path on windows
PCHSupport.cmake edited online with Bitbucket
2013-07-24 20:53:33 +00:00
C?dric OCHS
70331ed79f Merged in StudioEtrange/ryzomcore/StudioEtrange/error-passing-wrong-version-number-to-ms-1374694351376 (pull request #17)
Error in version number passed to msvc linker
2013-07-24 21:40:43 +02:00
StudioEtrange
f7844411ee 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
2013-07-24 19:32:41 +00:00
StudioEtrange
ac357c4b41 Merged in StudioEtrange/nelcmake-edited-online-with-bitbucket-1374694264640 (pull request #2)
nel.cmake edited online with Bitbucket
2013-07-24 21:31:18 +02:00
StudioEtrange
1351d15eb2 nel.cmake edited online with Bitbucket 2013-07-24 19:31:10 +00:00
StudioEtrange
2ac44b3016 Merged in StudioEtrange/env-winsdk8-vs2012-compilation-in-64-bit-1374693753244 (pull request #1)
Error passing version number to msvc linker
2013-07-24 21:25:26 +02:00
StudioEtrange
ac772d0e3d 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
2013-07-24 19:22:38 +00:00
kaetemi
881f73dd8a Fix bug #45 crash in zone lighter with large number of CPU cores 2013-07-24 20:51:43 +02:00
kaetemi
993b450ee9 Use tags for pacs prim export 2013-07-24 20:51:38 +02:00
kaetemi
d660f1d92e EOL 2013-07-24 20:51:26 +02:00
kervala
e367d76b93 Fixed: lua_open() doesn't exist with Lua 5.2 2013-07-24 18:47:50 +02:00
kervala
f514946dfd Fixed: Compilation in 64 bits with Windows SDK 8.0 (patch provided by StudioEtrange) 2013-07-24 18:47:04 +02:00
kaetemi
18f9a7b8f1 Some necessary ryzom tools did not build when client and server were unchecked 2013-07-19 18:11:31 +02:00
kaetemi
07a9d9aa0f Fix a divide-by-zero crash in the 3ds Max plugins on really fast PCs 2013-07-19 15:37:25 +02:00
kaetemi
b0dea08fa4 Allow compiling max plugins without the other tools 2012-04-03 16:54:20 +02:00
kaetemi
51133dceed Fix issue #48, landscape quality issues caused by incorrect defaults 2013-07-18 18:22:28 +02:00