Commit Graph

241 Commits (afbbced99b3af8653853e4aba807eeaff662effa)

Author SHA1 Message Date
Fabien_HENON afbbced99b Added: A check in the mission compiler to be sure camera animations referenced by missions exist in the primitive
--HG--
branch : gsoc2012-fabien
Fabien_HENON 8fd4987016 Added: sound_trigger and camera_animation step contents in mission compiler
--HG--
branch : gsoc2012-fabien
sfb af454dd1cf Fixed EOL issues and added .hgeol file.
kervala 4be2469c8b Fixed: Compilation under Windows
vl f333236a6b Merge
kervala 36fcd706fa Changed: Remove all warnings when compiling Ryzom
kervala de9b4be9c6 Changed: Remove all warnings when compiling Ryzom
sfb e2b2b8ffca Fixed: Imported nimetu's WebIG reference implementation.
sfb 4c2a3b6801 Fixed: Copied index.ctp to listdir.ctp and admin_index.ctp to eliminate symlinks.
sfb a3ca1d10bc Changed: Removing symlinks.
sfb 1279aa5d3a merge from default
--HG--
branch : gsoc2011-kerozcak
kervala 3c47b9f8d5 Fixed: Remove all remaining .vcproj, Makefiles, automake scripts, etc...
kaetemi 93d3a4fea4 Fixed: Use $_POST and $_GET instead of deprecated $HTTP_GET_VARS and $HTTP_POST_VARS in the admin tool.
kervala 6a6115061c Fixed: Client patcher compilation under Mac OS X
kervala 15fa0b67f7 Fixed: ryzom_client_patcher missing file
sfb 7c3522da9e Fixed: patch_gen uses tmpnam function instead of 'nul' for files with no pre-existing version. Note - used tmpnam instead of mkstemp due to cross-platform compatibility.
kervala fbf81fc0b9 Fixed: pdr_util, -o command line option (patch provided by nimetu)
kaetemi 8c92768c98 Changed: Build pacs prim list to correct location.
kaetemi 83e79fa761 Changed: Move the visual_slot.tab to the right place after running sheets packer.
kaetemi ab4468c48f Changed: Clean comments
kaetemi 5a5304f823 Changed: Added generic helmets directory to export shape sources.
kaetemi 7b033676cb Added: Missing panoply_generique.cfg file.
kaetemi 3a520e2fb8 Changed: Also try ryzom_client_r.exe instead of client_ryzom_r.exe for copying exedll bnp...
Fabien_HENON 594d939c0b : Guild Missions: Merge with default
--HG--
branch : gsoc2011-guildmissions
kerozcak 89fd0e92c0 Changed:
--HG--
branch : gsoc2011-kerozcak
kervala 1ef3c1fada Removed: Backup files
Fabien_HENON ff5da0aa22 Changed: : Debug for the guild missions. Now it works !
--HG--
branch : gsoc2011-guildmissions
Fabien_HENON 78dbefb759 Changed: : Checks in the mission compiler if the do_mission objective is correct (for a guild mission) when we add a number (the number of members from the guild needed to complete the mission) after a mission name
--HG--
branch : gsoc2011-guildmissions
Fabien_HENON 9f05d66a81 Changed: : Revert modifications for the objectives in the mission compiler (i changed the way i will do it)
--HG--
branch : gsoc2011-guildmissions
kerozcak ccf80ff9d3 Changed: Added files forgotten to track.
--HG--
branch : gsoc2011-kerozcak
Fabien_HENON 185603b5e6 Changed: : Debug of the options added in the script (';' replaced by ':' for parameters separation)
--HG--
branch : gsoc2011-guildmissions
kerozcak 0055bd7c4e Changed: Update.
--HG--
branch : gsoc2011-kerozcak
kerozcak 4d7293d0f5 Changed: Adding work i have done so far.
--HG--
branch : gsoc2011-kerozcak
kerozcak c45be93014 Changed: Adding CakePHP app structure.
--HG--
branch : gsoc2011-kerozcak
kerozcak 87fed6cd85 merge from default
--HG--
branch : gsoc2011-kerozcak
kerozcak 471f5100e2 Changed: Directory name changed.
--HG--
branch : gsoc2011-kerozcak
kervala 81d2817c44 Changed: Fix typos in comments/code
kervala 4027e82360 Changed: Remove all warnings when compiling Ryzom
kervala 5cd98b6e45 Changed: Replaced NLMISC::strlwr by NLMISC::toLower
kervala f03da8e338 Changed: Fix typos in comments/code
kervala 7c27c233eb Changed: Exceptions catched by reference
kervala f9cc842b82 Changed: Exceptions catched by reference
Fabien_HENON 91fef65450 Changed: : mission_compiler actions: add new ones, check and script generation
Add 2 new actions for the mission compiler: recv_charge_point and
give_control.
Add the 'guild' option for some actions: check if the mission is
valid, and change the script generation to add this option.

--HG--
branch : gsoc2011-guildmissions
Fabien_HENON bab4b3af21 Changed: : mission_compiler objectives: check and script generation
mission compiler now checks if we are not asking several guild
members to complete an objective whereas the mission is not a
guild mission.
It also generates the 'nb_guild_members_needed' parameter for
objectives in the script.

--HG--
branch : gsoc2011-guildmissions
kervala d245af6529 Changed: Added new actions comments for translation_tools
sfb 2039038973 merge
sfb 977a6a7fd0 Changed: Applied patch fixing the mission_compiler_lib build under Linux
kervala 8208ec219b Changed: Compilation with VC++ 2010 without STLport
kervala 697f8760b2 Added: CMake project for mission_compiler_fe
kervala 09f1eba8dc Added: CMake project for mission_compiler_lib