Commit Graph

8940 Commits (dd674566a2aa85b4ed62dc4438777a97868e7ec8)
 

Author SHA1 Message Date
mrcheko d41f27451b appropriate camera vanity<>preview mode switch + hit recoils fix 11 years ago
scrawl 546b0cee76 Closes #1077: Replace tags before trying to get the message length 11 years ago
scrawl aa855e9524 Include some required Ogre headers explicitely 11 years ago
Marc Zinnschlag 5e2eb8caf8 Merge remote-tracking branch 'swick/master' 11 years ago
Marc Zinnschlag 85707b5e3e Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 768d9f7237 Scripting: Add an optional 'required' parameter to getReference (default: true). If required=false, it will not throw an exception if there's no reference. Fixes PcExpell not working without a reference like it's supposed to, and makes the code nicer for some others (use required=false instead of catching the exception) 11 years ago
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
Marc Zinnschlag fefaec5804 Merge remote-tracking branch 'scrawl/savedgame' into savedgame 11 years ago
scrawl 68b87714bb Addition to 2f35e5a04ef828d: companions should still auto equip 11 years ago
mrcheko 2591ff2d5a bug repairing 11 years ago