------------------------------------------------------------------------ r1632 | terminx | 2010-05-07 13:45:40 -0700 (Fri, 07 May 2010) | 2 lines Fixes anim playback, mouse lag with low fps, keyboard setup menu ------------------------------------------------------------------------ r1631 | terminx | 2010-05-05 00:31:38 -0700 (Wed, 05 May 2010) | 1 line ------------------------------------------------------------------------ r1630 | terminx | 2010-05-04 16:40:49 -0700 (Tue, 04 May 2010) | 2 lines fixes weird problems ------------------------------------------------------------------------ r1629 | terminx | 2010-05-03 03:32:38 -0700 (Mon, 03 May 2010) | 2 lines fix a couple of issues with the new keyboard code ------------------------------------------------------------------------ r1628 | terminx | 2010-05-03 03:21:04 -0700 (Mon, 03 May 2010) | 2 lines fix version printed to eduke32.log... oops! ------------------------------------------------------------------------ r1627 | terminx | 2010-05-03 01:30:25 -0700 (Mon, 03 May 2010) | 2 lines MinGW build fix ------------------------------------------------------------------------ r1626 | terminx | 2010-05-02 18:03:06 -0700 (Sun, 02 May 2010) | 1 line ------------------------------------------------------------------------ r1625 | terminx | 2010-05-02 16:27:30 -0700 (Sun, 02 May 2010) | 2 lines Source code "cleanup," herein referred to as "rape" ------------------------------------------------------------------------ r1624 | plagman | 2010-04-25 21:55:42 -0700 (Sun, 25 Apr 2010) | 1 line %esi gets modified by swapchar2 but isn't listed as an output operand for the GCC extended assembly version. This causes the compiler to fail to restore it after swapchar2 executes, causing crashes if used in a loop. This change fixes the security camera crash when using GCC 4.4.x or 4.5.0. ------------------------------------------------------------------------ r1623 | plagman | 2010-04-25 17:51:44 -0700 (Sun, 25 Apr 2010) | 1 line Fail gracefully when processing (some) corrupt models instead of corrupting the heap and possibly crashing. ------------------------------------------------------------------------