kervala
|
c92b3e033d
|
Changed: #991 Make sure all debug files are created in log directory
|
2010-06-21 20:37:46 +02:00 |
|
kervala
|
1d95df22f9
|
Fixed: #990 Add possibility to set and get log directory
|
2010-06-21 20:24:02 +02:00 |
|
kervala
|
fcc968511f
|
Fixed: #985 Crash when opening a door
|
2010-06-16 23:03:02 +02:00 |
|
kervala
|
46707ef3bc
|
Changed: #878 Fix typos in comments/code
|
2010-06-14 10:02:51 +02:00 |
|
rti
|
3653871530
|
merge
|
2010-06-13 21:02:38 +02:00 |
|
rti
|
48657c16d0
|
Changed: #947 fixed multi screen window positioning, implemented getCurrentScreenMode, (IDriver::InterfaceVersion = 0x67 to enable negative window positions)
|
2010-06-13 20:24:58 +02:00 |
|
kervala
|
856efe7484
|
Changed: #878 Fix typos in comments/code
|
2010-06-13 17:22:27 +02:00 |
|
kervala
|
804170c6f0
|
Changed: #878 Fix typos in comments/code
|
2010-06-13 16:58:11 +02:00 |
|
kervala
|
72625ca28d
|
Fixed: #972 Do not reset mouse position to implement FreeLook (compilation fix for Windows)
|
2010-06-11 20:41:00 +02:00 |
|
rti
|
db99233b0f
|
merge
|
2010-06-11 15:04:57 +02:00 |
|
rti
|
610a04982f
|
Fixed: #972 Do not reset mouse position to implement FreeLook (IDriver::InterfaceVersion = 0x66)
|
2010-06-11 15:04:10 +02:00 |
|
kervala
|
aebd540041
|
Changed: #878 Fix typos in comments/code
|
2010-06-10 11:50:19 +02:00 |
|
kervala
|
501742ad4f
|
Fixed: #971 Another dead lock under Linux
|
2010-06-09 20:12:27 +02:00 |
|
kaetemi
|
e41d6de92e
|
Changed: Stability fixes for exporting with max plugins.
|
2010-06-05 00:48:19 +02:00 |
|
kervala
|
585fafd917
|
Fixed: #961 Allow use of UAnimationSet without activate headers optimization
|
2010-06-04 14:10:13 +02:00 |
|
kervala
|
1ee6003817
|
Fixed: #951 Use nlWindow instead of void* for window ID
|
2010-05-31 13:15:36 +02:00 |
|
Matt Raykowski
|
26393ab3ef
|
Update: Merged in nlWindow patch from SVN.
|
2010-05-26 12:31:49 -05:00 |
|
kervala
|
a205ec408d
|
Changed: #942 Make all keys used for actions/macros identical on all platforms
|
2010-05-26 14:42:19 +02:00 |
|
kervala
|
2dee6a2c37
|
Fixed: #920 NeL - X11 Modifier Keys (Patch provided by rti)
|
2010-05-23 17:54:46 +02:00 |
|
kervala
|
0a9673f1ae
|
Changed: #927 Move OS specific code from client or server to NeL when it's possible
|
2010-05-22 22:37:50 +02:00 |
|
kervala
|
1c36c03d3c
|
Changed: #927 Move OS specific code from client or server to NeL when it's possible
|
2010-05-22 14:15:29 +02:00 |
|
kervala
|
b77ca97431
|
Fixed: #869 Crash when updating Windows 7 progress bar
|
2010-05-22 13:42:13 +02:00 |
|
kervala
|
896b62d236
|
Changed: #825 Remove all warning when compiling Ryzom on Linux
|
2010-05-18 16:53:47 +02:00 |
|
kervala
|
fc76a5abdd
|
Changed: #825 Remove all warning when compiling Ryzom on Linux (patch provided by ThibG)
|
2010-05-14 11:41:28 +02:00 |
|
kervala
|
7e4a8206a5
|
Merge
|
2010-05-13 22:58:05 +02:00 |
|
kervala
|
a970ad675c
|
Changed: #853 Compilation on 64-bits platforms
|
2010-05-13 22:53:14 +02:00 |
|
vl
|
0dce63db29
|
Fixed: #887 add missing ;
|
2010-05-13 22:44:07 +02:00 |
|
kervala
|
e417730df3
|
Changed: #825 Remove all warning when compiling Ryzom on Linux
|
2010-05-13 21:58:50 +02:00 |
|
vl
|
0a3bb8db15
|
Fixed: #887 add do/while to remove some warning and add missing ;
|
2010-05-13 19:02:00 +02:00 |
|
vl
|
841daea6da
|
Changed: #872 threadid is now in size_t. patch by rti
|
2010-05-13 19:00:29 +02:00 |
|
kervala
|
6bf4f1a80a
|
Changed: #878 Fix typos in comments/code
|
2010-05-12 18:25:48 +02:00 |
|
kervala
|
ef5dc445fe
|
Changed: #878 Fix typos in comments/code
|
2010-05-12 16:59:15 +02:00 |
|
kervala
|
c151c2473a
|
Changed: #841 Change the wrong header in the source code
|
2010-05-12 11:27:13 +02:00 |
|
kervala
|
6bfba3d85b
|
Fixed: #888 CSString::find and CSString::findNS broken
|
2010-05-12 11:10:28 +02:00 |
|
vl
|
300259046a
|
Fixed: make it compile
|
2010-05-11 18:07:00 +02:00 |
|
vl
|
2fbee83cd9
|
Fixed: #874 commented the old asm g++ code and use the builtin function. patch by rti
|
2010-05-11 11:18:32 +02:00 |
|
Matt Raykowski
|
44c9a7227f
|
Update: #870 Fixing the private headers issues.
|
2010-05-10 15:28:57 -05:00 |
|
vl
|
38585d3999
|
Changed: #865 make the mutex working on Linux
|
2010-05-10 17:03:26 +02:00 |
|
kervala
|
f91ae0e8fe
|
Changed: #845 Don't check for MS STL headers if STLport is used
|
2010-05-09 14:30:54 +02:00 |
|
kervala
|
b49663004d
|
Fixed: #859 surpress the annoying "Using TR1 extensions" message
|
2010-05-09 11:46:24 +02:00 |
|
kervala
|
201f39151e
|
Changed: #845 Don't check for MS STL headers if STLport is used
|
2010-05-07 12:43:01 +02:00 |
|
acemtp
|
7d2f2ff7b1
|
Fixed: #841 set the good agpl header
|
2010-05-07 11:06:20 +02:00 |
|
acemtp
|
1792297c93
|
initial version
|
2010-05-06 02:08:41 +02:00 |
|