2025-08-28 07:48 CEST

spring: develop d95dca05 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2008-11-02 19:54:48 develop e495a147
Changeset * Encapsulation of CGroundDecalHandler stuff
* BuildingGroundDecal has proper destructor now
* Fields/variables should start with lower case: 'alphaFalloff' and NOT 'AlphaFalloff'
* NULL pointers should be written as 'NULL' (or optionally '0'), NOT '0x0'
* LuaSyncedCtrl::RemoveBuildingDecal isn't O(num decals), and doesn't leak memory, anymore



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6962 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Rendering/GroundDecalHandler.cpp Diff ] File ]
mod - rts/Rendering/GroundDecalHandler.h Diff ] File ]