| Commit message (Expand) | Author | Age |
| * | Optimizations for doom: coldfire asm drawspan routine = not much, fixed point... | Karl Kurbjun | 2006-04-20 |
| * | Add better error message for messed up graphics. | Karl Kurbjun | 2006-04-17 |
| * | Properly cache animations at level start. Switches still need some caching c... | Karl Kurbjun | 2006-04-17 |
| * | Add in error return if appropriate. | Karl Kurbjun | 2006-04-17 |
| * | Changed the way the addons and demos menus are displayed and built. Should b... | Karl Kurbjun | 2006-04-17 |
| * | Finally add support for unlimited number of addons and demos. Also cleaned u... | Karl Kurbjun | 2006-04-17 |
| * | Temporary fix for the high-pitched sounds on iPod: they should sound correct ... | Zakk Roberts | 2006-04-17 |
| * | Some code cleanup. Adds Always run to configuration options. | Karl Kurbjun | 2006-04-17 |
| * | Fix run so that it stays enabled across level loads. Removed some unused cod... | Karl Kurbjun | 2006-04-16 |
| * | Decrease doom's code size and some code cleanup. | Karl Kurbjun | 2006-04-16 |
| * | Disable some unused code (code used in network play) to bring the plugin size... | Dave Chapman | 2006-04-16 |
| * | Slight code cleanups, fixed sound parameter - now it saves. Old configuratio... | Karl Kurbjun | 2006-04-15 |
| * | Start of profiling support for doom. | Karl Kurbjun | 2006-04-14 |
| * | Prevent non-standard wads (most notably GP32 wads) that should not run from e... | Karl Kurbjun | 2006-04-13 |
| * | use #ifdef x instead of #if defined(x) | Christian Gmeiner | 2006-04-09 |
| * | HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch... | Christian Gmeiner | 2006-04-09 |
| * | Add a simple header and version number to the default.dfg config file | Dave Chapman | 2006-04-08 |
| * | Fix warning | Karl Kurbjun | 2006-04-06 |
| * | Scaling code fixed by clamping down the width to a max of SCREENWIDTH. Remov... | Karl Kurbjun | 2006-04-06 |
| * | Fix GCC trying to use memcpy for GCC 4.1 and allow Doom to compile. | Thom Johansen | 2006-04-06 |
| * | Remove workaround for broken ARM memset. | Thom Johansen | 2006-04-05 |
| * | Fix finale text and try and prevent some data corruption due to the scaling c... | Karl Kurbjun | 2006-04-05 |
| * | Fix automap coordinates | Karl Kurbjun | 2006-04-05 |
| * | Make savegame strings more informative | Karl Kurbjun | 2006-04-04 |
| * | Fix up configurable keys, edit exit string, more work needs to be done on men... | Karl Kurbjun | 2006-04-04 |
| * | Doom on H1x0: Don't waste memory, the grayscale lib doesn't need that much, b... | Jens Arnold | 2006-04-04 |
| * | Add configurable keys to Doom, enter, escape and run still need to be handled... | Karl Kurbjun | 2006-04-04 |
| * | iPod: Make the hold switch bring up the in-game menu. | Dave Chapman | 2006-04-04 |
| * | Correct the #ifdef logic for timer_unregister() and add a comment describing ... | Dave Chapman | 2006-04-04 |
| * | Make the core key mappings more logical - e.g. map KEY_UPARROW to "key_up". ... | Dave Chapman | 2006-04-04 |
| * | Workaround for Rockbox's broken memset on ARM | Dave Chapman | 2006-04-03 |
| * | Updates doom menu w/ new graphics, now requires rockdoom.wad: http://alamode.... | Karl Kurbjun | 2006-04-03 |
| * | Prevent a potential unaligned memory access | Dave Chapman | 2006-04-03 |
| * | Clean up the (incorrect) #ifdef spaghetti for the timer. We now have a user ... | Dave Chapman | 2006-04-03 |
| * | Finishing touches | Karl Kurbjun | 2006-04-03 |
| * | Doom can't use the user timer at the same time as using the grayscale lib. | Dave Chapman | 2006-04-03 |
| * | Fix #if | Karl Kurbjun | 2006-04-03 |
| * | Add grayscale lib for the H100's | Karl Kurbjun | 2006-04-03 |
| * | Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me. | Hristo Kovachev | 2006-04-03 |
| * | Fix warning | Karl Kurbjun | 2006-04-03 |
| * | Fixes graphic errors in scaling code, note sure about the fix in hu_lib.c tho... | Karl Kurbjun | 2006-04-03 |
| * | Properly ifdef H300 video code, fix commented line handling rockbox volume | Karl Kurbjun | 2006-04-02 |
| * | Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. | Jens Arnold | 2006-04-02 |
| * | Update adds prboom's high resolution support, also makes the scaling for plat... | Karl Kurbjun | 2006-04-02 |
| * | Use rockbox endian defines | Karl Kurbjun | 2006-03-29 |
| * | Change the type of the P_SectorActive() function to boolean - that's how it i... | Dave Chapman | 2006-03-28 |
| * | More 64-bit fixes. | Dave Chapman | 2006-03-28 |
| * | More 64-bit fixes | Dave Chapman | 2006-03-28 |
| * | added good (tm) button mappings for x5, and added ifdef for HAS_BUTTON_HOLD | Christian Gmeiner | 2006-03-28 |
| * | 64-bit sim fixes | Dave Chapman | 2006-03-28 |