]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
change representation of string offsets for allocated strings and engine
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 4 Apr 2010 23:14:40 +0000 (23:14 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 8 Apr 2010 11:49:34 +0000 (13:49 +0200)
commit32ad14f60b7967e3ec092687b193350771804cf2
tree3db95343b85c63933075c2fb44bffda7f6361ff6
parent59b2c30cf71126a88998ba625ac302bfda0fba8d
change representation of string offsets for allocated strings and engine
buffers to use 0x4000000 as base offset instead of using negative
values, to reduce possibility of && and || operators (which do float
compares to 0 in the vm) breaking on string variables

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10066 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=d0129de1a042fd4244533d2a25663259588a1f8f
prvm_edict.c