Commit Graph

8793 Commits (ea8f60eddf614c04330a5befdf310a98eea28c6a)
 

Author SHA1 Message Date
scrawl b3764c504a Implement GetPcJumping instruction 11 years ago
scrawl 45847c67ad Lock NIF cache when loading an interior cell as well. Should improve load performance. 11 years ago
scrawl c004fb778f Get rid of underscore defines. They are reserved by the standard. 11 years ago
scrawl b8e9343764 Extend NifOverrides to allow material overrides, useful for texture modding e.g. adding normal maps without having to edit the affected meshes 11 years ago
Marek Kochanowicz c69814ed14 corrected one, additional name to follow policy 11 years ago
Marek Kochanowicz 4338706307 static is a keyword. renamed static to staticElement 11 years ago
Marek Kochanowicz 80d424591f npc instead of NPC. 11 years ago
Marek Kochanowicz 693c398204 forgot to save the file before comit -_-' 11 years ago
Marek Kochanowicz 873870c7ce Chainging names to comply our policy. 11 years ago
scrawl ce013315ba Nothing to see here, move along.
Fine... it's flying cliff racers. But did you really want to know?
11 years ago
Marek Kochanowicz c1f4a9cb0e Added proper id check. 11 years ago
Marek Kochanowicz 89d8ee62fa Removing name check from listCheck. Id can't be empty to be sure. 11 years ago
Marek Kochanowicz 220d92f865 changed ID check in leveled list to name. 11 years ago
scrawl 44e96fcaaa Implement Charm magic effect 11 years ago
scrawl 14b70a3ce6 Implement AI related magic effects (calm, frenzy, rally, demoralize, turn undead) 11 years ago
scrawl 634a53211c Make sure materials are built before trying to determine their transparency 11 years ago
pvdk 92234cf783 Changed crashcatcher's uname system info retrieval and cleaned indentation 11 years ago
scrawl c4e4a8fb57 Closes #1083: Fix werewolf change handling 11 years ago
scrawl f4517c8221 For dialogue filtering, use the Vampirism magic effect instead of the untouched NpcStats::mVampire 11 years ago
mrcheko 7002412760 resolve conflict in character.cpp 11 years ago
Marek Kochanowicz e860717105 replaced raw values with enums. 11 years ago
Marek Kochanowicz 558690b571 implemented list of magical bolts for skipping. 11 years ago
Marek Kochanowicz dfd1058551 Various style corrections. 11 years ago
Marek Kochanowicz aa05ffcf60 Splited some long argument lists to the multiple lines. 11 years ago
Marc Zinnschlag 356b53bd22 Merge remote-tracking branch 'scrawl/master' 11 years ago
Dmitriy 'Endorph' Shkurskiy 116f125f05 Windows-specific definition to deny SDL from providing it's own WinMain() 11 years ago
Dmitriy 'Endorph' Shkurskiy 7023395012 Windows-specific definition to omit inclusion of unused stuff from Windows.h 11 years ago
Dmitriy 'Endorph' Shkurskiy 18d4cdb2ac Fix for VS2010-Debug: manual assignment operator and cctor added for MMWorld::ContainerStoreIterator 11 years ago
scrawl 16838595a3 Another console fix: discard text markup when getting the command line's text 11 years ago
scrawl af3569665c Remove unused font 11 years ago
scrawl 1b96c5d266 Console improvements: Show scrollbar, allow copying text from the history 11 years ago
scrawl 710a1e2f37 Smash case for manual reference IDs as well, consistent with references in data files 11 years ago
scrawl 557652112f Show the target HP bar also when casting a heal effect (same as MCP) 11 years ago
scrawl 12691040d1 Fix incorrect disposition testing and get rid of of a related hack that is no longer needed. 11 years ago
scrawl 09d491d1ba Move a piece of functionality to its appropriate place 11 years ago
scrawl be2ebc5cac Closes #1081: Implement disease contraction 11 years ago
scrawl 2a7d610f87 Implement GetSpellReadied instruction 11 years ago
scrawl c0fbcf413f Use the playermagic and playerfighting control switches 11 years ago
scrawl e9bd43e2da Use GMSTs for bound items/creatures 11 years ago
Marek Kochanowicz 1c3296fb64 Some changes in weapons check. 11 years ago
scrawl 617a65cdd2 Print message to dialogue window after successful trade 11 years ago
scrawl b22dd40b41 Implement Paralyze magic effect 11 years ago
Marc Zinnschlag ee621245bb Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 55c5d7cee4 Implement Resurrect instruction 11 years ago
Marek Kochanowicz 7b63e1942c style corrections 11 years ago
Marek Kochanowicz 24f090ca98 Finishing stuff. 11 years ago
Marek Kochanowicz 8201c97abf Inventory item template. 11 years ago
scrawl b4230f716e Implement RemoveEffects instruction 11 years ago
scrawl 7d8ca91286 Implement RemoveSpellEffects instruction 11 years ago
scrawl 366801f3d5 Implement explodeSpell instruction (like Cast, with caster = target) 11 years ago