aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Grids/Cells
AgeCommit message (Collapse)Author
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2022-02-13Core/Misc: Minor game include cleanupShauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵Shauren
port
2020-04-24Core/Spells: fix wrong distance calculations in AoE spells [Needs testing] ↵Chaouki Dhib
(#16290) Core/Spells: Fix wrong distance calculations in AoE spells. Pull request #16290 by chaodhib. God bless, finally. (cherry picked from commit a1f2f30c145f6ad9c4baeffeff32618e71ff537c)
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-05-13Core/Grids: Ported cmangos/mangos-wotlk@ea99457e50790acde8928aa0f3dc4a9c096b4a8cShauren
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-07-04Cleanup some whitespacesArmano
2015-01-01Update copyright note for 2015Vincent-Michael
Happy new year
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
Also added missing copyright to some files.
2013-01-01Update copyright note for 2013.Vincent_Michael
Happy new year.
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-03-28Core/Grids: Removed unsafe substraction, fixes possible freezesShauren
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-10-19Core/Grid:kaelima
- Simplified CellArea calculation (Original author: SilverIce) - Removed unused code in Cell class (Original author: SilverIce) - Improve some Visit functions.
2011-10-18Clean up grid system: allow directly creating Cell from x, y.megamage
2011-10-18Use method IsCoordValid() to replace explicit checks.megamage
2011-10-18Rename some classes in grid system.megamage
Note: The naming of classes is still confusing. "cell" usually refers to class "Grid", and "grid" usually refers to class "NGrid". But it requires a lot of changes to clean this up.
2011-10-18Core/Grid: Replaced ambiguous operator overloads with functions (Makes it ↵Spp
clear to read)
2011-09-29Cosmetic: Multiple cosmetic changesSpp
- Added missing space to 'if', 'for', 'while' and 'switch' when it's followed by '(' - Added missing space after a comma and remove space before comma (with some exceptions) - Remove trailing spaces - Convert tab to spaces Note: Only affects files with extension "cpp" and "h" under /src/server
2011-08-08Core/Gridmonster: Increased upper value for search radius to size of gridShauren
2011-04-29Add spaces after commasleak
2011-01-01Update copyright note for 2011.Machiavelli
Happy new year.
2010-10-07REALLY fix the CRLF-crap...click
--HG-- branch : trunk
2010-10-07Update copyright headers (following the same standard in all files = good)click
--HG-- branch : trunk
2010-07-30*use ASSERT macro instead of regular assert for better output.QAston
--HG-- branch : trunk
2010-06-08* Remove more not needed relative paths in include filesBrian
--HG-- branch : trunk
2010-06-08* Linux compile with and without PCH fixedBrian
* Script library compile fixed * --todo: fix all scripts themselves :) --HG-- branch : trunk
2010-06-07* Nope still won't build yetBrian
--HG-- branch : trunk
2010-06-06* Get rid of framework and move the files to game and shared.XTZGZoReX
--HG-- branch : trunk