Commit graph

3863 commits

Author SHA1 Message Date
kaetemi
719a316acd Replace shard install script 2014-02-07 14:53:47 +01:00
kaetemi
b717c6d121 Merge with build_pipeline_py 2014-02-07 03:24:45 +01:00
kaetemi
332b17c382 Remove duplicate tool 2014-02-07 02:17:42 +01:00
kaetemi
9dce6793b2 Fix thread lockup in zone lighter 2014-02-07 02:01:23 +01:00
kaetemi
7ed267dd7d Backed out changeset: de1de16eef3b 2014-02-07 01:49:39 +01:00
kaetemi
68f1440967 Include world editor files directory in prim export 2014-02-07 01:49:16 +01:00
kaetemi
c82c82c44d Improve debug message 2014-02-07 01:49:01 +01:00
kaetemi
0d317d64c6 Let prim checker only open files with ig extension 2014-02-07 01:01:36 +01:00
kaetemi
9ef5fcaacd Add primitives directory to rbank lookup (needed file_index.cfg - is this the correct primitives dir?) 2014-02-07 01:01:19 +01:00
kaetemi
29a70767b4 Merge with default 2014-02-07 00:11:12 +01:00
Jan Boon
2196fa8d8a Merged in kaetemi-cleanup (pull request #53)
Remove leveldesign data from code repository
2014-02-07 00:07:09 +01:00
kaetemi
8647d960b6 Include world editor files in rbank process, part of what caused water not to build 2014-02-06 23:58:18 +01:00
kaetemi
964e1a4bb7 Add more paths to the build gamedata configuration 2014-02-06 23:49:54 +01:00
kaetemi
e606ea3b9f Remove weather configuration from data common 2014-02-06 23:39:05 +01:00
kaetemi
fc0406eb77 Build pacs prim list txt outside repository 2014-02-06 22:10:56 +01:00
kaetemi
5540ec9375 Add separate target directory for shard data 2014-02-06 21:44:14 +01:00
kaetemi
1861ec4b60 Ignore pipeline files 2014-02-06 21:43:20 +01:00
kaetemi
f37ed8c753 Update default paths 2014-02-06 20:31:43 +01:00
kaetemi
652f6b5247 Merge with default 2014-02-06 20:16:18 +01:00
kaetemi
80477df91e Merge with default 2014-02-06 19:54:15 +01:00
Matthew Lagoe
c347165e3d Merged in nimetu/ryzomcore/shard-admin-tool-mysqli-class (pull request #49)
mysqli class for shard admin tool
2014-02-05 13:14:50 -08:00
Matthew Lagoe
db18dda4f3 Merged in nimetu/ryzomcore/php-mysqli-refactor-fixed (pull request #48)
Replace deprecated mysql functions with mysqli in login and ring scripts
2014-02-05 13:05:14 -08:00
botanic
c88790dc96 remove sleep on ams install 2014-02-05 13:04:18 -08:00
kaetemi
44d5dc56c5 Hg ignore buildsite configuration 2014-02-04 20:58:06 +01:00
kaetemi
7989e9e6bc Do not select stereo display debugger when HMD is set to Auto in Snowballs 2014-02-04 20:52:15 +01:00
kaetemi
2833cc42d4 Fix georges sound plugin compilation 2014-02-04 19:21:13 +01:00
kaetemi
f3a1dad1d2 Remove georges4cvs feature 2014-02-03 01:25:02 +01:00
kaetemi
ce88e5836a Remove georges4cvs feature 2014-02-03 00:16:35 +01:00
Jan Boon
f84aab54c0 Merged ryzom/ryzomcore into default 2014-02-02 00:52:25 +01:00
kaetemi
91163ba7bb Properly handle NeL dependencies for Ryzom tools when disabling NeL libraries 2014-02-02 00:47:33 +01:00
kervala
cb5a600578 Fixed: Compilation with freetype under Linux 2014-02-01 13:59:47 +01:00
kervala
9b058de0e6 Changed: CMAKE_OSX_DEPLOYMENT_TARGET is useless because CMake set it automatically based on MACOSX_DEPLOYMENT_TARGET 2014-01-30 16:26:16 +01:00
kervala
62e62d2e72 Fixed: Compilation under Mac OS X 10.9 (new libc++ tr1 namespace is std not std::tr1) 2014-01-30 16:14:25 +01:00
kervala
37d36e0ab5 Fixed: Compilation under Mac OS X 10.9 2014-01-30 14:43:51 +01:00
Nimetu
4c949774c3 Removed debug output 2014-01-29 14:11:08 +02:00
Nimetu
8c16bc6e94 Add mysqli database class to shard admin tool 2014-01-29 14:06:48 +02:00
kervala
2fe67e96e4 Fixed: Don't set CMAKE_OSX_DEPLOYMENT_TARGET anymore by default, only use that if you need 2014-01-29 13:06:22 +01:00
botanic
a8cabc90d1 Fixed typo issue 60 2014-01-28 11:41:26 -08:00
Nimetu
a4a575d49e Replace deprecated mysql functions with mysqli in login and ring scripts 2014-01-28 00:47:13 +02:00
Nimetu
a6629ddd32 Change shard scripts to work with dash shell (issue #99)
Fix 'Press ENTER key' functionality
2014-01-27 23:15:31 +02:00
botanic
8c4a6fc2da Issue #60
does seem to work better when latency is high
2014-01-26 03:20:00 -08:00
botanic
fad0671af1 Merge 2014-01-26 02:58:42 -08:00
botanic
95c63bc0dd Fix for Issue #94 2014-01-26 02:57:59 -08:00
kervala
f256e78b2c Changed: Best fix for Freetype new layout (we only just need to include ft2build.h as done in font_generator.h) 2014-01-26 11:03:33 +01:00
botanic
7bbfca6f1b Backed out php-mysqli-refactor, broke logins 2014-01-26 01:31:47 -08:00
kervala
0e57ad38c3 Fixed: Compilation with freetype 2014-01-25 10:45:57 +01:00
kervala
7ee9607f41 Changed: Enable ig_elevation everywhere (patch by Liria) 2014-01-23 13:08:11 +01:00
Cédric OCHS
5abafa6582 Merged in liria/khanat/ig_elevaton_port_to_linux (pull request #46)
Port of ig_elevation to linux
2014-01-23 09:09:53 +01:00
liria
9d39e8b0a0 Merged default into ig_elevaton_port_to_linux 2014-01-23 00:49:56 +01:00
liria
39948bd5c7 CMakeLists.txt edited online with Bitbucket - remove merge conflict with default branche 2014-01-22 23:49:11 +00:00