Commit Graph

1611 Commits (71a412c6982d8c08918fb023be679d9aa21a9a21)

Author SHA1 Message Date
sfb 050835b535 merging gsoc2012-achievements
--HG--
branch : gsoc2012-achievements
kervala d8c7fa52f9 Changed: Replaced string empty comparisons with empty()
kervala 8eaf7d889a Changed: Use *_PREFIX instead of fixed values with INSTALL
kervala 1374286cab Changed: Remove all warnings when compiling Ryzom
kervala 0795a61516 Changed: Remove all warnings when compiling Ryzom
sfb b858478e31 Removed: Removed the reference implementation, the full implementation is available at code/web/app and code/web/api.
kervala ece10f2965 Fixed: Compilation with GCC
kervala 8ab293a6ec Changed: Fixed some directories
kervala 7a04e920e1 Fixed: MultiArch support
kaetemi 09c3e0880d Added: CMake projects for ryzom MFC tools (georges edit and world editor plugins)
kaetemi 59bdae308e Fixed: Compile error in mfc world editor primitive plugin
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
Botanic c5f75ec268 fixed thanks kervala
Botanic 1055925bac No reason to hardcode the path
Botanic 503f5d348e Fixed warnings and logout
Botanic 914c5ad303 no reason to make people change the logs path every time
Botanic 7e64c718c4 fixed warning
Botanic 0fc3b07a12 fixed warning
Botanic a535002554 why the hell make the faster values for "debug only" waiting it so 1990's
Botanic b1edfcc646 bad eol
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
dfighter1985 28e3393dce Translation files are now embedded into the binary, also made the source groups a bit more sane.
--HG--
branch : client_config_qt
dfighter1985 9796bc02b2 The Qt Ryzom client configuration tool can now be built with CMake!
--HG--
branch : client_config_qt
dfighter1985 fd516bcf82 Adding the Qt client config tool files from the other repo.
--HG--
branch : client_config_qt
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
dnk-88 87a197cba5 Changed: Added preview particle system in geqt.
dnk-88 c4ce6dcdcc Fixed: geqt correctly handles in the FileOpenDialog of cancel action and empty icon
dnk-88 a3d7d31bad Header cascading section resizes is enabled.
Piotr Kaczmarek f4cad3ea00 add web-based translation tool directory
--HG--
branch : gsoc2011-kerozcak
kervala 73bf79340d Changed: Fix typos in comments/code
rti 31e9d7cc28 Fixed: Compilation with GCC 4.6
rti 02949cbf84 Fixed: GEQT build on gcc
aquiles 553f11d111 Changed: Added splash screen & new dialog + minor changes
aquiles 8504c5a72a Changed: Moved private headers
kervala 56dc241c3d Fixed: Compilation under Linux with STLport
kervala 807f26ffec Fixed: Compilation under Linux
kervala 5b4e12448f Fixed: Compilation under Linux
kervala ed64aaeb62 Changed: Remove VC++ projects and solutions which are not needed by Nevrax Linux makefiles
kervala 462f0fdbbd Added: mp_generator and named_items_2_csv CMake projects
sfb 72d1b7fe02 Changed: Remove "rc2" file from World Editor compilation - not used.
aquiles f2a709828f Merge
aquiles 3ce6514c26 Changed: icon location; reinit timer on visible
rti 85872f0da5 Fixed: missing include
aquiles 8907ae1601 Changed: icon location; reinit timer on visible
rti 5a8f6fa208 Fixed: plugin and resource paths
rti 15bd88d6cc Added: Georges Editor Qt Logo
rti 8ff3df26b3 Fixed: Run Georges Editor Qt on Mac OS X
aquiles 1c19d17a29 Changed: fixed missing stuff
kervala 50926ae62b Fixed: Compilation under Linux
kervala 2763a3ece2 Changed: Fix typos in comments/code
aquiles 656399e8be Changed: Switched to 3d view plugin
"Matt Raykowski" 7e56c729b0 Changed: Forgot to make World Editor an MFC-only tool.
aquiles 74d5adb2bb Changed: reactivated 3d view and improved behaviour
aquiles 6465db378b Fixed: files for new dialog
aquiles ad1b7e27e8 Fixed: icons show up small in table and full size in tooltip over icon cell - dblClk on cell opens filedialog for changing icon
aquiles 2038260b3c Changed: added progress dialog to show CPath progress and changed config behaviour
kervala f215136c20 Changed: Remove all warnings when compiling Ryzom
sfb e663794d09 merge
sfb 4ee53acaf1 Changed: Fixed paths that reference a moved NLLIGO header.
sfb b84e13493d Changed: Started adding World Editor to CMake build.
aquiles 35eac29df4 Changed: fixed some dockwidgets bugs
aquiles 06dc9e622f Changed: added some source groups to cmake for better file structuring
aquiles ce85b72410 Fixed: default & parent box working like a breeze
rti afe103b4fe merge
rti 4517a1449f Changed: build app bundle and use QWidget instead of QGLWidget
kervala 54b6685a9e Changed: Fix typos in comments/code
kervala 9550ed9d36 Changed: Fix typos in comments/code
aquiles 676e1b3ccf Changed: some layout stuff - widgets should behave better now
aquiles 2e2d0b7d52 Changed: default checkbox activated, formdelegate adapted to introduced proxymodel
kervala 470b7e2729 Changed: Remove all warning when compiling Ryzom
kervala ce04f969ef Changed: Remove all warning when compiling Ryzom
kervala d3a9566b26 Changed: Fix typos in comments/code
kervala 839148e120 Fixed: Georges Editor Qt compilation under Linux
aquiles 0f26e09e23 Changed: Code Cleanup
aquiles c99202c278 Added: Georges Editor Qt first revision
kervala 39d099f21d Changed: Remove all warning when compiling Ryzom
kervala 2767bc1483 Changed: Check for client.cfg in Ryzom application directory
kervala cd2164e602 Changed: Crash when index is out of bounds
kervala f26f1d9915 Changed: Build world_editor only under Windows
"Matt Raykowski" 8f51297407 Fixed: Nightly Linux build failed - 'export' tool is Windows only.
kervala e6c61a9602 Changed: Replace atoi and sscanf by fromString when it's possible
kervala 1fd95cb093 Changed: Remove all warning when compiling Ryzom
kervala cfecd4fc6d Fixed: client_patcher compilation
kervala 10522eae91 Changed: Use a standard application path for writing files
kervala f5657002bf Changed: Replaced DeleteFile (Win32) by NLMISC::CFile::deleteFile
kervala 1917d42ce1 Changed: Replaced DeleteFile (Win32) by NLMISC::CFile::deleteFile
kervala 65fc8b91b2 Changed: Remove all warning when compiling Ryzom
sfb 03db06e0c6 Merge
sfb bea68faedc Changed: Added 'export' and 'prim_export' to CMake build for build_gamedata pipeline.
kervala 1347527272 Changed: Fixed some display problems
kervala 5c55cd1221 Fixed: Avoid VC++ to relink all projects when using CMake generated projects
kervala cfc125cd38 Changed: Remove all warning when compiling Ryzom
kaetemi 76b1a30af9 Changed: Improved build pipeline scripts to properly avoid 3ds max hanging and handle crashes without user interference
kervala 123c773bae Changed: Commented out all #pragma message
kervala 7521923c95 Changed: Remove all warnings when compiling Ryzom
kervala a54366aba6 Changed: Remove all warnings when compiling Ryzom (patch provided by abelgar)
kervala 2a939c2800 Fixed: Build error with gcc
kervala a6bdd40593 Changed: Build error with gcc (patch provided by abelgar)
kervala 149a73e6eb Fixed: build_world_packed_col compilation
kaetemi 32cce09f83 Added: Missing vcproj for wmap tools
kaetemi 6cdc77986e Fixed: Gamedata build pipeline works mostly. Install writes to seperate dir instead of directly to dev client data dir. Added scripts to build dev client linked to install dir, as well as client install with bnp and patches generation, and shard data install. No more generated buildsite on repo. Panoply build added to map process. Fixed an issue with rbank build. Implemented sheets and sheet id building processes. Fixed some lookup paths. Implemented wmap build process. Added gamedev and data_common to install output. Added projects for characters and maps, sheets, indoors, and projects for fyros, matis, zorai and tryker continents to export shape and texture data.
kaetemi f157610a73 Changed: Added wmap tools to ryzom tool sln and fixed stuff.
kervala d568711258 Changed: Remove all warnings when compiling Ryzom
mattraykowski f92ebac8aa merge
mattraykowski bdb2a65906 Changed: Fixed typo in build_packed_world_col CMakeLists.txt
kervala 256062307b Changed: Remove all warnings when compiling Ryzom (patch provided by Abelgar)
kervala 9dbc7d7483 Changed: Replaced uiErrPatching by uiErrPatchApply
kervala 40179ff764 Changed: Remove all warnings when compiling Ryzom
kervala b81696a2a1 Fixed: Some tools compilation
mattraykowski b10efeb9bb merge
mattraykowski a5bc41e1be Changed: Added missing server tools to CMake build. Tweaked code to find headers in correct places.
kervala 554aeef7ba Changed: Renamed servers executables and libs with CMake
kaetemi 4a37bc4d74 Changed: Improved stability of shape export, fixed export of cmb from ligo zones, map export copies originals for use with other processes as originally was done, corrected some lookup paths, removed unnecessary dependencies of some processes, copy only the needed lr files to the install, added export_build_install combination script.
mattraykowski 359ff4211c Changed: Cleaned up a couple tools to build correctly (especially when using STLport.)
kervala 709b796f0a Fixed: Compilation under Linux
kervala 7f72ef0bcb Fixed: ryzom_client_patcher compilation
kervala 9895da21d0 Changed: Remove all warnings when compiling Ryzom
kervala 7401b20488 Fixed: Some services compilation (winmain not found)
kervala 4b48c3a77c Fixed: Including windows.h before using WinMain
kervala f884148dde Fixed: make_anim_melee_impact compilation
kervala 3f8bc64bca Changed: Remove all warnings when compiling Ryzom
kervala f432768edc Fixed: sheets_packer compilation
mattraykowski c3e4ffbe26 merge while working on rebase root source dir
mattraykowski 972e141687 Changed: Added more project prefixes to project labels (aka NeL, Ryzom), converted some more Ryzom projects to the new layout.
kaetemi a3b71cdb3e Added: Generators for ecosystem projects, all four ecosystem projects, generators for max exporter scripts, rbank cmb export.
Changed:  Improved skipping of exported max files, corrected search paths for some tools configurations.
mattraykowski 1b511949c9 Update: Added "NeL" before NeL project labels, moved some files, fixed Qt builds, fixed libwww find on Windows.
kaetemi d4caf01eb1 Added: Process for anim, font, swt, clodbank, pacs_prim, ps, skel. Project for objects, sky, contruction, fauna, fonts, outgame, sfx.
kervala bce05f44f9 Changed: Progress tweak
kaetemi 42aa859245 Added: Added the objects build project and updated the max file batch convert script.
kervala 65062f5dee Changed: Remove all warnings when compiling Ryzom
kaetemi 5b0a249338 Changed: Max shape export runs all the way through now.
Added: ,  Interface build project.
kervala 790cdf83c1 Fixed: sheets_packer using default static relative paths
kervala b80b9c4c58 Fixed: sheets_packer using default static relative paths
kervala cfe8f1870f Changed: sheets_packer using default static relative paths
kervala 70e5a1e98e Fixed: client_patcher compilation under Windows
kervala 4b294f9402 Fixed: libc functions wouldn't be replaced by intrinsics equivalent
kaetemi 248a8464ec Added: Ig build process.
kervala 4884d2ed97 Changed: Progress overwrite current line
kervala c2c4092730 Changed: Create a console-based working patcher
kervala c549c8f4dd Changed: Remove all warning when compiling Ryzom
kervala 7c71e0ce01 Changed: Remove all warning when compiling Ryzom
kervala 6b84d99679 Fixed: Create a console-based working patcher
kervala dcab3b681b Changed: Create a console-based working patcher
kervala 81c6b7e48a Changed: Create a console-based working patcher
kervala dd0b5df304 Changed: Create a console-based working patcher
kervala c1606111a8 Changed: Make sure all debug files are created in log directory
kervala 18dd1b0ee2 Changed: Remove all warning when compiling Ryzom
kervala 31236e1dea Changed: Remove/convert/update old projects
kervala c535f83ea3 Changed: Use PCH under Linux with CMake
vl 39b6194f02 Changed: misc things
kervala 082676ea80 Changed: CFile::copyFile takes now 2 std::string as parameters
kervala e1242bffea Removed: useless backup files
kervala 6457dd4f55 Changed: Remove/convert/update old projects
kervala d24c112408 Fixed: world_editor_sound_plugin compilation on 64 bits
kervala fbd689a6a0 Fixed: icon_search project
kervala 4e9550100a Added: patch_gen project in Ryzom tools
kaetemi ced1b79840 Changed: Corrected some config variable names for rbank build process.
kervala f2e43698ea Changed: Compilation on 64-bits platforms
kervala 7a00fb5082 Fixed: client_config compilation
kervala ea5c5b8bad Fixed: client_config compilation
kervala 6c47a3a615 Changed: Fix typos in comments/code
kervala 458203979c Fixed: variable_parser compilation
kervala 7cbe65d2ef Changed: Fix typos in comments/code
kervala f381f335e1 Changed: Fix typos in comments/code
kervala 2c5b13b4a4 Changed: Removed unused client code from sheets_packer
kervala 59bdca45fe Changed: Prefix all Ryzom binaries by ryzom_
Matt Raykowski 1b1c621cb6 merge
Matt Raykowski 9effa3d68f Chanegd: Added more server services and tools to the build.
kaetemi c71492c605 Added: Rbank build process for build pipeline.
kervala 3117e5fd5f Changed: Move OS specific code from client or server to NeL when it's possible
kaetemi a30c616cb7 Added: Work in progress of new build pipeline scripts.
kervala e065046317 Changed: Remove/convert/update old projects
Matt Raykowski 1a695c444b merge
Matt Raykowski 7977cefc40 Changed: Added BS, DSS, EVS, GUS, icon_search, named2csv, prim_export, uni_conv, AIS and csv_transform to CMake build.
kervala 9dcd284614 Changed: Remove all warning when compiling Ryzom on Linux
kervala 0668dc8408 Changed: Remove/convert/update Visual C++ projects
kervala 0107b510f2 Changed: Compilation on 64-bits platforms
kaetemi 61161d3092 Fixed: Added the land export tool vcproj to the tools sln.
vl d8e885e53d Removed: hardcoded path replaced with $RYZOM_PATH
vl b8ee03c43a Merge
vl 4add4275d8 Changed: no more hard coded paths
vl d6be8873e4 Added: graph_output directory that is necessary for the admin www tool
vl 9ae85fe837 Added: default_c directory that is necessary for the admin www tool
vl 47a4a8e20a Fixed: r2_login.php can't create log file on linux by kerozcak
vl d1cb8fde2d Changed: char* into const char*. string_constant_to_char.patch provided by vhelsing
vl f5ed11d46e Removed: compilation of nelns (not needed to run a ryzom shard)
Changed: don't compile in final version (easier to debug and test)
kervala 39e327c1b3 Changed: tool projects build failed issue (patch provided by kuo)
kervala db80394679 Fixed: tool projects build failed issue (patch provided by kuo)
kervala 0e7c1ddfe4 Fixed: Missing ; after two nlassert calls
kervala ef1182bc48 Changed: Compilation on 64-bits platforms
Matt Raykowski cbecd29fa6 Update: Applied some patches and fixed include directories for CMake.
vl 5d2cce5c81 Removed: default plugins
vl ec45939204 Changed: path on sound include
vl da6a581748 Fixed: all path are now relative. Only have to define $RYZOM_PATH
kervala 29a57b3efe Changed: Remove/convert/update old projects
kervala 0e97acfacf Changed: World editor crashes on launch ...
kervala 783c0ac359 Merge
kervala 732adbfe17 Changed: World editor crashes on launch ...
kervala ad487dae19 Changed: Remove/convert/update old projects
kervala c084a595f8 Changed: Remove/convert/update Visual C++ projects
Matt Raykowski e055fbd30b Update: Updating the CMake build, getting rid of bad stuff like DECORATE_NEL_LIB
kaetemi@users.sourceforge.net 818fabfa30 Fixed: Use of <? instead of <?php in some files broke login on some system configurations.
kervala 0391b3fad6 Changed: Remove/convert/update Visual C++ projects
kaetemi@users.sourceforge.net cd88931aa4 Added: The 'use' sql command on the admin default data sql as well for convenience.
acemtp@users.sourceforge.net 36b8bf5ceb Added: default data for admin tool
acemtp@users.sourceforge.net 271838046d Added: 'use' sql command to set the good table
kaetemi@users.sourceforge.net baa0de57a6 Fixed: Some windows system lib was not linked when using self compiled external libraries.
acemtp@users.sourceforge.net 297446ef5f Added: tables and default data for sql
acemtp@users.sourceforge.net 796809b5d1 Fixed: posix cp flag
acemtp@users.sourceforge.net d8eff382db Fixed: remove the -march=pentium
acemtp@users.sourceforge.net 8b920944dd Changed: add +x on linux script to be executable
acemtp@users.sourceforge.net 61eefa97c2 Fixed: set the good agpl header
acemtp@users.sourceforge.net 29b38937a5 Fixed: set the good agpl header
kaetemi@users.sourceforge.net 318c2d4f6f Fixed: Availability of DirectSound 8 functions differs between versions.
acemtp@users.sourceforge.net c0e0bc625d Added: replace_vista_icon.exe to fix the error PRJ0019: A tool returned an error code from "insert the hi res icon"
acemtp@users.sourceforge.net d5c601ffa5 initial version