dxx-rebirth/arch/sdl
2013-01-08 17:47:02 +01:00
..
digi.c
digi_audio.c
digi_mixer.c Made inline functions static 2012-05-14 17:13:24 +02:00
digi_mixer_music.c added songs_play_file() to play any song depending on filename-extension as a more streamlined approach to handle all different kinds of formats; also used for jukebox to make it independent from SDL_mixer; cleaned up supported filename extenstions 2012-06-10 14:02:40 +02:00
event.c Moved joy_*_handler declarations to joy.h - patch by Kp 2013-01-03 16:37:49 +01:00
gr.c Update the canvas data pointers for all windows after changing the screen mode, so the main menu draws properly after leaving the editor 2012-03-24 14:43:08 +08:00
init.c
joy.c Moved joy_*_handler declarations to joy.h - patch by Kp 2013-01-03 16:37:49 +01:00
jukebox.c Avoid some unnecessary strlen's 2012-09-03 00:43:52 +02:00
key.c Made key_properties readable in other files; Eliminated key_text variable; Marked unicode_frame_buffer as extern in header - patches by Kp 2012-11-02 17:41:33 +01:00
mouse.c Added option to hide mouse cursor (without disabling the mouse completely) 2013-01-08 17:47:02 +01:00
rbaudio.c Fixing Redbook hooks: Initialize last_check_time in RBACheckFinishedHook(); Execute RBACheckFinishedHook() during EVENT_WINDOW_DRAW in standard_handler() as EVENT_IDLE rarely happens if you have a shivering Joystick connected for example 2011-07-16 16:02:20 +02:00
timer.c
window.c Fix a nasty bug where pressing 'Alt' to explore the editor menubar would split the window stack in two, rendering the editor unresponsive 2012-04-09 17:12:01 +08:00