Commit Graph

7924 Commits (382ca00dcb15c6b8c684732e7ec3dd1e9a473f0e)
 

Author SHA1 Message Date
Chris Robinson 33c173a23a Update the watched Ptr when changing it 12 years ago
Chris Robinson 39af9a13fa Remove some unused functions 12 years ago
Chris Robinson 189541aa72 Apply drowning damage based on the update duration
1 damage every 0.33 seconds is 3 damage a second. Applying it this way avoid
having to track another stat.
12 years ago
Chris Robinson f216b25be8 Slightly randomize time between environment sounds
We should use the "Minimum Time Between Environmental Sounds" and
"Maximum Time Between Environmental Sounds" INI/fallback settings, but we don't
have them.
12 years ago
Chris Robinson 02df8ab841 Store the underwater sound to easily stop it 12 years ago
Chris Robinson 16331bf1ed Avoid a hack to play the underwater sound properly 12 years ago
Marc Zinnschlag 26b3d93293 streamlined filter syntax 12 years ago
scrawl e5ce94c336 Fix the water being affected by fog on the map 12 years ago
scrawl 188df341c3 Replaced log2 to make VC happy 12 years ago
scrawl 839d251cc5 Renamed Terrain::Terrain to Terrain::World to make VC happy 12 years ago
scrawl d3d6dfbde8 Refactored loading screen
- Add loading progress for data files, global map, terrain
 - Refactored and improved cell loading progress
12 years ago
Marek Kochanowicz 3e174df856 Adding nomadic1 icons. Wooho! 12 years ago
Marc Zinnschlag fb7273e14a Merge remote-tracking branch 'sirherrbatka/icons-svg'
Conflicts:
	.gitignore
12 years ago
Marc Zinnschlag 2e9948e86a improved one-shot filter handling; allow empty pre-defined filters 12 years ago
Marc Zinnschlag aa935ff03d update tables on filter record changes 12 years ago
Marc Zinnschlag 20bd0707dc avoid use of column number literals 12 years ago
Marc Zinnschlag 937f5b11a2 fixed broken record deletion 12 years ago
Marek Kochanowicz 8cd2d89e4e Merge branch 'icons-svg' of https://github.com/sirherrbatka/openmw into icons-svg 12 years ago
Marek Kochanowicz 44b4c642b7 Added alternative book icon in scalable folder. No raster just yet. I'm not sure if it will replace old icon. 12 years ago
Marc Zinnschlag dcc55b60c3 Merge remote-tracking branch 'kcat/misc-cleanup' 12 years ago
Marc Zinnschlag 5ff6f613bf Merge remote-tracking branch 'scrawl/master' 12 years ago
mckibbenta 60fa69139e minor changes 12 years ago
Chris Robinson f2889e4bb5 Remove unused functions and parameters 12 years ago
Chris Robinson 3843357cd2 Fix actor stepping 12 years ago
Chris Robinson 0463dc0653 Use a smaller static geometry size for interior cells 12 years ago
Chris Robinson bd6dd071aa Use the non-accumulation root's parent as the accumulation root
This relies on the non-accumulation root not being the skeleton root. I haven't
found an instance where this isn't the case.
12 years ago
scrawl 3f8a69b4ad Don't crash when trying to delete a reference that doesn't exist anymore 12 years ago
scrawl 5af89a9e8f Fix an AABB assert for loading empty exterior cells 12 years ago
Lars Söderberg 45083fc89e Chargen updates 12 years ago
Lars Söderberg e33239eae5 Various fixes 12 years ago
scrawl c6d2d1999a Fix an item duplication glitch 12 years ago
mckibbenta 06701467ab Merge branch 'master' into tgm 12 years ago
mckibbenta 8998b90e8b initial do-nothing implementation; registered opcode 12 years ago
sirherrbatka c57fb4fc4f Delete .directory 12 years ago
Marek Kochanowicz abd03245d7 Adding .directory to gitignore. 12 years ago
Marc Zinnschlag d007d4dc9a allow colons in names (filter) 12 years ago
Marc Zinnschlag 7e02c9acf2 added filter text column to filter table 12 years ago
Marc Zinnschlag 25e6380884 implemented use of predefined filters 12 years ago
Marc Zinnschlag d1516792ce made document data available to filter parser 12 years ago
Marc Zinnschlag 7aee1da5c6 fixed some columns 12 years ago
Marc Zinnschlag 51fbb0f3f4 fixed a segfault when opening views for tables that do not allow the creation of new records 12 years ago
Marc Zinnschlag 948cb0ef34 Merge remote-tracking branch 'marcrbouvier/master' 12 years ago
Marc Zinnschlag f605dcdd24 Merge branch 'filter' 12 years ago
Marc Zinnschlag 78c7de440d simplified filter nodes even more 12 years ago
Marc Zinnschlag cf58670c85 removed global filter scope (would have caused sync problems between projects) 12 years ago
Marc Zinnschlag 3cf60da5a7 added numeric value filter node 12 years ago
Chris Robinson ca24a809fc Use the position of the actor to determine if they're swimming 12 years ago
Chris Robinson 3fa65f21dd Use a proper cone shape with a contact test to check for melee hits 12 years ago
Chris Robinson f5d03a16c1 Rename getFacedObject and getFacedHandle for melee hits 12 years ago
Marc Zinnschlag 537ab38985 fixed type in error message 12 years ago