Commit graph

  • 1593b023a8 gl_vidsdl.c (VID_Init): If -height is not specified on the command line, initialize height to width*3/4 which avoids a compiler warning. gl_vidnt.c (VID_Init): Likewise. sezero 2010-04-26 13:37:56 +0000
  • 9f235e0013 gl_vidsdl.c (VID_SetMode): If mode setting failed, error out before doing anything else unnecessary in between. gl_vidnt.c (VID_SetMode): Likewise. Ozkan Sezer 2010-04-26 13:33:07 +0000
  • 6d761aafe8 gl_vidsdl.c (VID_SetMode): If mode setting failed, error out before doing anything else unnecessary in between. gl_vidnt.c (VID_SetMode): Likewise. sezero 2010-04-26 13:33:07 +0000
  • 107d7e932e gl_vidsdl.c (VID_SetMode): If mode setting failed, error out before doing anything else unnecessary in between. gl_vidnt.c (VID_SetMode): Likewise. sezero 2010-04-26 13:33:07 +0000
  • 839066ab60 removed net_udp.* from XCode project files. added conback.h to them. Ozkan Sezer 2010-04-24 21:27:36 +0000
  • fa0abdefdf removed net_udp.* from XCode project files. added conback.h to them. sezero 2010-04-24 21:27:36 +0000
  • a8fbe377f3 removed net_udp.* from XCode project files. added conback.h to them. sezero 2010-04-24 21:27:36 +0000
  • d9bba8189a changed SDL conditional in input.h to SDL_MAJOR_VERSION Ozkan Sezer 2010-04-24 16:54:55 +0000
  • 29e7ef959d changed SDL conditional in input.h to SDL_MAJOR_VERSION sezero 2010-04-24 16:54:55 +0000
  • 526ebf2017 changed SDL conditional in input.h to SDL_MAJOR_VERSION sezero 2010-04-24 16:54:55 +0000
  • bbcb0caaaa moved BuildKeyMaps(), Key_Map() and key_map[] from keys.c to in_sdl.c. made key_map[] static to in_sdl.c. moved the relevant prototypes to input.h for SDL builds only. Ozkan Sezer 2010-04-24 16:25:08 +0000
  • eefe96b000 moved BuildKeyMaps(), Key_Map() and key_map[] from keys.c to in_sdl.c. made key_map[] static to in_sdl.c. moved the relevant prototypes to input.h for SDL builds only. sezero 2010-04-24 16:25:08 +0000
  • 04ad6afa99 moved BuildKeyMaps(), Key_Map() and key_map[] from keys.c to in_sdl.c. made key_map[] static to in_sdl.c. moved the relevant prototypes to input.h for SDL builds only. sezero 2010-04-24 16:25:08 +0000
  • 8c2b5e909c Makefiles: tweaked+tidied the objects (based on uhexen2 makefile.) Ozkan Sezer 2010-04-24 15:55:02 +0000
  • 4295ad9f9b Makefiles: tweaked+tidied the objects (based on uhexen2 makefile.) sezero 2010-04-24 15:55:02 +0000
  • 8fb859d55c Makefiles: tweaked+tidied the objects (based on uhexen2 makefile.) sezero 2010-04-24 15:55:02 +0000
  • eafcf39b85 renamed main.c to main_sdl.c. Ozkan Sezer 2010-04-24 15:21:59 +0000
  • 24d7cbe9de renamed main.c to main_sdl.c. sezero 2010-04-24 15:21:59 +0000
  • fb8a9ad688 renamed main.c to main_sdl.c. sezero 2010-04-24 15:21:59 +0000
  • 986fd86c79 Makefiles: do not rely on /bin/true. define do_strip as a macro for debug and non-debug cases and use it, instead. (adapted from tyrquake makefile.) Ozkan Sezer 2010-04-24 14:50:18 +0000
  • fd2f95586d Makefiles: do not rely on /bin/true. define do_strip as a macro for debug and non-debug cases and use it, instead. (adapted from tyrquake makefile.) sezero 2010-04-24 14:50:18 +0000
  • f057a48130 Makefiles: do not rely on /bin/true. define do_strip as a macro for debug and non-debug cases and use it, instead. (adapted from tyrquake makefile.) sezero 2010-04-24 14:50:18 +0000
  • 714cc395cf added conback to windows codeblocks project file. removed gl_test from codeblocks project files. Ozkan Sezer 2010-04-24 14:01:52 +0000
  • 3381b05750 added conback to windows codeblocks project file. removed gl_test from codeblocks project files. sezero 2010-04-24 14:01:52 +0000
  • 0a16b3bcca added conback to windows codeblocks project file. removed gl_test from codeblocks project files. sezero 2010-04-24 14:01:52 +0000
  • 7497b2812d added conback.c to XCode project files. Ozkan Sezer 2010-04-24 13:55:15 +0000
  • 4dd3d91a86 added conback.c to XCode project files. sezero 2010-04-24 13:55:15 +0000
  • 1b30b31223 added conback.c to XCode project files. sezero 2010-04-24 13:55:15 +0000
  • 59e73c21f4 removed gl_test.c Ozkan Sezer 2010-04-24 13:55:00 +0000
  • cd1b95ad90 removed gl_test.c sezero 2010-04-24 13:55:00 +0000
  • 642b28a3af removed gl_test.c sezero 2010-04-24 13:55:00 +0000
  • 96d2b006b9 removed macmini.* from the MacOSX XCode project directory. Ozkan Sezer 2010-04-24 13:47:52 +0000
  • 2cdc2146b6 removed macmini.* from the MacOSX XCode project directory. sezero 2010-04-24 13:47:52 +0000
  • 72abbd23f9 removed macmini.* from the MacOSX XCode project directory. sezero 2010-04-24 13:47:52 +0000
  • e6968f0d52 added fitzquake085.txt as a reference doc. split fitzquake080.txt into the original fitzquake080.txt and fitzquake080sdl.txt. Ozkan Sezer 2010-04-24 13:32:50 +0000
  • fe91b2680f added fitzquake085.txt as a reference doc. split fitzquake080.txt into the original fitzquake080.txt and fitzquake080sdl.txt. sezero 2010-04-24 13:32:50 +0000
  • b333b12af0 added fitzquake085.txt as a reference doc. split fitzquake080.txt into the original fitzquake080.txt and fitzquake080sdl.txt. sezero 2010-04-24 13:32:50 +0000
  • 91d141ae1e updated to Steven's new icon. Ozkan Sezer 2010-04-24 12:55:10 +0000
  • dc1d341a73 updated to Steven's new icon. sezero 2010-04-24 12:55:10 +0000
  • 8ad6b1c72a updated to Steven's new icon. sezero 2010-04-24 12:55:10 +0000
  • 8fbbab579b deleted fitzquake512.tga Ozkan Sezer 2010-04-24 12:50:52 +0000
  • 03761c9528 deleted fitzquake512.tga sezero 2010-04-24 12:50:52 +0000
  • f3fd762170 deleted fitzquake512.tga sezero 2010-04-24 12:50:52 +0000
  • 8e234a9a1e renamed several Fitzquake.* files to QuakeSpasm.* and adjusted the places where they are referenced. Ozkan Sezer 2010-04-24 12:48:09 +0000
  • 7798b0b5e2 renamed several Fitzquake.* files to QuakeSpasm.* and adjusted the places where they are referenced. sezero 2010-04-24 12:48:09 +0000
  • 17b78d5a16 renamed several Fitzquake.* files to QuakeSpasm.* and adjusted the places where they are referenced. sezero 2010-04-24 12:48:09 +0000
  • 3416a30557 renamed several Fitzquake.* files to QuakeSpasm.* and adjusted the places where they are referenced. Ozkan Sezer 2010-04-24 12:45:12 +0000
  • ec070a1f40 renamed several Fitzquake.* files to QuakeSpasm.* and adjusted the places where they are referenced. sezero 2010-04-24 12:45:12 +0000
  • e600d4aef0 renamed several Fitzquake.* files to QuakeSpasm.* and adjusted the places where they are referenced. sezero 2010-04-24 12:45:12 +0000
  • 9191deaf94 deleted Fitzquake.depend from the codeblocks project directories. Ozkan Sezer 2010-04-24 12:22:25 +0000
  • dd4f1dd96a deleted Fitzquake.depend from the codeblocks project directories. sezero 2010-04-24 12:22:25 +0000
  • 65540c44cf deleted Fitzquake.depend from the codeblocks project directories. sezero 2010-04-24 12:22:25 +0000
  • bcd8e3d332 deleted fitzquake.bmp, fitz_bmp.h and fitzquake.ico, removed their reference from the relevant source files. Ozkan Sezer 2010-04-24 12:21:14 +0000
  • aa8d0efbf2 deleted fitzquake.bmp, fitz_bmp.h and fitzquake.ico, removed their reference from the relevant source files. sezero 2010-04-24 12:21:14 +0000
  • b03db64a80 deleted fitzquake.bmp, fitz_bmp.h and fitzquake.ico, removed their reference from the relevant source files. sezero 2010-04-24 12:21:14 +0000
  • 6f81045e9f gl_vidsdl.c, gl_vidnt.c: more sync'ing between gl_vidsdl.c and fitz-0.85 version of gl_vidnt.c. Ozkan Sezer 2010-04-24 11:10:07 +0000
  • e29ba6238c gl_vidsdl.c, gl_vidnt.c: more sync'ing between gl_vidsdl.c and fitz-0.85 version of gl_vidnt.c. sezero 2010-04-24 11:10:07 +0000
  • f2b1e54d8d gl_vidsdl.c, gl_vidnt.c: more sync'ing between gl_vidsdl.c and fitz-0.85 version of gl_vidnt.c. sezero 2010-04-24 11:10:07 +0000
  • 8a9230a245 menu.c (M_AdjustSliders): Changed all of the second if conditions to else if. Ozkan Sezer 2010-04-24 11:08:12 +0000
  • 9eabbc1b14 menu.c (M_AdjustSliders): Changed all of the second if conditions to else if. sezero 2010-04-24 11:08:12 +0000
  • e4790293d6 menu.c (M_AdjustSliders): Changed all of the second if conditions to else if. sezero 2010-04-24 11:08:12 +0000
  • be8c131e1a gl_vidsdl.c: minor editing for a little less diff output against gl_vidnt.c. Ozkan Sezer 2010-04-23 10:10:16 +0000
  • 278a0e4d49 gl_vidsdl.c: minor editing for a little less diff output against gl_vidnt.c. sezero 2010-04-23 10:10:16 +0000
  • 63a88014ac gl_vidsdl.c: minor editing for a little less diff output against gl_vidnt.c. sezero 2010-04-23 10:10:16 +0000
  • 0521495d86 gl_vidnt.c (GL_MTexCoord2fFunc, GL_SelectTextureFunc): these aren't externs in this file. made it to look like gl_vidsdl.c. glquake.h: removed commented out multitexture stuff. Ozkan Sezer 2010-04-23 09:50:44 +0000
  • 3df0b9927d gl_vidnt.c (GL_MTexCoord2fFunc, GL_SelectTextureFunc): these aren't externs in this file. made it to look like gl_vidsdl.c. glquake.h: removed commented out multitexture stuff. sezero 2010-04-23 09:50:44 +0000
  • 2b586c4162 gl_vidnt.c (GL_MTexCoord2fFunc, GL_SelectTextureFunc): these aren't externs in this file. made it to look like gl_vidsdl.c. glquake.h: removed commented out multitexture stuff. sezero 2010-04-23 09:50:44 +0000
  • 4443dbc333 Change the "screen size" slider to a scale slider Steven 2010-04-23 09:25:13 +0000
  • 7334c743a0 Change the "screen size" slider to a scale slider stevenaaus 2010-04-23 09:25:13 +0000
  • 3e2e9c9cfe Change the "screen size" slider to a scale slider stevenaaus 2010-04-23 09:25:13 +0000
  • 1347b1778e Add conback files to *nix codeblocks project Steven 2010-04-23 09:04:26 +0000
  • 76bcad2d2b Add conback files to *nix codeblocks project stevenaaus 2010-04-23 09:04:26 +0000
  • cf3767cb26 Add conback files to *nix codeblocks project stevenaaus 2010-04-23 09:04:26 +0000
  • a9b408d871 gl_vidsdl.c: fixed copy+paste error from rev. 119. Ozkan Sezer 2010-04-23 07:25:39 +0000
  • d7c4af2298 gl_vidsdl.c: fixed copy+paste error from rev. 119. sezero 2010-04-23 07:25:39 +0000
  • 644f818b5a gl_vidsdl.c: fixed copy+paste error from rev. 119. sezero 2010-04-23 07:25:39 +0000
  • b5e526686d gl_vidsdl.c (VID_Restart): make sure that scr_conscale.value is positive in conwidth and conheight recalculation (fitzquake-0.85 change). Ozkan Sezer 2010-04-23 06:55:20 +0000
  • 373875ec4a gl_vidsdl.c (VID_Restart): make sure that scr_conscale.value is positive in conwidth and conheight recalculation (fitzquake-0.85 change). sezero 2010-04-23 06:55:20 +0000
  • c9918a6861 gl_vidsdl.c (VID_Restart): make sure that scr_conscale.value is positive in conwidth and conheight recalculation (fitzquake-0.85 change). sezero 2010-04-23 06:55:20 +0000
  • cd19b2c7a9 gl_vidsdl.c (VID_Menu_RebuildBppList): if there are no valid fullscreen bpps for this width/height, just pick one (fitzquake-0.85 change). Ozkan Sezer 2010-04-23 06:52:27 +0000
  • 8c1d892b4a gl_vidsdl.c (VID_Menu_RebuildBppList): if there are no valid fullscreen bpps for this width/height, just pick one (fitzquake-0.85 change). sezero 2010-04-23 06:52:27 +0000
  • e89700a400 gl_vidsdl.c (VID_Menu_RebuildBppList): if there are no valid fullscreen bpps for this width/height, just pick one (fitzquake-0.85 change). sezero 2010-04-23 06:52:27 +0000
  • 2fc9ed73e5 gl_vidsdl.c: Several Cvar_Set weirdness tidy-ups from fitzquake-0.85. Ozkan Sezer 2010-04-23 06:48:36 +0000
  • 77f510e772 gl_vidsdl.c: Several Cvar_Set weirdness tidy-ups from fitzquake-0.85. sezero 2010-04-23 06:48:36 +0000
  • aefda7ca67 gl_vidsdl.c: Several Cvar_Set weirdness tidy-ups from fitzquake-0.85. sezero 2010-04-23 06:48:36 +0000
  • cd31ebe1e5 gl_vidsdl.c: Several Con_Printf("WARNING: ....") to Con_Warning("....") changes from fitzquake-0.85. Ozkan Sezer 2010-04-23 06:43:24 +0000
  • 15586ec7a6 gl_vidsdl.c: Several Con_Printf("WARNING: ....") to Con_Warning("....") changes from fitzquake-0.85. sezero 2010-04-23 06:43:24 +0000
  • 48e69fe4e6 gl_vidsdl.c: Several Con_Printf("WARNING: ....") to Con_Warning("....") changes from fitzquake-0.85. sezero 2010-04-23 06:43:24 +0000
  • 32335fa57b sv_main.c (localmodels): Bumped array size from 5 to 6 in order for it to operate correctly with the raised limits of fitzquake-0.85. Ozkan Sezer 2010-04-23 06:24:51 +0000
  • 97d314f0fc sv_main.c (localmodels): Bumped array size from 5 to 6 in order for it to operate correctly with the raised limits of fitzquake-0.85. sezero 2010-04-23 06:24:51 +0000
  • 764baea503 sv_main.c (localmodels): Bumped array size from 5 to 6 in order for it to operate correctly with the raised limits of fitzquake-0.85. sezero 2010-04-23 06:24:51 +0000
  • 317e2d4bd5 make the code to compile with -fno-common flag: glquake.h (dev_stats): Add extern. (dev_peakstats): Likewise. (dev_overflows): Likewise. (lightmap_textures): Likewise. (gl_warpimagesize): Likewise. (r_drawflat_cheatsafe): Likewise. (r_fullbright_cheatsafe): Likewise. (r_lightmap_cheatsafe): Likewise. (r_drawworld_cheatsafe): Likewise. gl_texmgr.h (notexture): Likewise. (nulltexture): Likewise. (d_8to24table): Likewise. (d_8to24table_fbright): Likewise. (d_8to24table_nobright): Likewise. (d_8to24table_conchars): Likewise. (d_8to24table_shirt): Likewise. (d_8to24table_pants): Likewise. gl_screen.c (sb_lines): Remove and make it live only in sbar.c. (vid): Remove and make it live only in gl_vid*.c gl_vidsdl.c (m_state): Remove and make it live only in menu.c. gl_vidnt.c (m_state): Likewise. net_dgrm.c (m_state): Remove extern declaration. menu.c (m_state): Tagged the m_state enum as m_state_e and moved it to menu.h. Declared m_state as enum m_state_e. menu.h (enum m_state_e): Moved from menu.c to here. (m_state): Added extern declaration. gl_rmain.c (r_drawflat_cheatsafe): Made the global to live here. (r_fullbright_cheatsafe): Likewise. (r_lightmap_cheatsafe): Likewise. (r_drawworld_cheatsafe): Likewise. gl_warp.c (gl_warpimagesize): Likewise. host.c (dev_stats): Likewise. (dev_peakstats): Likewise. (dev_overflows): Likewise. gl_texmgr.c (notexture): Likewise. (nulltexture): Likewise. (d_8to24table): Likewise. (d_8to24table_fbright): Likewise. (d_8to24table_nobright): Likewise. (d_8to24table_conchars): Likewise. (d_8to24table_shirt): Likewise. (d_8to24table_pants[): Likewise. r_brush.c (lightmap_textures): Likewise. Ozkan Sezer 2010-04-22 19:02:29 +0000
  • f8a5363bfd make the code to compile with -fno-common flag: glquake.h (dev_stats): Add extern. (dev_peakstats): Likewise. (dev_overflows): Likewise. (lightmap_textures): Likewise. (gl_warpimagesize): Likewise. (r_drawflat_cheatsafe): Likewise. (r_fullbright_cheatsafe): Likewise. (r_lightmap_cheatsafe): Likewise. (r_drawworld_cheatsafe): Likewise. gl_texmgr.h (notexture): Likewise. (nulltexture): Likewise. (d_8to24table): Likewise. (d_8to24table_fbright): Likewise. (d_8to24table_nobright): Likewise. (d_8to24table_conchars): Likewise. (d_8to24table_shirt): Likewise. (d_8to24table_pants): Likewise. gl_screen.c (sb_lines): Remove and make it live only in sbar.c. (vid): Remove and make it live only in gl_vid*.c gl_vidsdl.c (m_state): Remove and make it live only in menu.c. gl_vidnt.c (m_state): Likewise. net_dgrm.c (m_state): Remove extern declaration. menu.c (m_state): Tagged the m_state enum as m_state_e and moved it to menu.h. Declared m_state as enum m_state_e. menu.h (enum m_state_e): Moved from menu.c to here. (m_state): Added extern declaration. gl_rmain.c (r_drawflat_cheatsafe): Made the global to live here. (r_fullbright_cheatsafe): Likewise. (r_lightmap_cheatsafe): Likewise. (r_drawworld_cheatsafe): Likewise. gl_warp.c (gl_warpimagesize): Likewise. host.c (dev_stats): Likewise. (dev_peakstats): Likewise. (dev_overflows): Likewise. gl_texmgr.c (notexture): Likewise. (nulltexture): Likewise. (d_8to24table): Likewise. (d_8to24table_fbright): Likewise. (d_8to24table_nobright): Likewise. (d_8to24table_conchars): Likewise. (d_8to24table_shirt): Likewise. (d_8to24table_pants[): Likewise. r_brush.c (lightmap_textures): Likewise. sezero 2010-04-22 19:02:29 +0000
  • 2435579d64 make the code to compile with -fno-common flag: glquake.h (dev_stats): Add extern. (dev_peakstats): Likewise. (dev_overflows): Likewise. (lightmap_textures): Likewise. (gl_warpimagesize): Likewise. (r_drawflat_cheatsafe): Likewise. (r_fullbright_cheatsafe): Likewise. (r_lightmap_cheatsafe): Likewise. (r_drawworld_cheatsafe): Likewise. gl_texmgr.h (notexture): Likewise. (nulltexture): Likewise. (d_8to24table): Likewise. (d_8to24table_fbright): Likewise. (d_8to24table_nobright): Likewise. (d_8to24table_conchars): Likewise. (d_8to24table_shirt): Likewise. (d_8to24table_pants): Likewise. gl_screen.c (sb_lines): Remove and make it live only in sbar.c. (vid): Remove and make it live only in gl_vid*.c gl_vidsdl.c (m_state): Remove and make it live only in menu.c. gl_vidnt.c (m_state): Likewise. net_dgrm.c (m_state): Remove extern declaration. menu.c (m_state): Tagged the m_state enum as m_state_e and moved it to menu.h. Declared m_state as enum m_state_e. menu.h (enum m_state_e): Moved from menu.c to here. (m_state): Added extern declaration. gl_rmain.c (r_drawflat_cheatsafe): Made the global to live here. (r_fullbright_cheatsafe): Likewise. (r_lightmap_cheatsafe): Likewise. (r_drawworld_cheatsafe): Likewise. gl_warp.c (gl_warpimagesize): Likewise. host.c (dev_stats): Likewise. (dev_peakstats): Likewise. (dev_overflows): Likewise. gl_texmgr.c (notexture): Likewise. (nulltexture): Likewise. (d_8to24table): Likewise. (d_8to24table_fbright): Likewise. (d_8to24table_nobright): Likewise. (d_8to24table_conchars): Likewise. (d_8to24table_shirt): Likewise. (d_8to24table_pants[): Likewise. r_brush.c (lightmap_textures): Likewise. sezero 2010-04-22 19:02:29 +0000
  • 33a927c262 menu.c (M_Quit_Draw): updated the authors string and tweaked the string length calculation by dropping some sprintf() and strlen() calls. Ozkan Sezer 2010-04-22 18:32:26 +0000
  • 4549e5a97c menu.c (M_Quit_Draw): updated the authors string and tweaked the string length calculation by dropping some sprintf() and strlen() calls. sezero 2010-04-22 18:32:26 +0000
  • 85cd1e7867 menu.c (M_Quit_Draw): updated the authors string and tweaked the string length calculation by dropping some sprintf() and strlen() calls. sezero 2010-04-22 18:32:26 +0000
  • cf2990446e set properties for Makefile.darwin. Ozkan Sezer 2010-04-22 17:25:49 +0000
  • ccfe4701e4 set properties for Makefile.darwin. sezero 2010-04-22 17:25:49 +0000
  • 48cd327fae set properties for Makefile.darwin. sezero 2010-04-22 17:25:49 +0000