kaetemi
|
9e74156181
|
Move islands entry points to data
|
2014-09-10 08:25:45 +02:00 |
|
kaetemi
|
55ca1e7a2a
|
Crashfix
|
2014-09-09 15:50:12 +02:00 |
|
kaetemi
|
ea9cf3db93
|
Typo
|
2014-09-09 08:15:05 +02:00 |
|
kaetemi
|
d651eff10b
|
Cleanup some RYZOMID code
|
2014-09-08 09:48:28 +02:00 |
|
kaetemi
|
4dda4099de
|
Remove dead code
|
2014-09-08 08:04:09 +02:00 |
|
kaetemi
|
b0c0439b39
|
Change ClientApplication to DomainId in permission table
|
2014-09-07 08:53:10 +02:00 |
|
kaetemi
|
b18203fc4e
|
Fix Ryzom server compile under MinGW
|
2014-06-19 20:19:39 +02:00 |
|
kaetemi
|
2e096a9b36
|
Fix Ryzom client compile under MinGW
|
2014-06-19 01:17:35 +02:00 |
|
kervala
|
e2797c2567
|
Changed: Include PCH
|
2014-03-26 13:14:14 +01:00 |
|
kaetemi
|
91d453dd63
|
Make packed sheets behaviour consistent accross services
|
2014-02-20 21:53:11 +01:00 |
|
kaetemi
|
2555e93771
|
Add sheets packer tool for CTimeDateSeasonManager
|
2014-02-19 00:07:22 +01:00 |
|
kaetemi
|
cb6661b10d
|
Fix for excessive inlining of npc chat serialization, issue #97
|
2014-02-14 18:36:15 +01:00 |
|
kervala
|
ae5becbb0b
|
Fixed: Warning with clang
|
2013-11-13 22:53:26 +01:00 |
|
kervala
|
d8a6c9f966
|
Fixed: Warning with clang
|
2013-11-13 21:40:41 +01:00 |
|
kervala
|
36a537a88e
|
Changed: Replaced atof by fromString
|
2013-11-13 21:37:28 +01:00 |
|
kervala
|
de42e4d7ff
|
Fixed: Some warnings
|
2013-09-29 13:52:53 +02:00 |
|
kaetemi
|
3b1d4e3915
|
Fix warnings
|
2013-09-27 01:11:19 +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 |
|
kervala
|
920cbf55ca
|
Fixed: Assign instead of a comparison
|
2013-04-29 10:34:33 +02:00 |
|
mattraykowski
|
e7e51f01e0
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
|
dfighter1985
|
fcb736c387
|
Merged mainline default branch changes.
--HG--
branch : gsoc2012-gui-editor
|
2013-02-14 10:47:10 +01:00 |
|
kervala
|
45c8b20f39
|
Changed: Typo fixes (thanks to Vagrant!)
|
2013-02-08 13:17:44 +01:00 |
|
kervala
|
5efeb5ba62
|
Fixed: Compilation with VC++ 2010 and 2012
|
2012-12-11 12:22:41 +01:00 |
|
kervala
|
0cabe14089
|
Changed: Code simplification
|
2012-12-08 11:24:43 +01:00 |
|
kervala
|
b94b59c9b7
|
Changed: Changes in game_share
|
2012-11-26 20:19:14 +01:00 |
|
dfighter1985
|
cb13ce46cd
|
MODIFIED: #1471 Merged mainline default to this branch.
--HG--
branch : gsoc2012-gui-editor
|
2012-11-25 05:22:40 +01:00 |
|
kervala
|
d2da18ff10
|
Changed: Minor typos
|
2012-11-24 20:23:13 +01:00 |
|
kervala
|
ef19fc9ec6
|
Changed: New STRING_MANAGER type clan
|
2012-11-24 20:21:45 +01:00 |
|
kervala
|
d8c7fa52f9
|
Changed: Replaced string empty comparisons with empty()
|
2012-10-06 18:17:57 +02:00 |
|
kervala
|
25dd379d7e
|
Changed: Replaced string empty comparisons with empty()
|
2012-10-06 17:17:26 +02:00 |
|
kervala
|
9bbbb79ba6
|
Changed: Synchronization with SVN
|
2012-10-01 10:07:09 +02:00 |
|
kervala
|
1374286cab
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-09-25 13:20:25 +02:00 |
|
kervala
|
0795a61516
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-09-25 12:33:02 +02:00 |
|
kervala
|
7a04e920e1
|
Fixed: #1493 MultiArch support
|
2012-09-22 22:57:38 +02:00 |
|
kervala
|
8922f96b9a
|
Changed: Synchronization with SVN
|
2012-09-11 20:26:36 +02:00 |
|
dfighter1985
|
d301c46c27
|
Merged default branch into gui-refactoring.
--HG--
branch : gui-refactoring
|
2012-07-02 22:46:08 +02:00 |
|
kaetemi
|
e9f75e639d
|
Fixed: Valgrind warnings
|
2012-06-28 11:08:36 +02:00 |
|
sfb
|
af454dd1cf
|
Fixed EOL issues and added .hgeol file.
|
2012-05-29 08:31:11 -05:00 |
|
kervala
|
f6178de16c
|
Changed: Don't include local files in PCH
|
2012-05-21 10:04:00 +02:00 |
|
dfighter1985
|
decc92e75d
|
Extracted the CDB bank handling code into a new class CCDBBankHandler, the CDB system should be now totally independent of Ryzom.
--HG--
branch : cdb-refactoring
|
2012-04-17 08:23:02 +02:00 |
|
dfighter1985
|
17eab4ef52
|
CDB is now part of NLMISC. However it still requires some work!
--HG--
branch : cdb-refactoring
|
2012-04-16 06:08:12 +02:00 |
|
dfighter1985
|
29cde6e15b
|
Moved xml auto pointer to nlmisc.
--HG--
branch : cdb-refactoring
|
2012-04-16 02:50:18 +02:00 |
|
kervala
|
55f7150202
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-08 14:23:36 +02:00 |
|
kervala
|
36fcd706fa
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-07 23:47:55 +02:00 |
|
kervala
|
48e05d0056
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-07 20:04:08 +02:00 |
|
kervala
|
0ac33d338a
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-07 15:04:26 +02:00 |
|
kervala
|
cdcdc05e88
|
Fixed: #1448 Compilation with CLang
|
2012-04-07 14:57:15 +02:00 |
|
kervala
|
6c768a144a
|
Changed: #1448 Compilation with CLang
|
2012-04-07 11:51:21 +02:00 |
|
kervala
|
425927cd50
|
Changed: #1448 Compilation with CLang (patch provided by GelluleX, thanks !)
|
2012-04-07 11:14:21 +02:00 |
|
kaetemi
|
fab5ddfd74
|
Fixed: Compile errors under Linux.
|
2012-04-05 17:45:53 +02:00 |
|
sfb
|
5bbff4201d
|
merge inbound
|
2012-03-12 13:31:26 -05:00 |
|
sfb
|
66d5b0b879
|
Fixed: #1449 Added missing header, fixed CMake configuration, fixed iterators. GUS builds fine without MFC extensions.
|
2012-03-12 13:28:56 -05:00 |
|
sfb
|
ade9ab1689
|
Fixed: #1436 Fixed license header for deployment_configuration files - PMS should be building fine now.
|
2012-03-12 13:26:13 -05:00 |
|
kaetemi
|
d0ff6b9c80
|
Fixed: Forgot to add the grouped files to the target thing
|
2012-03-09 18:26:53 +01:00 |
|
kaetemi
|
33842ea6ed
|
Changed: Some source file grouping in some projects
|
2012-03-09 11:30:31 +01:00 |
|
kervala
|
ea0804b153
|
Changed: #1433 Merge changes from patch 1.13
|
2012-03-04 14:11:28 +01:00 |
|
kervala
|
3c47b9f8d5
|
Fixed: #1441 Remove all remaining .vcproj, Makefiles, automake scripts, etc...
|
2012-03-03 10:49:42 +01:00 |
|
sfb
|
a00d451e09
|
Added: #1436 Missing deployment_configuration.cpp/h files.
|
2012-02-29 09:24:49 -06:00 |
|
kervala
|
457704b2b6
|
Changed: #1433 Merge changes from patch 1.13
|
2012-02-27 15:04:33 +01:00 |
|
kaetemi
|
d0a628a444
|
Fixed: Errors when using the database xslt using msxsl.
|
2011-10-31 13:48:43 +01:00 |
|
kervala
|
6306833423
|
Changed: New option WITH_INSTALL_LIBRARIES which allows user to install only final binaries and no development files (header, static libraries, etc...)
|
2011-09-11 14:44:37 +02:00 |
|
kervala
|
4027e82360
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2011-06-05 18:06:00 +02:00 |
|
kervala
|
f9cc842b82
|
Changed: Exceptions catched by reference
|
2011-06-02 18:31:40 +02:00 |
|
kervala
|
73bf79340d
|
Changed: #878 Fix typos in comments/code
|
2011-05-31 22:16:17 +02:00 |
|
kervala
|
2efa01d373
|
Changed: #878 Fix typos in comments/code
|
2011-05-26 20:47:04 +02:00 |
|
kervala
|
e909556883
|
Changed: #1177 VS 2010 does not work under CMake
|
2011-05-26 16:18:38 +02:00 |
|
kervala
|
ddc0180e74
|
Changed: Merge changes from next patch
|
2011-05-26 14:16:13 +02:00 |
|
kervala
|
c01c622076
|
Fixed: Compilation with GCC 4.6
|
2011-03-29 17:38:25 +02:00 |
|
kervala
|
47ebe49fbd
|
Fixed: Compilation with GCC 4.6
|
2011-03-29 16:20:00 +02:00 |
|
kervala
|
3fd9f30695
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2011-03-10 23:22:27 +01:00 |
|
kervala
|
5baccb8b54
|
Changed: #878 Fix typos in comments/code
|
2011-03-09 14:30:51 +01:00 |
|
kervala
|
72992ee877
|
Changed: Changes from last patch
|
2011-03-09 14:23:57 +01:00 |
|
kervala
|
cb73ccd99a
|
Changed: #878 Fix typos in comments/code
|
2011-03-09 13:46:52 +01:00 |
|
kervala
|
56dc241c3d
|
Fixed: Compilation under Linux with STLport
|
2011-02-11 18:05:19 +01:00 |
|
kervala
|
626f05bcb9
|
Changed: #878 Fix typos in comments/code
|
2010-12-08 14:47:17 +01:00 |
|
kervala
|
dabb47d18a
|
Changed: #1016 entities_game_service segfault in ubuntu 64biten
|
2010-12-03 15:18:39 +01:00 |
|
kervala
|
2efa82be4e
|
Changed: #841 Change the wrong header in the source code
|
2010-11-18 21:35:17 +01:00 |
|
kervala
|
56db70265f
|
Changed: #878 Fix typos in comments/code
|
2010-11-18 21:33:35 +01:00 |
|
kervala
|
54b6685a9e
|
Changed: #878 Fix typos in comments/code
|
2010-11-13 18:33:01 +01:00 |
|
kervala
|
9550ed9d36
|
Changed: #878 Fix typos in comments/code
|
2010-11-12 14:26:38 +01:00 |
|
kervala
|
4cf6b46cc2
|
Changed: Save r2_buffer.dat in "save" instead of "data"
|
2010-11-12 13:37:40 +01:00 |
|
kervala
|
16a086697d
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-11-04 19:27:35 +01:00 |
|
kervala
|
39d099f21d
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-30 14:20:26 +02:00 |
|
kervala
|
5512b47d68
|
Changed: #1135 Merge changes from Ryzom patch 1.10
|
2010-10-18 19:42:16 +02:00 |
|
kervala
|
da4281e176
|
Changed: #841 Change the wrong header in the source code
|
2010-10-18 13:50:31 +02:00 |
|
kervala
|
812cfa71f9
|
Changed: #142 Replace atoi and sscanf by fromString when it's possible
|
2010-10-18 13:50:08 +02:00 |
|
kervala
|
a8eb2591d2
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-18 13:48:40 +02:00 |
|
kervala
|
c3e7de0df1
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-18 09:59:59 +02:00 |
|
kervala
|
4c4a67255e
|
Changed: Added titles associated to title enum
|
2010-10-18 09:58:10 +02:00 |
|
kervala
|
10e30641e9
|
Changed: #841 Change the wrong header in the source code
|
2010-10-18 09:57:15 +02:00 |
|
kervala
|
0c33f7cfe1
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-18 09:44:19 +02:00 |
|
kervala
|
dadbe664c5
|
Fixed: Compilation under GCC 4.0.1
|
2010-10-03 22:47:27 +02:00 |
|
kervala
|
9228e00c18
|
Changed: Display of headers from game_share
|
2010-10-03 18:40:05 +02:00 |
|
kervala
|
b485e6e986
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-03 18:35:16 +02:00 |
|
kervala
|
f1c8d140aa
|
Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
|
2010-09-28 11:25:37 +02:00 |
|
kervala
|
01eb101355
|
Fixed: Compilation with STLport under Linux (and probably Mac OS X)
|
2010-09-26 23:27:52 +02:00 |
|
kervala
|
123c773bae
|
Changed: #825 Commented out all #pragma message
|
2010-09-25 18:12:37 +02:00 |
|
vl
|
8bde6fa98d
|
Fixed: missing endline
|
2010-09-23 16:03:49 +02:00 |
|
acemtp@acemtp-desktop
|
0f4fd77f3b
|
Added: include dir of zlib because game_share need zlib
|
2010-09-23 15:48:20 +02:00 |
|
kervala
|
e1ae7e0c4d
|
Changed: Added NL_ADD_RUNTIME_FLAGS
|
2010-09-20 21:43:14 +02:00 |
|