| Age | Commit message (Expand) | Author |
| 2010-09-05 | Cleanup: Some typo fixes, closes issue 3798, thanks tru.bazoozoo and Lopin | Shocker |
| 2010-09-03 | Core/Game: forgotten changes from r3cc82905662712385f0d03895a426310e6cc96bd | silinoron |
| 2010-09-03 | Core/Game: Fix remaining warnings on windows (and most likely almost all of t... | silinoron |
| 2010-08-31 | Core: Fix more warnings (very few left under linux 32) | Spp |
| 2010-08-31 | Core: Fix more warnings and fix compile under linux 64 | Spp |
| 2010-08-30 | Core: Fix more warnings | Spp |
| 2010-08-30 | Core: Fix more warnings | Spp |
| 2010-08-26 | Core: | azazel |
| 2010-08-23 | Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and... | silinoron |
| 2010-08-22 | Core/Game: fix all warnings related to converting doubles and floats. | silinoron |
| 2010-08-22 | Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces... | click |
| 2010-08-21 | Core: Remove "may be used uninitialized in this function", "unused parameter ... | Spp |
| 2010-08-21 | Core: Remove "suggest parentheses around ‘&&’ within ‘||’" and "sugge... | Spp |
| 2010-08-21 | Core: Remove "unused variable 'xxx'" warnings | Spp |
| 2010-08-21 | Core: Remove "enumeration value 'xxx' not handled in switch" warnings | Spp |
| 2010-08-21 | Core: Remove lots warnings: | Spp |
| 2010-08-21 | Core/Includes: Include ACE as an external dependency, not local (#include "ac... | click |
| 2010-08-20 | * Remove support for map-based random number generation (which seems unused). | silinoron |
| 2010-08-20 | Core/DB scripts: | azazel |
| 2010-08-20 | Core | azazel |
| 2010-08-20 | Buildsystem/Core: Adjust filenames to their correct case | click |
| 2010-08-19 | Switch to using SIMD-oriented Fast Mersenne Twister for random number generat... | silinoron |
| 2010-08-18 | * HIGHLY EXPERIMENTAL - USE AT OWN RISK * | Machiavelli |
| 2010-08-12 | *Remove transports from world on MapManager delete - thanks to click for help. | QAston |
| 2010-08-08 | Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl... | click |
| 2010-08-08 | * Rename InstanceData to InstanceScript | azazel |
| 2010-08-08 | * Some singleton renames for consistency: | XTZGZoReX |
| 2010-08-08 | * Rename: BattleGround -> Battleground. | XTZGZoReX |
| 2010-08-07 | * Rename some more functions for consistency. | XTZGZoReX |
| 2010-08-06 | *** New core <-> script library interface - complete rewrite of the old one. | XTZGZoReX |
| 2010-08-06 | Removed unused access_id from instance_template table (obsolete since access_... | Shauren |
| 2010-08-06 | Revert changes done in r0074e32c2f and r4d86e4199a - fixes buildissues ( if()... | click |
| 2010-08-06 | * Corpse related cleanup (author: Hunuza) | azazel |
| 2010-08-05 | Make use of new ToItem() casts | Shauren |
| 2010-08-05 | * Implement item limit category (based on changes by VladimirMangos) | azazel |
| 2010-08-05 | * Convert SCRIPT_COMMAND_* defines to enum. Make comments for values up-to-date. | azazel |
| 2010-07-30 | Add basic support for NPCs on transports; DB data required. | silinoron |
| 2010-07-31 | *Cleanup in single target auras (thanks to JuliuSZS some useable debug info) | QAston |
| 2010-07-30 | *use ASSERT macro instead of regular assert for better output. | QAston |
| 2010-07-29 | *Allow some spell effects to target units not in caster's map - fixes SPELL_E... | QAston |
| 2010-07-29 | Remade access_requirement table, now each difficulty mode for each instance h... | Shauren |
| 2010-07-29 | Convert to using ACE for reading configurationfiles, and remove dependency on... | click |
| 2010-07-28 | *Cleanup in ObjectAccessor - this should fix some crashes | QAston |
| 2010-07-27 | Small fix for previous revision | Shauren |
| 2010-07-27 | Added possibility to cast spells with triggered flag using SCRIPT_COMMAND_CAS... | Shauren |
| 2010-07-27 | Add option for search distance to getHeight() functions and make Creature::Fa... | click |
| 2010-07-11 | Reinstate ITEM_FLAGS_NO_EQUIP_COOLDOWN implementation and the serverside chec... | click |
| 2010-07-11 | Backed out changeset 6670e64b2d92 | click |
| 2010-07-11 | Implement ITEM_FLAGS_NO_EQUIP_COOLDOWN support + add serverside checks for IT... | click |
| 2010-07-09 | Uncomment the assert that I commented some revs ago on InstanceMap::CanEnter() | Tartalo |