aboutsummaryrefslogtreecommitdiff
path: root/src/server/collision/Models/ModelInstance.cpp
AgeCommit message (Collapse)Author
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP
2015-01-01Update copyright note for 2015Vincent-Michael
Happy new year
2014-08-23Core/Misc: Fix some -Wconversion warningsjackpoz
2014-06-01Replaced ACE based typedefs for fixed width ints with C++11 versionsleak
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-01-01Update copyright note for 2013.Vincent_Michael
Happy new year.
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
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-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with ↵Spp
some exceptions)
2011-07-29Core: Append single character to stream as character, not as a stringSpp-
2011-03-08Core: Fixed warnings:Shauren
C4100: 'variable' : unreferenced formal parameter C4701: potentially uninitialized local variable C4389: '!=' : signed/unsigned mismatch C4245: 'argument' : conversion from 'X' to 'Y', signed/unsigned mismatch
2011-01-01Update copyright note for 2011.Machiavelli
Happy new year.
2010-07-10Fix incorrect blocked LOS-calculation on certain locations (by Lynx3d)click
--HG-- branch : trunk
2010-07-09Update VMap3 to "final" release (REEXTRACTION OF MAPS/VMAPS IS REQUIRED!) - ↵click
thanks to Lynx3d (again) - add magic-header to .vmtile files - calculate waterlevels for non-flat surfaces in a more correct way - make MSVC shut up about float-issues - change logging around a bit (output function that the respective logentry comes from) - remove remaining Stormlib leftovers - set indoor/outdoor check to enabled by default (more blizzlike) --HG-- branch : trunk
2010-06-07* Move VMap3 code to a separate static 'collision' library.XTZGZoReX
--HG-- branch : trunk