Commit Graph

3901 Commits (c7ca20c748a69f8a11287af3b36cadc16846d55b)

Author SHA1 Message Date
dfighter1985 0096ad1204 Remove Object Viewer menus when unloading the plugin.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 9ad71881dc Line endings...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 b9bbe802d4 Remove display sheet id action when unloading the plugin.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 3fc289e7fa Remove sheet builder action when unloading the plugin.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 828f31a2a4 Remove translation manager menu when unloading the plugin.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 fb4dc15fe7 Remove GUI Editor menu when unloading the plugin.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 d7536332a6 Implemented plugin unload.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 eb41278369 GUI for plugin loading / unloading in the plugin dialog.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 732b24b985 Updated qrc location.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 c2a951fd6c Progressbar should look nicer on the splash screen now.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 f0a312a6e5 Progress bar will now actually show progress.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 f177a49a9e Instead of drawing the progressbar on the splash image, draw it below it. Also move the status text closer to the progress bar.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 2ce11cc2f9 Line endings...
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi 15dc492690 Set additional preferred memory 11 years ago
kaetemi ad0bf64b18 Cleanup extension initialization 11 years ago
dfighter1985 91463f9fa2 The splash screen will now inform the user about what's happening.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 cfa12b6d81 Somehow I always forget the banners...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 c15eebaadf First iteration of the new splash screen.
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi 766cace955 Implement volatile vertex buffer for opengl driver, should provide considerable performance improvements for particle systems. Needs additional testing. 11 years ago
dfighter1985 1d23a092c1 rename.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 883c0d4462 Settings dialog on first startup.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 1306853697 More renames.
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi 0d67c420cd Set exec mode 11 years ago
kaetemi 1f786418a7 Crash safely with an error when sphrase is missing on client 11 years ago
kaetemi 47e5e587ad Use vector instead of map to store sbrick sheets, it's faster 11 years ago
kaetemi 4311da091f Add --admininstall parameter to c1_shard_patch 11 years ago
dfighter1985 4adbb6dbd9 Moved plugin menu items to their own sub-menu into the menubar.
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi 0a41e6b3c4 Fix Windows compilation of lightmap_optimizer 11 years ago
dfighter1985 79348c8e93 More renames.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 ef7a39641f Rename.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 eeb4e48d38 Renames.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 0974142bcc Renamed the plugin XML files.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 3440c7081b Renamed ovqt and ovqt plugin binaries.
--HG--
branch : gsoc2014-dfighter
11 years ago
liria 94b30c76fa Merged default into lightmap_optimizer_port_to_linux
--HG--
branch : lightmap_optimizer_port_to_linux
11 years ago
dfighter1985 12890373a4 Merged default
--HG--
branch : gsoc2014-dfighter
11 years ago
kervala 46e5c39e74 Changed: Replaced some spaces by tabulations 11 years ago
botanic b57755b9ee Fix for bug from de6f606 11 years ago
kervala d7c9608d83 Fixed: Compilation error 11 years ago
dfighter1985 e6569049e9 Same as before...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 3c72598645 Readding core plugin that was missing because of a hgignore entry.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 91f859bc8a Moved ovqt to /code/studio
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi db5c65fedf Merge 11 years ago
kaetemi 1a4a7bafab Backed out changeset: 897087f1fa71, 7c3f1f0dc9d8, 61d11f94e3ea 11 years ago
kaetemi 798d207d0d Fix EOL 11 years ago
kervala 060347f2b9 Changed: Small typo 11 years ago
kervala 50324ccd55 Fixed #151: White box on character selection screen (a big thanks to nimetu for the patch!) 11 years ago
kervala 8972ecf1b3 Fixed: tmpFlagRemovedPatchCategories not needed anymore because RemovedPatchCategories defined in login_patch.cpp 11 years ago
sfb c666176278 Modified the CTestConfig to point at the new CI server. 11 years ago
kervala 01bc4eeb92 Changed: Minor changes 11 years ago
kervala e84dd7b5f7 Changed: Replaced strlwr by toLower 11 years ago
kervala 31859175ba Backed out changeset: 79980ce60498 11 years ago
kervala 24fa8df5ff Fusion avec default
--HG--
branch : compatibility
11 years ago
Cédric OCHS bcc22bb11c Merged in nimetu/ryzomcore/Issue#130 (pull request #65)
Properly restore saved camera distance from config file (issue #130)
11 years ago
kervala 3fff8fe467 Changed: Replaced strlwr by toLower
--HG--
branch : compatibility
11 years ago
Nimetu 7cc1bf9f17 Fix compiling on linux with new OpenGL headers (issue #145)
--HG--
branch : Issue#145
11 years ago
Nimetu 02cb532401 Properly restore saved camera distance from config file (issue #130)
--HG--
branch : Issue#130
11 years ago
dfighter1985 4f39a58e31 Tile Editor crash fixes.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 fd5d961ba7 Build fixes.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 f882abca07 Merged Georges Editor branch.
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985 4d3a472262 Merged default.
--HG--
branch : branch-tile-edit-ovqt-plugin
11 years ago
dfighter1985 f3b94d38d5 Merged default.
--HG--
branch : branch-features-geqt-plugin
11 years ago
Matthew Lagoe c7650f041a Merged in shubham_meena/ryzomcore/issue#119 (pull request #63)
removed wrong panel from settings page
11 years ago
botanic db2f0435cd missing = 11 years ago
botanic bac99a8815 fix for missing include 11 years ago
botanic 18f72e3781 php is_writable is not reliable 11 years ago
dfighter1985 41f44b2aa6 Merge default.
--HG--
branch : gsoc2012-gui-editor
11 years ago
kervala ed1a84c99b Changed: Updated OpenGL and OpenGL ES headers
--HG--
branch : compatibility
11 years ago
kervala 831758beb1 Fixed: nglXSwapIntervalEXT return type should be void
--HG--
branch : compatibility
11 years ago
kervala 5a88951837 Changed: Find DirectX libraries in alternative folders
--HG--
branch : compatibility
11 years ago
liria d89e6c9c2c Merged default into lightmap_optimizer_port_to_linux
--HG--
branch : lightmap_optimizer_port_to_linux
11 years ago
shubham_meena 1970dd0ff4 remove wrong panel from settings page
--HG--
branch : issue#119
11 years ago
botanic 4891ce5dc4 fix paths 11 years ago
botanic fd4fce0d6a missing . 11 years ago
botanic 5fe1dd709f display erors on installer 11 years ago
botanic fff4682d92 missed it on all of them 11 years ago
botanic cd9deab467 Merge 11 years ago
botanic 08b1602e5a missed a ../ 11 years ago
Matthew Lagoe 0a631f5f9f Merged in shubham_meena/ryzomcore/issue#120 (pull request #60)
changed hardcoded location of ams_lib with location defined in configuration
11 years ago
Matthew Lagoe 3f54b93b30 Merged in shubham_meena/ryzomcore/Issue#123 (pull request #59)
Changed log-in from username to both username and email
11 years ago
liria 12f63f3a6e Typo correction
--HG--
branch : lightmap_optimizer_port_to_linux
11 years ago
liria 30036d000c Merged default into lightmap_optimizer_port_to_linux
--HG--
branch : lightmap_optimizer_port_to_linux
11 years ago
kaetemi e494200c21 Bugfix: Kill users who attempt to escape the game 11 years ago
kaetemi 562dae3c3f Add command to eternally trap players ingame 11 years ago
kaetemi 5ed5cd5ea8 Add interface for HMD with player death support 11 years ago
kervala 8f6c32bd69 Backed out changeset: 3937923211ec
--HG--
branch : compatibility
11 years ago
Jan Boon 2eacddc47c Merged in shubham_meena/ryzomcore/Issue#121 (pull request #58)
Added tile of web in translations
11 years ago
Jan Boon 6765d4f091 Merged in shubham_meena/ryzomcore/issue#127 (pull request #56)
collation changed to utf8_unicode_ci
11 years ago
kaetemi 283f52a03f Merge 11 years ago
kervala c83afd649d Changed: Replaced some Mac OS X warnings by TODO comments
--HG--
branch : compatibility
11 years ago
kervala 62eb6347e5 Changed: Aligned methods names 11 years ago
kervala 8968124553 Changed: Aligned methods names
--HG--
branch : compatibility
11 years ago
kervala 81881a583f Fixed: Switch not handled warnings
--HG--
branch : compatibility
11 years ago
kervala 9f0daa9a1e Fixed: Wrong header guard warning 11 years ago
kervala 2e6ac0ad84 Fixed: Wrong header guard warning
--HG--
branch : compatibility
11 years ago
kervala bfaf952f32 Fixed: Warnings with clang: wrong ! and == operators order 11 years ago
kervala 8fa24eeb4e Fixed: Warnings with clang: wrong ! and == operators order
--HG--
branch : compatibility
11 years ago
kervala b8ad53adf3 Fixed: Typo detected by clang 11 years ago
kervala 79529b1581 Fixed: Typo detected by clang
--HG--
branch : compatibility
11 years ago
kervala a0801ebffe Changed: Removed useless definitions 11 years ago
kervala 7ab7952dbd Changed: Removed useless definitions
--HG--
branch : compatibility
11 years ago
kervala def5243d06 Changed: Updated OpenGL headers 11 years ago
kervala ee87716aa0 Changed: Updated OpenGL headers
--HG--
branch : compatibility
11 years ago
kervala a8c35f9229 Fixed: Used code being removed by -Wl,-x on Mac OS X 11 years ago
kervala f62b19eb71 Fixed: Used code being removed by -Wl,-x on Mac OS X
--HG--
branch : compatibility
11 years ago
shubham_meena 685987149d changed hardcoded location of ams_lib with location difined in configuration
--HG--
branch : issue#120
11 years ago
kervala a77bddf265 Changed: Give priority to ARB extensions in tests
--HG--
branch : compatibility
11 years ago
kervala 55a29115ba Changed: Detect available video memory with OpenGL extensions 11 years ago
kervala d4fb36d1eb Changed: Detect available video memory with OpenGL extensions
--HG--
branch : compatibility
11 years ago
kervala 0aaad7051b Changed: Use OpenGL ES functions prototypes from official headers 11 years ago
kervala 3e30929867 Changed: Use OpenGL ES functions prototypes from official headers
--HG--
branch : compatibility
11 years ago
kervala c59f9d8a5e Changed: Optimize OpenGL driver PCH 11 years ago
kervala 406df1c59c Changed: Optimize OpenGL driver PCH
--HG--
branch : compatibility
11 years ago
kervala 927ff14998 Changed: Use OpenGL functions prototypes from official headers
Fixed: glDeleteObjectBufferATI replaced by glFreeObjectBufferATI since 2002
11 years ago
kervala 713c07e1e6 Changed: Use OpenGL functions prototypes from official headers
Fixed: glDeleteObjectBufferATI replaced by glFreeObjectBufferATI since 2002

--HG--
branch : compatibility
11 years ago
kervala e2797c2567 Changed: Include PCH 11 years ago
kervala b83c69bf89 Changed: Include PCH
--HG--
branch : compatibility
11 years ago
kervala e9b8ee0fec Fixed: Improve compilation speed including revision.h in a smaller .cpp file 11 years ago
kervala 868470c19f Fixed: Improve compilation speed including revision.h in a smaller .cpp file
--HG--
branch : compatibility
11 years ago
shubham_meena 420a615321 login.php edited online with Bitbucket: to provide access through both username and email
--HG--
branch : Issue#123
11 years ago
shubham_meena 26c8e7ad15 changed login through email / username
--HG--
branch : Issue#123
11 years ago
botanic 6c345bf6b7 Merge 11 years ago
botanic 99b122c84c fix my typo's 11 years ago
shubham_meena af2cf14273 changed login from username to both username and email
--HG--
branch : Issue#123
11 years ago
kervala 16d0f49b45 Changed: Minor changes 11 years ago
kervala 3045bdac62 Changed: Removed pwd command 11 years ago
kervala 3f2b2757d1 Fixed: Removed chmod because useless 11 years ago
kervala d40db9f2af Fixed: Wrong parameters passed to bash script 11 years ago
kervala 4c159a04dd Changed: Use BuildName only on Unix 11 years ago
kervala 697e72751e Changed: Use fullpath in batch file 11 years ago
kervala 41ac5d56d8 Changed: Create .sh file under Unix 11 years ago
kervala 350c6ec5d7 Changed: Renamed RZ_PATCH to RZ_USE_PATCH 11 years ago
shubham_meena 5bef18032e added web title in translations
--HG--
branch : Issue#121
11 years ago
shubham_meena 7217a99c59 added title of web in translations
--HG--
branch : Issue#121
11 years ago
shubham_meena bfb2b0c595 libsetup.php edited online with Bitbucket
--HG--
branch : issue#127
11 years ago
shubham_meena f6f0f42d1f colation changed to utf8_unicode_ci
--HG--
branch : issue#127
11 years ago
kervala 7932937df9 Changed: Don't patch "main_exedll" and "main_cfg" categories under Unix 11 years ago
kervala aa9c18481d Changed: Use "BuildName" from client_default.cfg to determinate last supported patch version by current client under Unix 11 years ago
kervala 98f33cfa87 Changed: Use RZ_USE_SEVENZIP instead of NL_USE_SEVENZIP 11 years ago
kervala 2076a6b13d Changed: Typo 11 years ago
kervala 6c4d33c2a6 Changed: Improvements in patch system 11 years ago
kaetemi 2f19b88539 Fix crash in 0_setup.py on Linux 11 years ago
kaetemi de9724a821 Add color to console output 11 years ago
kaetemi b3cf16f263 Separate output directories from input directories 11 years ago
botanic 9661711c66 dont chmod just check permissions 11 years ago
kaetemi c5f3c5d9d0 Compile fix 11 years ago
kaetemi 5a97a3aef0 Fix config 11 years ago
kaetemi 98fdfb672c Cleanup config 11 years ago
kaetemi 2b5373e436 Fix duplicate config data 11 years ago
Cédric OCHS c5e40670d9 Merged in StudioEtrange/ryzomcore/cmake-fixes (pull request #55)
Cmake fix - FindWindowsSDK
11 years ago
botanic d5d65ae56e fixed cretion of users 11 years ago
kaetemi dd97d5d41b Remove duplicate cfg data 11 years ago
StudioEtrange 994c47dc92 fix find windows.h for winsdk8
--HG--
branch : cmake-fixes
11 years ago
StudioEtrange 646b8fc9ae Fix bug cannot find right include folder for winsdk8
--HG--
branch : cmake-fixes
11 years ago
Jan Boon fc835cbe6c Merged in StudioEtrange/ryzomcore/ovqt-fixes (pull request #54)
OVQT Plugins - CMake Install fixes
11 years ago
kaetemi 1764cfd708 Fix #138 Pointer truncation in AI Script VM 11 years ago
kaetemi 91d453dd63 Make packed sheets behaviour consistent accross services 11 years ago
kaetemi 020bfb775e Disable build of dataset packed sheets in build pipeline 11 years ago
kaetemi 86f86c6170 Add additional executable permissions 11 years ago
kaetemi 72fac9aaf1 Update default directories 11 years ago
kaetemi 151e86bc9d Add example configuration for patchman 11 years ago
kaetemi d08c53aaf7 Remove unnecessary cfg 11 years ago
kaetemi 934f5c3f0b Add script for creating a new shard patch 11 years ago
kaetemi 27da0870b2 Rename scripts 11 years ago
kaetemi e8770db674 Nicer batch scripts for pipeline 11 years ago
kaetemi b52230832e Add build process script for shard sheets 11 years ago
kaetemi 2289285c14 Add AIS sheets to shard sheets packer tool 11 years ago
kaetemi 2555e93771 Add sheets packer tool for CTimeDateSeasonManager 11 years ago
kaetemi 30030220c1 Add EGS sheets to shard sheets packer tool 11 years ago
kaetemi f65a48cc4b Rename CSheets in GPM to CGpmSheets 11 years ago
kaetemi 32eafb179d Add sheets packer tool for shard GPMS and CContinentContainer 11 years ago
kaetemi accafc4192 Add sheets packer tool for shard MS and IOS 11 years ago
kaetemi a6a72fd622 Fix #134 Exit crash after failed response from character selection 11 years ago
kaetemi 5c17bb1f8e Make IG load waiting loop more agreeable 11 years ago
kaetemi 76ce7523ff Additional streaming behaviour fix for XAudio2 driver 11 years ago
kaetemi 5ec390b0d6 Fix #132 You can no longer walk through rezzed players 11 years ago
kaetemi 49fa568123 Remove some debug 11 years ago
kaetemi d680b70308 Fix some streaming behaviour in XAudio2 driver 11 years ago
StudioEtrange 0b8db2399c CMAKE TARGET : SHARED and MODULE
About Shared Library (shared) and Module Library (module) type of cmake target
INSTALL command has different behaviour for ARCHIVE LIBRARY RUNTIME depending on the platform
11 years ago
botanic e741f31a64 Merge 11 years ago
botanic a96f651742 force deleting of file so it works even after server crash 11 years ago
kaetemi be311fb0f8 Fix for excessive inlining of npc chat serialization, issue #97
--HG--
branch : compatibility
11 years ago
kervala 8adf6df76a Changed: Minor changes
--HG--
branch : compatibility
11 years ago
kervala a62393a9ed Changed: Removed pwd command
--HG--
branch : compatibility
11 years ago
kervala f4233222e5 Fixed: Removed chmod because useless
--HG--
branch : compatibility
11 years ago
kervala c9651b257d Fixed: Wrong parameters passed to bash script
--HG--
branch : compatibility
11 years ago
kervala 39eb83eb87 Changed: Use BuildName only on Unix
--HG--
branch : compatibility
11 years ago
kervala 058aa23813 Changed: Use official settings for client.cfg
--HG--
branch : compatibility
11 years ago
kervala edf3f49afd Changed: Use fullpath in batch file
--HG--
branch : compatibility
11 years ago
kervala dfb187126a Changed: Create .sh file under Unix
--HG--
branch : compatibility
11 years ago
kervala 91a3e128cc Changed: Renamed RZ_PATCH to RZ_USE_PATCH
--HG--
branch : compatibility
11 years ago
kervala 769a5ca2ee Changed: Don't patch "main_exedll" and "main_cfg" categories under Unix
--HG--
branch : compatibility
11 years ago
kervala 2c396827d5 Changed: Use "BuildName" from client_default.cfg to determinate last supported patch version by current client under Unix
--HG--
branch : compatibility
11 years ago
kervala 607f39561d Changed: Use RZ_USE_SEVENZIP instead of NL_USE_SEVENZIP
--HG--
branch : compatibility
11 years ago
kaetemi cd1107adf5 Fix #134 Exit crash after failed response from character selection
--HG--
branch : compatibility
11 years ago
kaetemi d2d87d2644 Make IG load waiting loop more agreeable
--HG--
branch : compatibility
11 years ago
kaetemi 6426393210 Additional streaming behaviour fix for XAudio2 driver
--HG--
branch : compatibility
11 years ago
kaetemi 4d3d7a000a Fix #132 You can no longer walk through rezzed players
--HG--
branch : compatibility
11 years ago
kaetemi f703359eaa Remove some debug
--HG--
branch : compatibility
11 years ago
kaetemi 17b99ba796 Fix some streaming behaviour in XAudio2 driver
--HG--
branch : compatibility
11 years ago
kervala c26e4c7426 Changed: Typo
--HG--
branch : compatibility
11 years ago