Commit Graph

7905 Commits (ba4b8a37e2301f1ecb0633c361b3cb5c73bd1cdc)
 

Author SHA1 Message Date
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
Marc Zinnschlag c56007cceb fixed a record counting bug (was using the wrong model) 12 years ago
Marek Kochanowicz 717e04cac5 More icons. At last! 12 years ago
Marc Zinnschlag 2823e5693d Merge remote-tracking branch 'scrawl/hit' 12 years ago
Marc Zinnschlag 63b1df85e7 fixed string parsing 12 years ago
Marc Zinnschlag f615a9397b made text node filter case-insensitive 12 years ago
Marc Zinnschlag de956737fe added text filter node 12 years ago
Marc Zinnschlag decd826208 fixed an include guard 12 years ago
Marc Zinnschlag ba6edc55d4 added not filter node 12 years ago
Marc Zinnschlag 806e9a2888 added and and or filter nodes 12 years ago
scrawl 22d5598082 Fix bad_cast exception when hitting creatures 12 years ago
scrawl 1adce8afb3 Fix ambient light getting set from the cell data for non-interior cells 12 years ago
Marc Zinnschlag 50041fc211 simplified filter system by taking out filter references and user values for now (these are post-1.0 features anyway) 12 years ago
Marc Bouvier 2e8b0cf502 Remove Directory Paths in Qt Classes Includes
Qt recommends that the path location not be used when including a class.
Also, this is how other files include Qt classes in the OpenCS app. This
change is for consistency only.
12 years ago
Nikolay Kasyanov dc6e15f38e Replaced std::pow with shift since clang doesn't like int as a first argument
(reports that call is ambiguous)
12 years ago
Marc Zinnschlag e03e2f0817 Merge remote-tracking branch 'scrawl/master' 12 years ago
scrawl d086346b07 Fix loading of some cells in TR 12 years ago
scrawl 758d989a03 If multiple plugins have land data for the same cell, the last plugin should win 12 years ago
scrawl 5f7e6f7b10 Fix a material issue, layers per pass wasn't entirely correct 12 years ago
scrawl 43313437dc Fix composite map for cells without land data 12 years ago