mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-05-31 00:51:06 +00:00
initial import of SDL port of Fitzquake-0.85 / 20090510 sources.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@2 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
commit
db613ab35d
160 changed files with 72105 additions and 0 deletions
285
Linux/Fitzquake.cbp
Normal file
285
Linux/Fitzquake.cbp
Normal file
|
@ -0,0 +1,285 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="Fitzquake" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/fitzquake" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Debug/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option parameters="-window -basedir /home/kristian/Desktop/Quake -sndspeed 48000" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin/Release/fitzquake" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Release/" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Option parameters="-window -basedir /home/kristian/Desktop/Quake -sndspeed 48000" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
<Add option="`sdl-config --cflags`" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="`sdl-config --libs`" />
|
||||
<Add option="-lGL" />
|
||||
<Add option="-lGLU" />
|
||||
<Add option="-lSDL_net" />
|
||||
<Add directory="C:/Programme/SDL/lib" />
|
||||
</Linker>
|
||||
<Unit filename="cb.bmp" />
|
||||
<Unit filename="../Quake/anorm_dots.h" />
|
||||
<Unit filename="../Quake/anorms.h" />
|
||||
<Unit filename="../Quake/bspfile.h" />
|
||||
<Unit filename="../Quake/cd_sdl.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/cdaudio.h" />
|
||||
<Unit filename="../Quake/chase.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/cl_demo.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/cl_input.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/cl_main.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/cl_parse.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/cl_tent.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/client.h" />
|
||||
<Unit filename="../Quake/cmd.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/cmd.h" />
|
||||
<Unit filename="../Quake/common.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/common.h" />
|
||||
<Unit filename="../Quake/console.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/console.h" />
|
||||
<Unit filename="../Quake/crc.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/crc.h" />
|
||||
<Unit filename="../Quake/cvar.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/cvar.h" />
|
||||
<Unit filename="../Quake/d_ifacea.h" />
|
||||
<Unit filename="../Quake/draw.h" />
|
||||
<Unit filename="../Quake/gl_draw.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_fog.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_mesh.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_model.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_model.h" />
|
||||
<Unit filename="../Quake/gl_refrag.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_rlight.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_rmain.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_rmisc.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_screen.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_sky.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_test.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_texmgr.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_texmgr.h" />
|
||||
<Unit filename="../Quake/gl_vidsdl.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_warp.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/gl_warp_sin.h" />
|
||||
<Unit filename="../Quake/glquake.h" />
|
||||
<Unit filename="../Quake/gnu.txt" />
|
||||
<Unit filename="../Quake/host.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/host_cmd.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/image.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/image.h" />
|
||||
<Unit filename="../Quake/in_sdl.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/input.h" />
|
||||
<Unit filename="../Quake/keys.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/keys.h" />
|
||||
<Unit filename="../Quake/main.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/mathlib.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/mathlib.h" />
|
||||
<Unit filename="../Quake/menu.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/menu.h" />
|
||||
<Unit filename="../Quake/modelgen.h" />
|
||||
<Unit filename="../Quake/net.h" />
|
||||
<Unit filename="../Quake/net_dgrm.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/net_dgrm.h" />
|
||||
<Unit filename="../Quake/net_loop.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/net_loop.h" />
|
||||
<Unit filename="../Quake/net_main.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/net_sdl.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/net_sdlnet.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/net_sdlnet.h" />
|
||||
<Unit filename="../Quake/net_ser.h" />
|
||||
<Unit filename="../Quake/pl_linux.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/platform.h" />
|
||||
<Unit filename="../Quake/pr_cmds.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/pr_comp.h" />
|
||||
<Unit filename="../Quake/pr_edict.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/pr_exec.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/progdefs.h" />
|
||||
<Unit filename="../Quake/progdefs.q1" />
|
||||
<Unit filename="../Quake/progs.h" />
|
||||
<Unit filename="../Quake/protocol.h" />
|
||||
<Unit filename="../Quake/quakedef.h" />
|
||||
<Unit filename="../Quake/r_alias.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/r_brush.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/r_part.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/r_sprite.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/r_world.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/render.h" />
|
||||
<Unit filename="../Quake/resource.h" />
|
||||
<Unit filename="../Quake/sbar.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/sbar.h" />
|
||||
<Unit filename="../Quake/screen.h" />
|
||||
<Unit filename="../Quake/server.h" />
|
||||
<Unit filename="../Quake/snd_dma.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/snd_mem.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/snd_mix.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/snd_sdl.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/sound.h" />
|
||||
<Unit filename="../Quake/spritegn.h" />
|
||||
<Unit filename="../Quake/sv_main.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/sv_move.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/sv_phys.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/sv_user.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/sys.h" />
|
||||
<Unit filename="../Quake/sys_sdl.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/vid.h" />
|
||||
<Unit filename="../Quake/view.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/view.h" />
|
||||
<Unit filename="../Quake/wad.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/wad.h" />
|
||||
<Unit filename="../Quake/world.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/world.h" />
|
||||
<Unit filename="../Quake/zone.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="../Quake/zone.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<envvars />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
1169
Linux/Fitzquake.depend
Normal file
1169
Linux/Fitzquake.depend
Normal file
File diff suppressed because it is too large
Load diff
103
Linux/Fitzquake.layout
Normal file
103
Linux/Fitzquake.layout
Normal file
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release" />
|
||||
<File name="../Quake/cd_sdl.c" open="0" top="0" tabpos="0">
|
||||
<Cursor position="1125" topLine="34" />
|
||||
</File>
|
||||
<File name="../Quake/chase.c" open="1" top="1" tabpos="1">
|
||||
<Cursor position="1545" topLine="41" />
|
||||
</File>
|
||||
<File name="../Quake/cl_input.c" open="1" top="0" tabpos="5">
|
||||
<Cursor position="5878" topLine="186" />
|
||||
</File>
|
||||
<File name="../Quake/cl_main.c" open="0" top="0" tabpos="6">
|
||||
<Cursor position="14554" topLine="651" />
|
||||
</File>
|
||||
<File name="../Quake/cl_parse.c" open="0" top="0" tabpos="0">
|
||||
<Cursor position="6252" topLine="251" />
|
||||
</File>
|
||||
<File name="../Quake/cl_tent.c" open="0" top="0" tabpos="0">
|
||||
<Cursor position="8459" topLine="337" />
|
||||
</File>
|
||||
<File name="../Quake/common.c" open="0" top="0" tabpos="6">
|
||||
<Cursor position="34577" topLine="1693" />
|
||||
</File>
|
||||
<File name="../Quake/common.h" open="0" top="0" tabpos="0">
|
||||
<Cursor position="0" topLine="28" />
|
||||
</File>
|
||||
<File name="../Quake/console.h" open="1" top="0" tabpos="2">
|
||||
<Cursor position="1590" topLine="15" />
|
||||
</File>
|
||||
<File name="../Quake/crc.h" open="0" top="0" tabpos="13">
|
||||
<Cursor position="1086" topLine="0" />
|
||||
</File>
|
||||
<File name="../Quake/gl_draw.c" open="0" top="0" tabpos="1">
|
||||
<Cursor position="10937" topLine="406" />
|
||||
</File>
|
||||
<File name="../Quake/gl_fog.c" open="0" top="0" tabpos="0">
|
||||
<Cursor position="8190" topLine="368" />
|
||||
</File>
|
||||
<File name="../Quake/gl_sky.c" open="0" top="0" tabpos="9">
|
||||
<Cursor position="14811" topLine="652" />
|
||||
</File>
|
||||
<File name="../Quake/gl_texmgr.h" open="0" top="0" tabpos="0">
|
||||
<Cursor position="1553" topLine="22" />
|
||||
</File>
|
||||
<File name="../Quake/gl_vidsdl.c" open="0" top="0" tabpos="10">
|
||||
<Cursor position="34053" topLine="1341" />
|
||||
</File>
|
||||
<File name="../Quake/glquake.h" open="0" top="0" tabpos="2">
|
||||
<Cursor position="4610" topLine="161" />
|
||||
</File>
|
||||
<File name="../Quake/host.c" open="0" top="0" tabpos="1">
|
||||
<Cursor position="15364" topLine="651" />
|
||||
</File>
|
||||
<File name="../Quake/image.h" open="0" top="0" tabpos="0">
|
||||
<Cursor position="1040" topLine="7" />
|
||||
</File>
|
||||
<File name="../Quake/input.h" open="0" top="0" tabpos="0">
|
||||
<Cursor position="1357" topLine="2" />
|
||||
</File>
|
||||
<File name="../Quake/mathlib.h" open="0" top="0" tabpos="3">
|
||||
<Cursor position="2074" topLine="46" />
|
||||
</File>
|
||||
<File name="../Quake/menu.c" open="0" top="0" tabpos="2">
|
||||
<Cursor position="63825" topLine="3065" />
|
||||
</File>
|
||||
<File name="../Quake/net_dgrm.c" open="0" top="0" tabpos="3">
|
||||
<Cursor position="905" topLine="21" />
|
||||
</File>
|
||||
<File name="../Quake/platform.h" open="0" top="0" tabpos="0">
|
||||
<Cursor position="983" topLine="10" />
|
||||
</File>
|
||||
<File name="../Quake/pr_exec.c" open="0" top="0" tabpos="7">
|
||||
<Cursor position="4522" topLine="270" />
|
||||
</File>
|
||||
<File name="../Quake/quakedef.h" open="0" top="0" tabpos="5">
|
||||
<Cursor position="823" topLine="0" />
|
||||
</File>
|
||||
<File name="../Quake/r_brush.c" open="0" top="0" tabpos="8">
|
||||
<Cursor position="15512" topLine="585" />
|
||||
</File>
|
||||
<File name="../Quake/r_world.c" open="0" top="0" tabpos="7">
|
||||
<Cursor position="9811" topLine="336" />
|
||||
</File>
|
||||
<File name="../Quake/render.h" open="0" top="0" tabpos="12">
|
||||
<Cursor position="3869" topLine="105" />
|
||||
</File>
|
||||
<File name="../Quake/snd_dma.c" open="1" top="0" tabpos="4">
|
||||
<Cursor position="1830" topLine="51" />
|
||||
</File>
|
||||
<File name="../Quake/snd_mix.c" open="0" top="0" tabpos="0">
|
||||
<Cursor position="3595" topLine="145" />
|
||||
</File>
|
||||
<File name="../Quake/snd_sdl.c" open="1" top="0" tabpos="3">
|
||||
<Cursor position="1435" topLine="20" />
|
||||
</File>
|
||||
<File name="../Quake/sys_sdl.c" open="0" top="0" tabpos="4">
|
||||
<Cursor position="3415" topLine="137" />
|
||||
</File>
|
||||
<File name="../Quake/wad.c" open="0" top="0" tabpos="3">
|
||||
<Cursor position="1942" topLine="38" />
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
6
Linux/Fitzquake.workspace
Normal file
6
Linux/Fitzquake.workspace
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_workspace_file>
|
||||
<Workspace title="Workspace">
|
||||
<Project filename="Fitzquake.cbp" active="1" />
|
||||
</Workspace>
|
||||
</CodeBlocks_workspace_file>
|
BIN
Linux/cb.bmp
Normal file
BIN
Linux/cb.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
Loading…
Add table
Add a link
Reference in a new issue