------------------------------------------------------------------------ r5839 | terminx | 2016-08-26 18:42:19 -0700 (Fri, 26 Aug 2016) | 1 line Fix a memory leak in CON_RESIZEARRAY. This commit also includes an inconsequential dozen or so lines of formatting changes I had done when I stumbled across the bug. ------------------------------------------------------------------------ r5838 | terminx | 2016-08-26 18:42:16 -0700 (Fri, 26 Aug 2016) | 1 line Add "string" alias for "definequote" and "print" alias for "quote". ------------------------------------------------------------------------ r5837 | terminx | 2016-08-26 18:42:12 -0700 (Fri, 26 Aug 2016) | 1 line Fix a couple of gcc 6.x warnings. ------------------------------------------------------------------------ r5836 | terminx | 2016-08-26 18:42:07 -0700 (Fri, 26 Aug 2016) | 1 line Fix a software mode crash bug involving bad animation flags set on tiles ------------------------------------------------------------------------ r5835 | terminx | 2016-08-26 18:42:01 -0700 (Fri, 26 Aug 2016) | 1 line More readability cleanup. DONT_BUILD. ------------------------------------------------------------------------ r5834 | terminx | 2016-08-26 18:41:50 -0700 (Fri, 26 Aug 2016) | 1 line This probably adds support for saving game arrays into map states. Probably. ------------------------------------------------------------------------ r5833 | terminx | 2016-08-26 18:41:46 -0700 (Fri, 26 Aug 2016) | 1 line More cleanup. DONT_BUILD. ------------------------------------------------------------------------ r5832 | terminx | 2016-08-26 18:41:41 -0700 (Fri, 26 Aug 2016) | 1 line Remove some unused gamevars pertaining to the original multiplayer code. DONT_BUILD. ------------------------------------------------------------------------ r5831 | terminx | 2016-08-26 18:41:37 -0700 (Fri, 26 Aug 2016) | 1 line Fix a gcc 6.x warning ------------------------------------------------------------------------ r5830 | terminx | 2016-08-26 18:41:33 -0700 (Fri, 26 Aug 2016) | 1 line More cleanup. DONT_BUILD. ------------------------------------------------------------------------ r5829 | terminx | 2016-08-26 18:41:21 -0700 (Fri, 26 Aug 2016) | 1 line Use size_t or ssize_t in for loops where possible ------------------------------------------------------------------------ r5828 | terminx | 2016-08-26 18:41:04 -0700 (Fri, 26 Aug 2016) | 1 line Further cleanup. DONT_BUILD. ------------------------------------------------------------------------ r5827 | terminx | 2016-08-26 18:40:56 -0700 (Fri, 26 Aug 2016) | 1 line Continued cleanup. DONT_BUILD. ------------------------------------------------------------------------ r5826 | terminx | 2016-08-26 18:40:46 -0700 (Fri, 26 Aug 2016) | 1 line The great cleanup continues. This one also adds a new feature, SFLAG_WAKEUPBADGUYS. When awoken (changed to an active actor), any sprite with this flag set will wake up any enemy it has line of sight with. ------------------------------------------------------------------------ r5825 | terminx | 2016-08-26 18:40:35 -0700 (Fri, 26 Aug 2016) | 1 line Massive readability cleanup of game code part 1. DONT_BUILD. ------------------------------------------------------------------------ r5824 | terminx | 2016-08-26 18:40:18 -0700 (Fri, 26 Aug 2016) | 1 line Android build fix. DONT_BUILD. ------------------------------------------------------------------------ r5823 | terminx | 2016-08-26 18:40:15 -0700 (Fri, 26 Aug 2016) | 1 line Mapster32: add home/end modifier keys to 3d mode slope keys ([ and ]), plus a third increment modifier (home and end at the same time) ------------------------------------------------------------------------ r5822 | terminx | 2016-08-26 18:40:11 -0700 (Fri, 26 Aug 2016) | 1 line Support hex constants in scriptfile_getsymbolvalue() ------------------------------------------------------------------------ r5821 | terminx | 2016-08-26 18:40:06 -0700 (Fri, 26 Aug 2016) | 1 line You're just going to have to trust me that this is 10000 lines worth of formatting and variable name cleanup, and not 10000 lines of functional changes. ------------------------------------------------------------------------ r5820 | terminx | 2016-08-26 18:39:59 -0700 (Fri, 26 Aug 2016) | 1 line Update _clang-format file. DONT_BUILD. ------------------------------------------------------------------------ r5819 | terminx | 2016-08-26 18:39:56 -0700 (Fri, 26 Aug 2016) | 1 line ldist/dist tweak ------------------------------------------------------------------------ r5818 | terminx | 2016-08-26 18:39:53 -0700 (Fri, 26 Aug 2016) | 1 line Fix EVENT_DISPLAYROOMS and EVENT_DISPLAYROOMSCAMERA RETURN values ------------------------------------------------------------------------ r5817 | terminx | 2016-08-26 18:39:50 -0700 (Fri, 26 Aug 2016) | 1 line Windows MIDI cleanup. Removal of some remaining unused functionality lingering from the DOS days and some formatting changes that happened along the way. If anything breaks with music on Windows, this is probably the commit to look at. ------------------------------------------------------------------------ r5816 | terminx | 2016-08-26 18:39:45 -0700 (Fri, 26 Aug 2016) | 1 line Windows MIDI support: remove a few unused structure members and the code that relied on them ------------------------------------------------------------------------ r5815 | terminx | 2016-08-26 18:39:41 -0700 (Fri, 26 Aug 2016) | 1 line basic cleanup and formatting ------------------------------------------------------------------------ r5814 | terminx | 2016-08-26 18:39:38 -0700 (Fri, 26 Aug 2016) | 6 lines audiolib: consolidate all multivoc invalid file errors into MV_InvalidFile renamed FX_PlayLooped to FX_Play and removed original FX_Play removed device type parameter from FX_Init moved several FX_ multivoc wrapper functions to the header and made them FORCE_INLINE ------------------------------------------------------------------------ r5813 | terminx | 2016-08-26 18:39:30 -0700 (Fri, 26 Aug 2016) | 1 line audiolib: initialization is better than assignment ------------------------------------------------------------------------ r5812 | terminx | 2016-08-26 18:39:24 -0700 (Fri, 26 Aug 2016) | 1 line Sound cleanup: remove some unused functions ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.