Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2015-04-11 | ZVISION: Silence gcc warnings | Matthew Hoops | |
2015-02-14 | ZVISION: Add custom equality operators for game location | Filippos Karapetis | |
This makes the location checks more readable | |||
2015-02-11 | ZVISION: Refactor text rendering code in order to fix word wrapping | RichieSams | |
and clarify the logic. Fixes bug #6801 | |||
2015-02-02 | ZVISION: Remove \n from debug message | Torbjörn Andersson | |
2015-01-23 | ZVISION: Volume is not linear value, use dB map to linear for -100...0dB | Marisa-Chan | |
2015-01-23 | ZVISION: Use correct int type for volume | Marisa-Chan | |
2015-01-23 | ZVISION: Fix sound bug #6767 by making pan_track code similar to original | Marisa-Chan | |
2014-12-30 | ZVISION: Fix regression in the handling of multiple animations | Filippos Karapetis | |
A regression from 0c4e0673c3. Thanks to Marisa-Chan for noticing | |||
2014-12-30 | ZVISION: Rename some scripting classes to better represent what the classes are | RichieSams | |
Also, rename the graphics 'Effect' class in order to avoid naming clashes (and/or coder confusion) with the newly named ScriptingEffect class. Lastly, add some documentation for the classes for further clarity. |