Commit Graph

8793 Commits (ea8f60eddf614c04330a5befdf310a98eea28c6a)
 

Author SHA1 Message Date
scrawl 223c1d5a38 Use GMSTs for crime bounty 11 years ago
scrawl 6f9113fe88 Add preliminary implementation of PayFine, PayFineThief and GoToJail instructions 11 years ago
scrawl baf55df7a1 Gold fixes (when did this break?) 11 years ago
Sebastian Wick 925d28e4a7 crashcatcher uname error checking 11 years ago
scrawl 9bf7bf529c Implement crime-related dialogue globals as they are described in MSFD 11 years ago
scrawl d7f69205f6 Don't play "Menu Click" sound for disabled (= cannot receive input) buttons, plus some redundancy fixes 11 years ago
scrawl 0f5dc59176 Remove useless dependencies on InventoryWindow for getting player gold. Don't use string literals for gold_001 id, just to be sure. 11 years ago
scrawl 372cd437d1 Add a utility function for counting items in a container 11 years ago
scrawl c55f9bd0aa GetWaterLevel fix (similar to MCP): if there is no water in the cell, return -FLT_MAX to prevent mods from incorrectly thinking the player is underwater. 11 years ago
Marc Zinnschlag 3127b8518e updated credits file 11 years ago
Marc Zinnschlag a7be755db0 Merge remote-tracking branch 'mrcheko/master' 11 years ago
scrawl bf02b77c1d Closes #1090: Don't throw an exception if a cell has no region in GetPCCell 11 years ago
scrawl 154fae9f25 Don't suppress exceptions thrown while running scripts 11 years ago
scrawl 9baa1bef78 Expell player from faction when committing a crime against a faction member 11 years ago
scrawl 19d63f392f Clean up the NpcStats expelled interface. Show message box when expelled. 11 years ago
scrawl 098f9712f1 Add getPlayerPtr() utility method. Reduces dependencies a lot. 11 years ago
scrawl 7b33f6f2ac Detect crime of sleeping in other NPC's beds. ShowRestMenu needs to support an explicit/implicit reference for this. 11 years ago
scrawl b99ca92fee Add missing line of sight check 11 years ago
mrcheko 46519062d3 hit recoils/knockdowns feature 11 years ago
scrawl 2bb21f2f76 Don't copy NpcStats/CreatureStats unnecessarily. Fixes a bug: taunt actions would not correctly increase the target's fight rating. 11 years ago
scrawl c85c2cff4e Fix disposition changes from trades not applying properly 11 years ago
scrawl 728365b48d Remove an unused hook 11 years ago
scrawl 03b6334ceb Get rid of a hack 11 years ago
scrawl 0285d18fc2 Respect items belonging to a faction 11 years ago
scrawl 3c0080d2c1 Implement theft detection 11 years ago
scrawl d2d76f4f47 Fix disintegration bug 11 years ago
scrawl c4ab2f417a Fix exception closing container window 11 years ago
scrawl d97615d5d8 Support separate specular maps 11 years ago
scrawl 90b55c8d4b Use Ogre's asin/acos functions which will protect against NaNs 11 years ago
Marc Zinnschlag 48a08c4c4d Merge remote-tracking branch 'endorph/master' 11 years ago
Dmitriy 'Endorph' Shkurskiy 9afa8e952e tabs -> spaces 11 years ago
Marc Zinnschlag 72a81a2381 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 780bf5a2cd Implement pickpocket detection. Play a voiced dialogue entry when detected. 11 years ago
scrawl ea3ee4407f oops, didn't mean to commit this 11 years ago
Sergey Shambir d5a0ff17fd MWScript: updated vmformat.txt, changed opcodes to fix sequence.
Opcodes for StartCombat, StopCombat, GetTarget now follow the last
previous opcode.
11 years ago
Sergey Shambir d536ff3cdc printAIPackage: changed field name from Unknown to ShouldRepeat too. 11 years ago
Sergey Shambir 5c7e39a92f Implemented script commands StartCombat, StopCombat, GetTarget.
Also renamed one field of AIWander class because it's not longer
unknown.
11 years ago
scrawl 887db76ed2 Don't consider swimming or in-air characters as sneaking 11 years ago
scrawl 29c823b9d4 Implement awareness check function. Use this for combat AI and GetDetected instruction. 11 years ago
scrawl 4a3d148a48 Fixes #1089 (skill increases) 11 years ago
Marek Kochanowicz b85fe2becf Changes according to the comment. 11 years ago
scrawl 68b87714bb Addition to 2f35e5a04ef828d: companions should still auto equip 11 years ago
mrcheko 2591ff2d5a bug repairing 11 years ago
scrawl 4ad43fdf92 Closes #1088: Quick&dirty fix for NIF filters not working properly with some mods 11 years ago
Marek Kochanowicz 06f8537087 added final check for player npc. Removed useless includes. However, this code spams exceptions and I can't figure out why. 11 years ago
Marc Zinnschlag 0ad7aa1f53 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 2f35e5a04e Stop merchants from autoequipping items sold to them 11 years ago
Marc Zinnschlag e63b4964b2 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl dde2cd5d5a Fix some code that still used setCount directly instead of using the ContainerStore interface. Also fix a related annoyance with the interface. 11 years ago
scrawl 73f8161d1e Fix spell deletion not resetting the selected spell correctly 11 years ago