User:Eli2: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 22: Line 22:
   asm volatile("" : : "g"(p) : "memory");
   asm volatile("" : : "g"(p) : "memory");
  }
  }
=== Notes ===
level8 is nice for testing

Revision as of 18:28, 20 July 2018

Find all animation files:
grep -FUrl 'Theo Animation File' .
Broken rendering on old amd:
https://www.youtube.com/watch?v=FhhHSa6_xZc
http://pastebin.com/uCBjKszh
https://github.com/arx/ArxLibertatis/commit/fdd0bcdc13daa7d73ba#diff-e538076bc38a33487a943cc89b22a509R204


Slow time (usefull for debugging)
spellcast -dmsf 300000 10 freeze_time player
sausagev_0001.settarget object lockpicks_0003
sausagev_0001.spawn fireball


void clobber() {
  asm volatile("" : : : "memory");
}
void escape(void* p) {
  asm volatile("" : : "g"(p) : "memory");
}


Notes

level8 is nice for testing