kaetemi
|
70f83e1fb9
|
Parse action handler condition for interface link in advance
|
2013-07-28 03:02:07 +02:00 |
|
kaetemi
|
36c969252b
|
Avoid redundant per-frame calls to getDbProp in NLGUI::CWidgetManager
|
2013-07-28 00:48:34 +02:00 |
|
kaetemi
|
1273830c0e
|
Avoid redundant per-frame calls to getDbValue32(toString("SERVER:CHARACTER_INFO:CHARACTERISTICS%d:VALUE", i))
|
2013-07-28 00:29:32 +02:00 |
|
kaetemi
|
c2b29881bb
|
Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:FPS", false)
|
2013-07-28 00:29:32 +02:00 |
|
kaetemi
|
2cd88e5d9e
|
Avoid redundant per-frame calls to getDbProp("UI:VARIABLES:TOTAL_MALUS_EQUIP", false)
|
2013-07-28 00:29:32 +02:00 |
|
kaetemi
|
beff07c398
|
Avoid redundant per-frame calls to getDbProp("UI:SAVE:SHOW_RETICLE")
|
2013-07-28 00:29:25 +02:00 |
|
kervala
|
0cbc471341
|
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
|
94c1ffe9f1
|
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
|
38c4b66cce
|
Don't do EOL changes for database.xml and msg.xml, causes checksum difference
|
2013-07-25 18:06:32 +02:00 |
|
kaetemi
|
9587ccc6ba
|
Silently sneaking in a nicer splash image for ovqt
|
2013-07-25 02:39:07 +02:00 |
|
StudioEtrange
|
31ba0013a6
|
PCHSupport.cmake edited online with Bitbucket
|
2013-07-24 21:57:52 +00:00 |
|
StudioEtrange
|
7b3381b997
|
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
|
57ca81a94e
|
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
|
e7f468536a
|
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
|
b4d1ede562
|
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
|
8aa9192dbb
|
nel.cmake edited online with Bitbucket
|
2013-07-24 19:31:10 +00:00 |
|
StudioEtrange
|
4b24f7b863
|
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
|
368750bafa
|
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
|
f83fdf5a2f
|
Fix bug #45 crash in zone lighter with large number of CPU cores
|
2013-07-24 20:51:43 +02:00 |
|
kaetemi
|
da53f11c73
|
Use tags for pacs prim export
|
2013-07-24 20:51:38 +02:00 |
|
kaetemi
|
199ead5988
|
EOL
|
2013-07-24 20:51:26 +02:00 |
|
kervala
|
dfbf2998b0
|
Fixed: lua_open() doesn't exist with Lua 5.2
|
2013-07-24 18:47:50 +02:00 |
|
kervala
|
bd8a606341
|
Fixed: Compilation in 64 bits with Windows SDK 8.0 (patch provided by StudioEtrange)
|
2013-07-24 18:47:04 +02:00 |
|
kaetemi
|
32553f4d87
|
Some necessary ryzom tools did not build when client and server were unchecked
|
2013-07-19 18:11:31 +02:00 |
|
kaetemi
|
b6c869f072
|
Fix a divide-by-zero crash in the 3ds Max plugins on really fast PCs
|
2013-07-19 15:37:25 +02:00 |
|
kaetemi
|
a744fa912e
|
Allow compiling max plugins without the other tools
|
2012-04-03 16:54:20 +02:00 |
|
kaetemi
|
19c9d04ef2
|
Fix issue #48, landscape quality issues caused by incorrect defaults
|
2013-07-18 18:22:28 +02:00 |
|
kaetemi
|
e822c2be0d
|
Fix an error in 3ds Max with the material script
|
2013-07-18 18:15:53 +02:00 |
|
Jan Boon
|
f10ee56560
|
Merged in botanic/rc-botanic-webdev (pull request #13)
warning and path fix's
|
2013-07-04 21:07:21 +02:00 |
|
Botanic
|
1d34a0a467
|
fixed thanks kervala
|
2013-06-06 01:28:12 -07:00 |
|
Botanic
|
accab3c755
|
Merge with rc-botanic-webdev
|
2013-06-06 02:57:41 -07:00 |
|
Botanic
|
c2119e322d
|
why the hell make the faster values for "debug only" waiting it so 1990's
|
2013-06-05 19:59:53 -07:00 |
|
Botanic
|
e0bcc7802c
|
fixed warning
|
2013-06-05 19:43:10 -07:00 |
|
Botanic
|
82af1c860e
|
fixed warning
|
2013-06-05 19:27:06 -07:00 |
|
Botanic
|
e289da824f
|
no reason to make people change the logs path every time
|
2013-06-05 19:19:09 -07:00 |
|
Botanic
|
e68ab3ca71
|
Fixed warnings and logout
|
2013-06-05 19:14:53 -07:00 |
|
Botanic
|
fe343431a2
|
No reason to hardcode the path
|
2013-06-05 19:14:49 -07:00 |
|
Botanic
|
eea5ceaa11
|
Fixed warnings and logout
|
2013-06-05 19:14:53 -07:00 |
|
Botanic
|
ba0561766f
|
no reason to make people change the logs path every time
|
2013-06-05 19:19:09 -07:00 |
|
Botanic
|
69a12addb2
|
fixed warning
|
2013-06-05 19:27:06 -07:00 |
|
Botanic
|
f2b47b2efe
|
fixed warning
|
2013-06-05 19:43:10 -07:00 |
|
Botanic
|
6ccf7df354
|
why the hell make the faster values for "debug only" waiting it so 1990's
|
2013-06-05 19:59:53 -07:00 |
|
Botanic
|
8eb1a7c88f
|
bad eol
|
2013-06-06 02:56:48 -07:00 |
|
Botanic
|
d9e85cba47
|
No reason to hardcode the path
|
2013-06-05 19:14:49 -07:00 |
|
Botanic
|
b22b2a174e
|
bad eol's
|
2013-06-06 02:47:26 -07:00 |
|
dfighter1985
|
a88a4ad992
|
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
|
ed0dc8e9b5
|
Merged client_config_qt.
|
2013-05-04 22:23:53 +02:00 |
|
dfighter1985
|
3f5d46e8fd
|
Merged default
|
2013-05-04 21:56:21 +02:00 |
|
dfighter1985
|
ab7d2c1a53
|
Use to .toUTF8() instead of .toStdString().
|
2013-05-04 21:55:41 +02:00 |
|
dfighter1985
|
29793ee97b
|
Merged default
|
2013-05-04 21:23:55 +02:00 |
|