2025-08-04 01:32 CEST

spring: develop 2c750dd6 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2007-12-16 14:56:42 develop cda1a2a7
Changeset * CCobInstance::RealCall now checks if stack is big enough before getting
  arguments from stack. (note: this triggers error spam in P.U.R.E.)
  This solves non-existing stack elements being accessed.
* Fix bug in CCommandAI where an invalidated iterator (push_back was called on
  the deque already) was still used.
* DEBUG->_DEBUG in DemoReader, VC builds only define the latter.
* Ignore msvcrt default lib so VC8 debug build actually works.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5021 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/COB/CobInstance.cpp Diff ] File ]
mod - rts/Sim/Units/COB/CobThread.cpp Diff ] File ]
mod - rts/Sim/Units/COB/CobThread.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
mod - rts/System/DemoReader.cpp Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]