summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2010-09-15 22:41:27 +0400
committerAndrey Nazarov <skuller@skuller.net>2010-09-15 22:41:27 +0400
commitcd8d25aa0b96b48e1a6d0edf9893afe9cbf796c1 (patch)
tree322d2ed47d1ab4c7afdd5e70f34829f252877872
parentde41ad148d857184ead919fa488fd58cec5b1864 (diff)
Renamed source tree subdirectory into ‘src’, moved ‘asm’ subdirectory there and renamed it into ‘i386’.
-rw-r--r--Makefile10
-rw-r--r--build/baseq2.mk4
-rwxr-xr-xconfigure8
-rw-r--r--src/adivtab.h (renamed from source/adivtab.h)0
-rw-r--r--src/anorms.h (renamed from source/anorms.h)0
-rw-r--r--src/baseq2/baseq2.def (renamed from source/baseq2/baseq2.def)0
-rw-r--r--src/baseq2/baseq2.rc (renamed from source/baseq2/baseq2.rc)0
-rw-r--r--src/baseq2/g_ai.c (renamed from source/baseq2/g_ai.c)0
-rw-r--r--src/baseq2/g_chase.c (renamed from source/baseq2/g_chase.c)0
-rw-r--r--src/baseq2/g_cmds.c (renamed from source/baseq2/g_cmds.c)0
-rw-r--r--src/baseq2/g_combat.c (renamed from source/baseq2/g_combat.c)0
-rw-r--r--src/baseq2/g_func.c (renamed from source/baseq2/g_func.c)0
-rw-r--r--src/baseq2/g_items.c (renamed from source/baseq2/g_items.c)0
-rw-r--r--src/baseq2/g_local.h (renamed from source/baseq2/g_local.h)0
-rw-r--r--src/baseq2/g_main.c (renamed from source/baseq2/g_main.c)0
-rw-r--r--src/baseq2/g_misc.c (renamed from source/baseq2/g_misc.c)0
-rw-r--r--src/baseq2/g_monster.c (renamed from source/baseq2/g_monster.c)0
-rw-r--r--src/baseq2/g_phys.c (renamed from source/baseq2/g_phys.c)0
-rw-r--r--src/baseq2/g_ptrs.c (renamed from source/baseq2/g_ptrs.c)0
-rw-r--r--src/baseq2/g_ptrs.h (renamed from source/baseq2/g_ptrs.h)0
-rw-r--r--src/baseq2/g_save.c (renamed from source/baseq2/g_save.c)0
-rw-r--r--src/baseq2/g_spawn.c (renamed from source/baseq2/g_spawn.c)0
-rw-r--r--src/baseq2/g_svcmds.c (renamed from source/baseq2/g_svcmds.c)0
-rw-r--r--src/baseq2/g_target.c (renamed from source/baseq2/g_target.c)0
-rw-r--r--src/baseq2/g_trigger.c (renamed from source/baseq2/g_trigger.c)0
-rw-r--r--src/baseq2/g_turret.c (renamed from source/baseq2/g_turret.c)0
-rw-r--r--src/baseq2/g_utils.c (renamed from source/baseq2/g_utils.c)0
-rw-r--r--src/baseq2/g_weapon.c (renamed from source/baseq2/g_weapon.c)0
-rw-r--r--src/baseq2/m_actor.c (renamed from source/baseq2/m_actor.c)0
-rw-r--r--src/baseq2/m_actor.h (renamed from source/baseq2/m_actor.h)0
-rw-r--r--src/baseq2/m_berserk.c (renamed from source/baseq2/m_berserk.c)0
-rw-r--r--src/baseq2/m_berserk.h (renamed from source/baseq2/m_berserk.h)0
-rw-r--r--src/baseq2/m_boss2.c (renamed from source/baseq2/m_boss2.c)0
-rw-r--r--src/baseq2/m_boss2.h (renamed from source/baseq2/m_boss2.h)0
-rw-r--r--src/baseq2/m_boss3.c (renamed from source/baseq2/m_boss3.c)0
-rw-r--r--src/baseq2/m_boss31.c (renamed from source/baseq2/m_boss31.c)0
-rw-r--r--src/baseq2/m_boss31.h (renamed from source/baseq2/m_boss31.h)0
-rw-r--r--src/baseq2/m_boss32.c (renamed from source/baseq2/m_boss32.c)0
-rw-r--r--src/baseq2/m_boss32.h (renamed from source/baseq2/m_boss32.h)0
-rw-r--r--src/baseq2/m_brain.c (renamed from source/baseq2/m_brain.c)0
-rw-r--r--src/baseq2/m_brain.h (renamed from source/baseq2/m_brain.h)0
-rw-r--r--src/baseq2/m_chick.c (renamed from source/baseq2/m_chick.c)0
-rw-r--r--src/baseq2/m_chick.h (renamed from source/baseq2/m_chick.h)0
-rw-r--r--src/baseq2/m_flipper.c (renamed from source/baseq2/m_flipper.c)0
-rw-r--r--src/baseq2/m_flipper.h (renamed from source/baseq2/m_flipper.h)0
-rw-r--r--src/baseq2/m_float.c (renamed from source/baseq2/m_float.c)0
-rw-r--r--src/baseq2/m_float.h (renamed from source/baseq2/m_float.h)0
-rw-r--r--src/baseq2/m_flyer.c (renamed from source/baseq2/m_flyer.c)0
-rw-r--r--src/baseq2/m_flyer.h (renamed from source/baseq2/m_flyer.h)0
-rw-r--r--src/baseq2/m_gladiator.c (renamed from source/baseq2/m_gladiator.c)0
-rw-r--r--src/baseq2/m_gladiator.h (renamed from source/baseq2/m_gladiator.h)0
-rw-r--r--src/baseq2/m_gunner.c (renamed from source/baseq2/m_gunner.c)0
-rw-r--r--src/baseq2/m_gunner.h (renamed from source/baseq2/m_gunner.h)0
-rw-r--r--src/baseq2/m_hover.c (renamed from source/baseq2/m_hover.c)0
-rw-r--r--src/baseq2/m_hover.h (renamed from source/baseq2/m_hover.h)0
-rw-r--r--src/baseq2/m_infantry.c (renamed from source/baseq2/m_infantry.c)0
-rw-r--r--src/baseq2/m_infantry.h (renamed from source/baseq2/m_infantry.h)0
-rw-r--r--src/baseq2/m_insane.c (renamed from source/baseq2/m_insane.c)0
-rw-r--r--src/baseq2/m_insane.h (renamed from source/baseq2/m_insane.h)0
-rw-r--r--src/baseq2/m_medic.c (renamed from source/baseq2/m_medic.c)0
-rw-r--r--src/baseq2/m_medic.h (renamed from source/baseq2/m_medic.h)0
-rw-r--r--src/baseq2/m_move.c (renamed from source/baseq2/m_move.c)0
-rw-r--r--src/baseq2/m_mutant.c (renamed from source/baseq2/m_mutant.c)0
-rw-r--r--src/baseq2/m_mutant.h (renamed from source/baseq2/m_mutant.h)0
-rw-r--r--src/baseq2/m_parasite.c (renamed from source/baseq2/m_parasite.c)0
-rw-r--r--src/baseq2/m_parasite.h (renamed from source/baseq2/m_parasite.h)0
-rw-r--r--src/baseq2/m_player.h (renamed from source/baseq2/m_player.h)0
-rw-r--r--src/baseq2/m_rider.h (renamed from source/baseq2/m_rider.h)0
-rw-r--r--src/baseq2/m_soldier.c (renamed from source/baseq2/m_soldier.c)0
-rw-r--r--src/baseq2/m_soldier.h (renamed from source/baseq2/m_soldier.h)0
-rw-r--r--src/baseq2/m_supertank.c (renamed from source/baseq2/m_supertank.c)0
-rw-r--r--src/baseq2/m_supertank.h (renamed from source/baseq2/m_supertank.h)0
-rw-r--r--src/baseq2/m_tank.c (renamed from source/baseq2/m_tank.c)0
-rw-r--r--src/baseq2/m_tank.h (renamed from source/baseq2/m_tank.h)0
-rw-r--r--src/baseq2/p_client.c (renamed from source/baseq2/p_client.c)0
-rw-r--r--src/baseq2/p_hud.c (renamed from source/baseq2/p_hud.c)0
-rw-r--r--src/baseq2/p_trail.c (renamed from source/baseq2/p_trail.c)0
-rw-r--r--src/baseq2/p_view.c (renamed from source/baseq2/p_view.c)0
-rw-r--r--src/baseq2/p_weapon.c (renamed from source/baseq2/p_weapon.c)0
-rw-r--r--src/bsp.c (renamed from source/bsp.c)0
-rw-r--r--src/bsp.h (renamed from source/bsp.h)0
-rw-r--r--src/cl_aastat.c (renamed from source/cl_aastat.c)0
-rw-r--r--src/cl_console.c (renamed from source/cl_console.c)0
-rw-r--r--src/cl_demo.c (renamed from source/cl_demo.c)0
-rw-r--r--src/cl_ents.c (renamed from source/cl_ents.c)0
-rw-r--r--src/cl_fx.c (renamed from source/cl_fx.c)0
-rw-r--r--src/cl_http.c (renamed from source/cl_http.c)0
-rw-r--r--src/cl_input.c (renamed from source/cl_input.c)0
-rw-r--r--src/cl_keys.c (renamed from source/cl_keys.c)0
-rw-r--r--src/cl_local.h (renamed from source/cl_local.h)0
-rw-r--r--src/cl_locs.c (renamed from source/cl_locs.c)0
-rw-r--r--src/cl_main.c (renamed from source/cl_main.c)0
-rw-r--r--src/cl_newfx.c (renamed from source/cl_newfx.c)0
-rw-r--r--src/cl_null.c (renamed from source/cl_null.c)0
-rw-r--r--src/cl_parse.c (renamed from source/cl_parse.c)0
-rw-r--r--src/cl_pred.c (renamed from source/cl_pred.c)0
-rw-r--r--src/cl_public.h (renamed from source/cl_public.h)0
-rw-r--r--src/cl_ref.c (renamed from source/cl_ref.c)0
-rw-r--r--src/cl_scrn.c (renamed from source/cl_scrn.c)0
-rw-r--r--src/cl_tent.c (renamed from source/cl_tent.c)0
-rw-r--r--src/cl_view.c (renamed from source/cl_view.c)0
-rw-r--r--src/cmd.c (renamed from source/cmd.c)0
-rw-r--r--src/cmodel.c (renamed from source/cmodel.c)0
-rw-r--r--src/cmodel.h (renamed from source/cmodel.h)0
-rw-r--r--src/com_local.h (renamed from source/com_local.h)0
-rw-r--r--src/common.c (renamed from source/common.c)0
-rw-r--r--src/crc.c (renamed from source/crc.c)0
-rw-r--r--src/cvar.c (renamed from source/cvar.c)0
-rw-r--r--src/d_bsp.h (renamed from source/d_bsp.h)0
-rw-r--r--src/d_md2.h (renamed from source/d_md2.h)0
-rw-r--r--src/d_md3.h (renamed from source/d_md3.h)0
-rw-r--r--src/d_pak.h (renamed from source/d_pak.h)0
-rw-r--r--src/d_pcx.h (renamed from source/d_pcx.h)0
-rw-r--r--src/d_sp2.h (renamed from source/d_sp2.h)0
-rw-r--r--src/d_wal.h (renamed from source/d_wal.h)0
-rw-r--r--src/error.c (renamed from source/error.c)0
-rw-r--r--src/error.h (renamed from source/error.h)0
-rw-r--r--src/files.c (renamed from source/files.c)0
-rw-r--r--src/files.h (renamed from source/files.h)0
-rw-r--r--src/g_public.h (renamed from source/g_public.h)0
-rw-r--r--src/gl_arbfp.h (renamed from source/gl_arbfp.h)0
-rw-r--r--src/gl_draw.c (renamed from source/gl_draw.c)0
-rw-r--r--src/gl_images.c (renamed from source/gl_images.c)0
-rw-r--r--src/gl_local.h (renamed from source/gl_local.h)0
-rw-r--r--src/gl_main.c (renamed from source/gl_main.c)0
-rw-r--r--src/gl_mesh.c (renamed from source/gl_mesh.c)0
-rw-r--r--src/gl_models.c (renamed from source/gl_models.c)0
-rw-r--r--src/gl_sky.c (renamed from source/gl_sky.c)0
-rw-r--r--src/gl_state.c (renamed from source/gl_state.c)0
-rw-r--r--src/gl_surf.c (renamed from source/gl_surf.c)0
-rw-r--r--src/gl_tess.c (renamed from source/gl_tess.c)0
-rw-r--r--src/gl_world.c (renamed from source/gl_world.c)0
-rw-r--r--src/i386/block16.h (renamed from asm/block16.h)0
-rw-r--r--src/i386/block8.h (renamed from asm/block8.h)0
-rw-r--r--src/i386/d_ifacea.h (renamed from asm/d_ifacea.h)0
-rw-r--r--src/i386/d_polysa.s (renamed from asm/d_polysa.s)0
-rw-r--r--src/i386/fpu.s (renamed from asm/fpu.s)0
-rw-r--r--src/i386/math.s (renamed from asm/math.s)0
-rw-r--r--src/i386/qasm.h (renamed from asm/qasm.h)0
-rw-r--r--src/i386/r_aclipa.s (renamed from asm/r_aclipa.s)0
-rw-r--r--src/i386/r_draw16.s (renamed from asm/r_draw16.s)0
-rw-r--r--src/i386/r_drawa.s (renamed from asm/r_drawa.s)0
-rw-r--r--src/i386/r_edgea.s (renamed from asm/r_edgea.s)0
-rw-r--r--src/i386/r_scana.s (renamed from asm/r_scana.s)0
-rw-r--r--src/i386/r_spr8.s (renamed from asm/r_spr8.s)0
-rw-r--r--src/i386/r_surf8.s (renamed from asm/r_surf8.s)0
-rw-r--r--src/i386/r_varsa.s (renamed from asm/r_varsa.s)0
-rw-r--r--src/in_dx.c (renamed from source/in_dx.c)0
-rw-r--r--src/in_evdev.c (renamed from source/in_evdev.c)0
-rw-r--r--src/in_lirc.c (renamed from source/in_lirc.c)0
-rw-r--r--src/in_lirc.h (renamed from source/in_lirc.h)0
-rw-r--r--src/in_public.h (renamed from source/in_public.h)0
-rw-r--r--src/io_sleep.c (renamed from source/io_sleep.c)0
-rw-r--r--src/io_sleep.h (renamed from source/io_sleep.h)0
-rw-r--r--src/key_public.h (renamed from source/key_public.h)0
-rw-r--r--src/m_flash.c (renamed from source/m_flash.c)0
-rw-r--r--src/mdfour.c (renamed from source/mdfour.c)0
-rw-r--r--src/mdfour.h (renamed from source/mdfour.h)0
-rw-r--r--src/mod_ui.rc (renamed from source/mod_ui.rc)0
-rw-r--r--src/mvd_client.c (renamed from source/mvd_client.c)0
-rw-r--r--src/mvd_game.c (renamed from source/mvd_game.c)0
-rw-r--r--src/mvd_gtv.h (renamed from source/mvd_gtv.h)0
-rw-r--r--src/mvd_local.h (renamed from source/mvd_local.h)0
-rw-r--r--src/mvd_parse.c (renamed from source/mvd_parse.c)0
-rw-r--r--src/mvd_public.h (renamed from source/mvd_public.h)0
-rw-r--r--src/net_chan.c (renamed from source/net_chan.c)0
-rw-r--r--src/net_chan.h (renamed from source/net_chan.h)0
-rw-r--r--src/net_common.c (renamed from source/net_common.c)0
-rw-r--r--src/net_sock.h (renamed from source/net_sock.h)0
-rw-r--r--src/net_stream.h (renamed from source/net_stream.h)0
-rw-r--r--src/pmove.c (renamed from source/pmove.c)0
-rw-r--r--src/pmove.h (renamed from source/pmove.h)0
-rw-r--r--src/prompt.c (renamed from source/prompt.c)0
-rw-r--r--src/prompt.h (renamed from source/prompt.h)0
-rw-r--r--src/protocol.h (renamed from source/protocol.h)0
-rw-r--r--src/q2pro.default (renamed from source/q2pro.default)0
-rw-r--r--src/q2pro.desktop (renamed from source/q2pro.desktop)0
-rw-r--r--src/q2pro.ico (renamed from source/q2pro.ico)bin9062 -> 9062 bytes
-rw-r--r--src/q2pro.menu (renamed from source/q2pro.menu)0
-rw-r--r--src/q2pro.rc (renamed from source/q2pro.rc)0
-rw-r--r--src/q2pro.xbm (renamed from source/q2pro.xbm)0
-rw-r--r--src/q2pro.xpm (renamed from source/q2pro.xpm)0
-rw-r--r--src/q2proded.ico (renamed from source/q2proded.ico)bin9062 -> 9062 bytes
-rw-r--r--src/q2proded.rc (renamed from source/q2proded.rc)0
-rw-r--r--src/q_field.c (renamed from source/q_field.c)0
-rw-r--r--src/q_field.h (renamed from source/q_field.h)0
-rw-r--r--src/q_fifo.h (renamed from source/q_fifo.h)0
-rw-r--r--src/q_list.h (renamed from source/q_list.h)0
-rw-r--r--src/q_msg.c (renamed from source/q_msg.c)0
-rw-r--r--src/q_msg.h (renamed from source/q_msg.h)0
-rw-r--r--src/q_shared.c (renamed from source/q_shared.c)0
-rw-r--r--src/q_shared.h (renamed from source/q_shared.h)0
-rw-r--r--src/qal_api.c (renamed from source/qal_api.c)0
-rw-r--r--src/qal_api.h (renamed from source/qal_api.h)0
-rw-r--r--src/qgl_api.c (renamed from source/qgl_api.c)0
-rw-r--r--src/qgl_api.h (renamed from source/qgl_api.h)0
-rw-r--r--src/qgl_local.h (renamed from source/qgl_local.h)0
-rw-r--r--src/r_images.c (renamed from source/r_images.c)0
-rw-r--r--src/r_models.c (renamed from source/r_models.c)0
-rw-r--r--src/r_models.h (renamed from source/r_models.h)0
-rw-r--r--src/r_shared.h (renamed from source/r_shared.h)0
-rw-r--r--src/rand1k.h (renamed from source/rand1k.h)0
-rw-r--r--src/ref_gl.rc (renamed from source/ref_gl.rc)0
-rw-r--r--src/ref_public.h (renamed from source/ref_public.h)0
-rw-r--r--src/ref_soft.rc (renamed from source/ref_soft.rc)0
-rw-r--r--src/snd_al.c (renamed from source/snd_al.c)0
-rw-r--r--src/snd_dma.c (renamed from source/snd_dma.c)0
-rw-r--r--src/snd_dx.c (renamed from source/snd_dx.c)0
-rw-r--r--src/snd_local.h (renamed from source/snd_local.h)0
-rw-r--r--src/snd_main.c (renamed from source/snd_main.c)0
-rw-r--r--src/snd_mem.c (renamed from source/snd_mem.c)0
-rw-r--r--src/snd_mix.c (renamed from source/snd_mix.c)0
-rw-r--r--src/snd_oss.c (renamed from source/snd_oss.c)0
-rw-r--r--src/snd_public.h (renamed from source/snd_public.h)0
-rw-r--r--src/snd_sdl.c (renamed from source/snd_sdl.c)0
-rw-r--r--src/snd_wave.c (renamed from source/snd_wave.c)0
-rw-r--r--src/sv_ac.c (renamed from source/sv_ac.c)0
-rw-r--r--src/sv_ccmds.c (renamed from source/sv_ccmds.c)0
-rw-r--r--src/sv_ents.c (renamed from source/sv_ents.c)0
-rw-r--r--src/sv_game.c (renamed from source/sv_game.c)0
-rw-r--r--src/sv_init.c (renamed from source/sv_init.c)0
-rw-r--r--src/sv_local.h (renamed from source/sv_local.h)0
-rw-r--r--src/sv_main.c (renamed from source/sv_main.c)0
-rw-r--r--src/sv_mvd.c (renamed from source/sv_mvd.c)0
-rw-r--r--src/sv_public.h (renamed from source/sv_public.h)0
-rw-r--r--src/sv_save.c (renamed from source/sv_save.c)0
-rw-r--r--src/sv_send.c (renamed from source/sv_send.c)0
-rw-r--r--src/sv_user.c (renamed from source/sv_user.c)0
-rw-r--r--src/sv_world.c (renamed from source/sv_world.c)0
-rw-r--r--src/sw_aclip.c (renamed from source/sw_aclip.c)0
-rw-r--r--src/sw_alias.c (renamed from source/sw_alias.c)0
-rw-r--r--src/sw_block.h (renamed from source/sw_block.h)0
-rw-r--r--src/sw_bsp.c (renamed from source/sw_bsp.c)0
-rw-r--r--src/sw_draw.c (renamed from source/sw_draw.c)0
-rw-r--r--src/sw_edge.c (renamed from source/sw_edge.c)0
-rw-r--r--src/sw_image.c (renamed from source/sw_image.c)0
-rw-r--r--src/sw_light.c (renamed from source/sw_light.c)0
-rw-r--r--src/sw_local.h (renamed from source/sw_local.h)0
-rw-r--r--src/sw_main.c (renamed from source/sw_main.c)0
-rw-r--r--src/sw_misc.c (renamed from source/sw_misc.c)0
-rw-r--r--src/sw_model.c (renamed from source/sw_model.c)0
-rw-r--r--src/sw_part.c (renamed from source/sw_part.c)0
-rw-r--r--src/sw_poly.c (renamed from source/sw_poly.c)0
-rw-r--r--src/sw_polyse.c (renamed from source/sw_polyse.c)0
-rw-r--r--src/sw_protect.c (renamed from source/sw_protect.c)0
-rw-r--r--src/sw_rast.c (renamed from source/sw_rast.c)0
-rw-r--r--src/sw_scan.c (renamed from source/sw_scan.c)0
-rw-r--r--src/sw_sird.c (renamed from source/sw_sird.c)0
-rw-r--r--src/sw_sky.c (renamed from source/sw_sky.c)0
-rw-r--r--src/sw_sprite.c (renamed from source/sw_sprite.c)0
-rw-r--r--src/sw_surf.c (renamed from source/sw_surf.c)0
-rw-r--r--src/sys_public.h (renamed from source/sys_public.h)0
-rw-r--r--src/sys_unix.c (renamed from source/sys_unix.c)0
-rw-r--r--src/sys_win.c (renamed from source/sys_win.c)0
-rw-r--r--src/ui_atoms.c (renamed from source/ui_atoms.c)0
-rw-r--r--src/ui_confirm.c (renamed from source/ui_confirm.c)0
-rw-r--r--src/ui_demos.c (renamed from source/ui_demos.c)0
-rw-r--r--src/ui_local.h (renamed from source/ui_local.h)0
-rw-r--r--src/ui_menu.c (renamed from source/ui_menu.c)0
-rw-r--r--src/ui_multiplayer.c (renamed from source/ui_multiplayer.c)0
-rw-r--r--src/ui_playerconfig.c (renamed from source/ui_playerconfig.c)0
-rw-r--r--src/ui_playermodels.c (renamed from source/ui_playermodels.c)0
-rw-r--r--src/ui_public.h (renamed from source/ui_public.h)0
-rw-r--r--src/ui_script.c (renamed from source/ui_script.c)0
-rw-r--r--src/vid_local.h (renamed from source/vid_local.h)0
-rw-r--r--src/vid_public.h (renamed from source/vid_public.h)0
-rw-r--r--src/vid_sdl.c (renamed from source/vid_sdl.c)0
-rw-r--r--src/vid_win.c (renamed from source/vid_win.c)0
-rw-r--r--src/win_ac.c (renamed from source/win_ac.c)0
-rw-r--r--src/win_ascii.c (renamed from source/win_ascii.c)0
-rw-r--r--src/win_dbg.c (renamed from source/win_dbg.c)0
-rw-r--r--src/win_glimp.c (renamed from source/win_glimp.c)0
-rw-r--r--src/win_glimp.h (renamed from source/win_glimp.h)0
-rw-r--r--src/win_local.h (renamed from source/win_local.h)0
-rw-r--r--src/win_swimp.c (renamed from source/win_swimp.c)0
-rw-r--r--src/win_wgl.c (renamed from source/win_wgl.c)0
-rw-r--r--src/win_wgl.h (renamed from source/win_wgl.h)0
-rw-r--r--src/wsaerr.h (renamed from source/wsaerr.h)0
278 files changed, 11 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 24fb02c..45b47d5 100644
--- a/Makefile
+++ b/Makefile
@@ -43,13 +43,13 @@ install:
$(DESTDIR)$(MANDIR)/q2pro.6
install -m 644 -D $(SRCDIR)/man/q2proded.6 \
$(DESTDIR)$(MANDIR)/q2proded.6
- install -m 644 -D $(SRCDIR)/source/q2pro.menu \
+ install -m 644 -D $(SRCDIR)/src/q2pro.menu \
$(DESTDIR)$(DATADIR)/baseq2/q2pro.menu
- install -m 644 -D $(SRCDIR)/source/q2pro.desktop \
+ install -m 644 -D $(SRCDIR)/src/q2pro.desktop \
$(DESTDIR)$(APPDIR)/q2pro.desktop
- install -m 644 -D $(SRCDIR)/source/q2pro.xpm \
+ install -m 644 -D $(SRCDIR)/src/q2pro.xpm \
$(DESTDIR)$(PIXDIR)/q2pro.xpm
- install -m 644 -D $(SRCDIR)/source/q2pro.default \
+ install -m 644 -D $(SRCDIR)/src/q2pro.default \
$(DESTDIR)$(SITECFG)
uninstall:
@@ -77,5 +77,5 @@ docs:
$(MAKE) -C doc/wiki
tags:
- ctags $(SRCDIR)/source/*.[ch] $(SRCDIR)/source/baseq2/*.[ch]
+ ctags $(SRCDIR)/src/*.[ch] $(SRCDIR)/src/baseq2/*.[ch]
diff --git a/build/baseq2.mk b/build/baseq2.mk
index fb40c61..58385fd 100644
--- a/build/baseq2.mk
+++ b/build/baseq2.mk
@@ -19,9 +19,9 @@ include ../config.mk
TARGET=../$(GAMELIB)
-VPATH+=$(SRCDIR)/source/baseq2
+VPATH+=$(SRCDIR)/src/baseq2
-CFLAGS+=-I$(SRCDIR)/source
+CFLAGS+=-I$(SRCDIR)/src
LDFLAGS+=-lm -shared
ifdef MINGW
diff --git a/configure b/configure
index fc83f2a..e108bdf 100755
--- a/configure
+++ b/configure
@@ -29,7 +29,7 @@ die() {
# build directories
sources=`dirname $0`
[ "$sources" != "." ] || sources=`pwd`
-[ -f $sources/source/common.c ] || die "this does not look like Q2PRO source tree"
+[ -f $sources/src/common.c ] || die "this does not look like Q2PRO source tree"
if [ ! -f $sources/REVISION ] ; then
echo "REVISION does not exist. Did you check Q2PRO out of SVN repository?"
echo "You can create it by running 'svnversion > REVISION' at the root of source tree."
@@ -376,8 +376,8 @@ fi
gamelib="game$cpu$libsuffix"
-vpath="\$(SRCDIR)/source"
-[ "$use_asm" = "yes" ] && vpath="$vpath \$(SRCDIR)/asm"
+vpath="\$(SRCDIR)/src"
+[ "$use_asm" = "yes" ] && vpath="$vpath \$(SRCDIR)/src/i386"
if [ ! -z "$cross_prefix" ]; then
cc="$cross_prefix-$cc"
@@ -485,7 +485,7 @@ echo "#define LIBSUFFIX \"$libsuffix\"" >> $config_h
echo "VPATH=$vpath" >> $config_mk
echo "CFLAGS=$CFLAGS" >> $config_mk
echo "LDFLAGS=$LDFLAGS" >> $config_mk
-[ "$mingw" = "yes" ] && echo "RESFLAGS=-I\$(OUTDIR) -I\$(SRCDIR)/source" >> $config_mk
+[ "$mingw" = "yes" ] && echo "RESFLAGS=-I\$(OUTDIR) -I\$(SRCDIR)/src" >> $config_mk
[ "$use_asm" = "yes" ] && echo "ASMFLAGS=$asmflags" >> $config_mk
echo "TARGETS=$targets" >> $config_mk
diff --git a/source/adivtab.h b/src/adivtab.h
index aad0c56..aad0c56 100644
--- a/source/adivtab.h
+++ b/src/adivtab.h
diff --git a/source/anorms.h b/src/anorms.h
index 011582e..011582e 100644
--- a/source/anorms.h
+++ b/src/anorms.h
diff --git a/source/baseq2/baseq2.def b/src/baseq2/baseq2.def
index 90760a4..90760a4 100644
--- a/source/baseq2/baseq2.def
+++ b/src/baseq2/baseq2.def
diff --git a/source/baseq2/baseq2.rc b/src/baseq2/baseq2.rc
index 2aee8a6..2aee8a6 100644
--- a/source/baseq2/baseq2.rc
+++ b/src/baseq2/baseq2.rc
diff --git a/source/baseq2/g_ai.c b/src/baseq2/g_ai.c
index 52e5048..52e5048 100644
--- a/source/baseq2/g_ai.c
+++ b/src/baseq2/g_ai.c
diff --git a/source/baseq2/g_chase.c b/src/baseq2/g_chase.c
index 159c1c5..159c1c5 100644
--- a/source/baseq2/g_chase.c
+++ b/src/baseq2/g_chase.c
diff --git a/source/baseq2/g_cmds.c b/src/baseq2/g_cmds.c
index 5bc5511..5bc5511 100644
--- a/source/baseq2/g_cmds.c
+++ b/src/baseq2/g_cmds.c
diff --git a/source/baseq2/g_combat.c b/src/baseq2/g_combat.c
index 4675356..4675356 100644
--- a/source/baseq2/g_combat.c
+++ b/src/baseq2/g_combat.c
diff --git a/source/baseq2/g_func.c b/src/baseq2/g_func.c
index d49a477..d49a477 100644
--- a/source/baseq2/g_func.c
+++ b/src/baseq2/g_func.c
diff --git a/source/baseq2/g_items.c b/src/baseq2/g_items.c
index 3f4a23e..3f4a23e 100644
--- a/source/baseq2/g_items.c
+++ b/src/baseq2/g_items.c
diff --git a/source/baseq2/g_local.h b/src/baseq2/g_local.h
index bffbf1b..bffbf1b 100644
--- a/source/baseq2/g_local.h
+++ b/src/baseq2/g_local.h
diff --git a/source/baseq2/g_main.c b/src/baseq2/g_main.c
index 2766c78..2766c78 100644
--- a/source/baseq2/g_main.c
+++ b/src/baseq2/g_main.c
diff --git a/source/baseq2/g_misc.c b/src/baseq2/g_misc.c
index c3b3049..c3b3049 100644
--- a/source/baseq2/g_misc.c
+++ b/src/baseq2/g_misc.c
diff --git a/source/baseq2/g_monster.c b/src/baseq2/g_monster.c
index 3aa8e7e..3aa8e7e 100644
--- a/source/baseq2/g_monster.c
+++ b/src/baseq2/g_monster.c
diff --git a/source/baseq2/g_phys.c b/src/baseq2/g_phys.c
index edc2837..edc2837 100644
--- a/source/baseq2/g_phys.c
+++ b/src/baseq2/g_phys.c
diff --git a/source/baseq2/g_ptrs.c b/src/baseq2/g_ptrs.c
index c4c08d1..c4c08d1 100644
--- a/source/baseq2/g_ptrs.c
+++ b/src/baseq2/g_ptrs.c
diff --git a/source/baseq2/g_ptrs.h b/src/baseq2/g_ptrs.h
index 85512a0..85512a0 100644
--- a/source/baseq2/g_ptrs.h
+++ b/src/baseq2/g_ptrs.h
diff --git a/source/baseq2/g_save.c b/src/baseq2/g_save.c
index 01b0cf3..01b0cf3 100644
--- a/source/baseq2/g_save.c
+++ b/src/baseq2/g_save.c
diff --git a/source/baseq2/g_spawn.c b/src/baseq2/g_spawn.c
index 6ebf279..6ebf279 100644
--- a/source/baseq2/g_spawn.c
+++ b/src/baseq2/g_spawn.c
diff --git a/source/baseq2/g_svcmds.c b/src/baseq2/g_svcmds.c
index 7b87ced..7b87ced 100644
--- a/source/baseq2/g_svcmds.c
+++ b/src/baseq2/g_svcmds.c
diff --git a/source/baseq2/g_target.c b/src/baseq2/g_target.c
index 03a2264..03a2264 100644
--- a/source/baseq2/g_target.c
+++ b/src/baseq2/g_target.c
diff --git a/source/baseq2/g_trigger.c b/src/baseq2/g_trigger.c
index 5d5c013..5d5c013 100644
--- a/source/baseq2/g_trigger.c
+++ b/src/baseq2/g_trigger.c
diff --git a/source/baseq2/g_turret.c b/src/baseq2/g_turret.c
index cd3c3a9..cd3c3a9 100644
--- a/source/baseq2/g_turret.c
+++ b/src/baseq2/g_turret.c
diff --git a/source/baseq2/g_utils.c b/src/baseq2/g_utils.c
index 7d5736b..7d5736b 100644
--- a/source/baseq2/g_utils.c
+++ b/src/baseq2/g_utils.c
diff --git a/source/baseq2/g_weapon.c b/src/baseq2/g_weapon.c
index 95d8765..95d8765 100644
--- a/source/baseq2/g_weapon.c
+++ b/src/baseq2/g_weapon.c
diff --git a/source/baseq2/m_actor.c b/src/baseq2/m_actor.c
index e98cde4..e98cde4 100644
--- a/source/baseq2/m_actor.c
+++ b/src/baseq2/m_actor.c
diff --git a/source/baseq2/m_actor.h b/src/baseq2/m_actor.h
index e7fba7e..e7fba7e 100644
--- a/source/baseq2/m_actor.h
+++ b/src/baseq2/m_actor.h
diff --git a/source/baseq2/m_berserk.c b/src/baseq2/m_berserk.c
index d070f72..d070f72 100644
--- a/source/baseq2/m_berserk.c
+++ b/src/baseq2/m_berserk.c
diff --git a/source/baseq2/m_berserk.h b/src/baseq2/m_berserk.h
index c6dddc2..c6dddc2 100644
--- a/source/baseq2/m_berserk.h
+++ b/src/baseq2/m_berserk.h
diff --git a/source/baseq2/m_boss2.c b/src/baseq2/m_boss2.c
index 902582f..902582f 100644
--- a/source/baseq2/m_boss2.c
+++ b/src/baseq2/m_boss2.c
diff --git a/source/baseq2/m_boss2.h b/src/baseq2/m_boss2.h
index dc8bb8f..dc8bb8f 100644
--- a/source/baseq2/m_boss2.h
+++ b/src/baseq2/m_boss2.h
diff --git a/source/baseq2/m_boss3.c b/src/baseq2/m_boss3.c
index 5ca104c..5ca104c 100644
--- a/source/baseq2/m_boss3.c
+++ b/src/baseq2/m_boss3.c
diff --git a/source/baseq2/m_boss31.c b/src/baseq2/m_boss31.c
index 0a272fb..0a272fb 100644
--- a/source/baseq2/m_boss31.c
+++ b/src/baseq2/m_boss31.c
diff --git a/source/baseq2/m_boss31.h b/src/baseq2/m_boss31.h
index 82f7a82..82f7a82 100644
--- a/source/baseq2/m_boss31.h
+++ b/src/baseq2/m_boss31.h
diff --git a/source/baseq2/m_boss32.c b/src/baseq2/m_boss32.c
index c7bd764..c7bd764 100644
--- a/source/baseq2/m_boss32.c
+++ b/src/baseq2/m_boss32.c
diff --git a/source/baseq2/m_boss32.h b/src/baseq2/m_boss32.h
index 1688d4f..1688d4f 100644
--- a/source/baseq2/m_boss32.h
+++ b/src/baseq2/m_boss32.h
diff --git a/source/baseq2/m_brain.c b/src/baseq2/m_brain.c
index c8f6fff..c8f6fff 100644
--- a/source/baseq2/m_brain.c
+++ b/src/baseq2/m_brain.c
diff --git a/source/baseq2/m_brain.h b/src/baseq2/m_brain.h
index af7ee36..af7ee36 100644
--- a/source/baseq2/m_brain.h
+++ b/src/baseq2/m_brain.h
diff --git a/source/baseq2/m_chick.c b/src/baseq2/m_chick.c
index 5bfebad..5bfebad 100644
--- a/source/baseq2/m_chick.c
+++ b/src/baseq2/m_chick.c
diff --git a/source/baseq2/m_chick.h b/src/baseq2/m_chick.h
index b4d5c21..b4d5c21 100644
--- a/source/baseq2/m_chick.h
+++ b/src/baseq2/m_chick.h
diff --git a/source/baseq2/m_flipper.c b/src/baseq2/m_flipper.c
index 2fbe1aa..2fbe1aa 100644
--- a/source/baseq2/m_flipper.c
+++ b/src/baseq2/m_flipper.c
diff --git a/source/baseq2/m_flipper.h b/src/baseq2/m_flipper.h
index 6958c39..6958c39 100644
--- a/source/baseq2/m_flipper.h
+++ b/src/baseq2/m_flipper.h
diff --git a/source/baseq2/m_float.c b/src/baseq2/m_float.c
index af2ae84..af2ae84 100644
--- a/source/baseq2/m_float.c
+++ b/src/baseq2/m_float.c
diff --git a/source/baseq2/m_float.h b/src/baseq2/m_float.h
index da7e6ed..da7e6ed 100644
--- a/source/baseq2/m_float.h
+++ b/src/baseq2/m_float.h
diff --git a/source/baseq2/m_flyer.c b/src/baseq2/m_flyer.c
index a5ed179..a5ed179 100644
--- a/source/baseq2/m_flyer.c
+++ b/src/baseq2/m_flyer.c
diff --git a/source/baseq2/m_flyer.h b/src/baseq2/m_flyer.h
index 3dc74fb..3dc74fb 100644
--- a/source/baseq2/m_flyer.h
+++ b/src/baseq2/m_flyer.h
diff --git a/source/baseq2/m_gladiator.c b/src/baseq2/m_gladiator.c
index 967cbe9..967cbe9 100644
--- a/source/baseq2/m_gladiator.c
+++ b/src/baseq2/m_gladiator.c
diff --git a/source/baseq2/m_gladiator.h b/src/baseq2/m_gladiator.h
index aae6d4c..aae6d4c 100644
--- a/source/baseq2/m_gladiator.h
+++ b/src/baseq2/m_gladiator.h
diff --git a/source/baseq2/m_gunner.c b/src/baseq2/m_gunner.c
index 88f77d9..88f77d9 100644
--- a/source/baseq2/m_gunner.c
+++ b/src/baseq2/m_gunner.c
diff --git a/source/baseq2/m_gunner.h b/src/baseq2/m_gunner.h
index d9b42f8..d9b42f8 100644
--- a/source/baseq2/m_gunner.h
+++ b/src/baseq2/m_gunner.h
diff --git a/source/baseq2/m_hover.c b/src/baseq2/m_hover.c
index 395d0dc..395d0dc 100644
--- a/source/baseq2/m_hover.c
+++ b/src/baseq2/m_hover.c
diff --git a/source/baseq2/m_hover.h b/src/baseq2/m_hover.h
index 4be397e..4be397e 100644
--- a/source/baseq2/m_hover.h
+++ b/src/baseq2/m_hover.h
diff --git a/source/baseq2/m_infantry.c b/src/baseq2/m_infantry.c
index c950c63..c950c63 100644
--- a/source/baseq2/m_infantry.c
+++ b/src/baseq2/m_infantry.c
diff --git a/source/baseq2/m_infantry.h b/src/baseq2/m_infantry.h
index 3424439..3424439 100644
--- a/source/baseq2/m_infantry.h
+++ b/src/baseq2/m_infantry.h
diff --git a/source/baseq2/m_insane.c b/src/baseq2/m_insane.c
index d2fc082..d2fc082 100644
--- a/source/baseq2/m_insane.c
+++ b/src/baseq2/m_insane.c
diff --git a/source/baseq2/m_insane.h b/src/baseq2/m_insane.h
index 12d9dde..12d9dde 100644
--- a/source/baseq2/m_insane.h
+++ b/src/baseq2/m_insane.h
diff --git a/source/baseq2/m_medic.c b/src/baseq2/m_medic.c
index a5b2aec..a5b2aec 100644
--- a/source/baseq2/m_medic.c
+++ b/src/baseq2/m_medic.c
diff --git a/source/baseq2/m_medic.h b/src/baseq2/m_medic.h
index 6b596b2..6b596b2 100644
--- a/source/baseq2/m_medic.h
+++ b/src/baseq2/m_medic.h
diff --git a/source/baseq2/m_move.c b/src/baseq2/m_move.c
index 02a11fe..02a11fe 100644
--- a/source/baseq2/m_move.c
+++ b/src/baseq2/m_move.c
diff --git a/source/baseq2/m_mutant.c b/src/baseq2/m_mutant.c
index 6805c62..6805c62 100644
--- a/source/baseq2/m_mutant.c
+++ b/src/baseq2/m_mutant.c
diff --git a/source/baseq2/m_mutant.h b/src/baseq2/m_mutant.h
index f59fca0..f59fca0 100644
--- a/source/baseq2/m_mutant.h
+++ b/src/baseq2/m_mutant.h
diff --git a/source/baseq2/m_parasite.c b/src/baseq2/m_parasite.c
index 14e4db4..14e4db4 100644
--- a/source/baseq2/m_parasite.c
+++ b/src/baseq2/m_parasite.c
diff --git a/source/baseq2/m_parasite.h b/src/baseq2/m_parasite.h
index 2410e79..2410e79 100644
--- a/source/baseq2/m_parasite.h
+++ b/src/baseq2/m_parasite.h
diff --git a/source/baseq2/m_player.h b/src/baseq2/m_player.h
index e1edcd8..e1edcd8 100644
--- a/source/baseq2/m_player.h
+++ b/src/baseq2/m_player.h
diff --git a/source/baseq2/m_rider.h b/src/baseq2/m_rider.h
index 0998361..0998361 100644
--- a/source/baseq2/m_rider.h
+++ b/src/baseq2/m_rider.h
diff --git a/source/baseq2/m_soldier.c b/src/baseq2/m_soldier.c
index dd07a9d..dd07a9d 100644
--- a/source/baseq2/m_soldier.c
+++ b/src/baseq2/m_soldier.c
diff --git a/source/baseq2/m_soldier.h b/src/baseq2/m_soldier.h
index 020ec94..020ec94 100644
--- a/source/baseq2/m_soldier.h
+++ b/src/baseq2/m_soldier.h
diff --git a/source/baseq2/m_supertank.c b/src/baseq2/m_supertank.c
index d67b05e..d67b05e 100644
--- a/source/baseq2/m_supertank.c
+++ b/src/baseq2/m_supertank.c
diff --git a/source/baseq2/m_supertank.h b/src/baseq2/m_supertank.h
index 2e7d629..2e7d629 100644
--- a/source/baseq2/m_supertank.h
+++ b/src/baseq2/m_supertank.h
diff --git a/source/baseq2/m_tank.c b/src/baseq2/m_tank.c
index 6f43d60..6f43d60 100644
--- a/source/baseq2/m_tank.c
+++ b/src/baseq2/m_tank.c
diff --git a/source/baseq2/m_tank.h b/src/baseq2/m_tank.h
index 39c41d4..39c41d4 100644
--- a/source/baseq2/m_tank.h
+++ b/src/baseq2/m_tank.h
diff --git a/source/baseq2/p_client.c b/src/baseq2/p_client.c
index 6b1033f..6b1033f 100644
--- a/source/baseq2/p_client.c
+++ b/src/baseq2/p_client.c
diff --git a/source/baseq2/p_hud.c b/src/baseq2/p_hud.c
index c3c7ab2..c3c7ab2 100644
--- a/source/baseq2/p_hud.c
+++ b/src/baseq2/p_hud.c
diff --git a/source/baseq2/p_trail.c b/src/baseq2/p_trail.c
index 07828b4..07828b4 100644
--- a/source/baseq2/p_trail.c
+++ b/src/baseq2/p_trail.c
diff --git a/source/baseq2/p_view.c b/src/baseq2/p_view.c
index c049ba0..c049ba0 100644
--- a/source/baseq2/p_view.c
+++ b/src/baseq2/p_view.c
diff --git a/source/baseq2/p_weapon.c b/src/baseq2/p_weapon.c
index ea75737..ea75737 100644
--- a/source/baseq2/p_weapon.c
+++ b/src/baseq2/p_weapon.c
diff --git a/source/bsp.c b/src/bsp.c
index 2677cef..2677cef 100644
--- a/source/bsp.c
+++ b/src/bsp.c
diff --git a/source/bsp.h b/src/bsp.h
index 63a3d19..63a3d19 100644
--- a/source/bsp.h
+++ b/src/bsp.h
diff --git a/source/cl_aastat.c b/src/cl_aastat.c
index 0b14549..0b14549 100644
--- a/source/cl_aastat.c
+++ b/src/cl_aastat.c
diff --git a/source/cl_console.c b/src/cl_console.c
index efd7467..efd7467 100644
--- a/source/cl_console.c
+++ b/src/cl_console.c
diff --git a/source/cl_demo.c b/src/cl_demo.c
index f8fc6f2..f8fc6f2 100644
--- a/source/cl_demo.c
+++ b/src/cl_demo.c
diff --git a/source/cl_ents.c b/src/cl_ents.c
index 33473d9..33473d9 100644
--- a/source/cl_ents.c
+++ b/src/cl_ents.c
diff --git a/source/cl_fx.c b/src/cl_fx.c
index d302256..d302256 100644
--- a/source/cl_fx.c
+++ b/src/cl_fx.c
diff --git a/source/cl_http.c b/src/cl_http.c
index 3e01908..3e01908 100644
--- a/source/cl_http.c
+++ b/src/cl_http.c
diff --git a/source/cl_input.c b/src/cl_input.c
index 8e65fb8..8e65fb8 100644
--- a/source/cl_input.c
+++ b/src/cl_input.c
diff --git a/source/cl_keys.c b/src/cl_keys.c
index 845b7ca..845b7ca 100644
--- a/source/cl_keys.c
+++ b/src/cl_keys.c
diff --git a/source/cl_local.h b/src/cl_local.h
index 78fe9bb..78fe9bb 100644
--- a/source/cl_local.h
+++ b/src/cl_local.h
diff --git a/source/cl_locs.c b/src/cl_locs.c
index 8a08359..8a08359 100644
--- a/source/cl_locs.c
+++ b/src/cl_locs.c
diff --git a/source/cl_main.c b/src/cl_main.c
index 333129d..333129d 100644
--- a/source/cl_main.c
+++ b/src/cl_main.c
diff --git a/source/cl_newfx.c b/src/cl_newfx.c
index c227953..c227953 100644
--- a/source/cl_newfx.c
+++ b/src/cl_newfx.c
diff --git a/source/cl_null.c b/src/cl_null.c
index 8a0c3b9..8a0c3b9 100644
--- a/source/cl_null.c
+++ b/src/cl_null.c
diff --git a/source/cl_parse.c b/src/cl_parse.c
index 75ed182..75ed182 100644
--- a/source/cl_parse.c
+++ b/src/cl_parse.c
diff --git a/source/cl_pred.c b/src/cl_pred.c
index 744eb33..744eb33 100644
--- a/source/cl_pred.c
+++ b/src/cl_pred.c
diff --git a/source/cl_public.h b/src/cl_public.h
index 65cedad..65cedad 100644
--- a/source/cl_public.h
+++ b/src/cl_public.h
diff --git a/source/cl_ref.c b/src/cl_ref.c
index 6b42db4..6b42db4 100644
--- a/source/cl_ref.c
+++ b/src/cl_ref.c
diff --git a/source/cl_scrn.c b/src/cl_scrn.c
index a14909c..a14909c 100644
--- a/source/cl_scrn.c
+++ b/src/cl_scrn.c
diff --git a/source/cl_tent.c b/src/cl_tent.c
index 859c04e..859c04e 100644
--- a/source/cl_tent.c
+++ b/src/cl_tent.c
diff --git a/source/cl_view.c b/src/cl_view.c
index 8f8e398..8f8e398 100644
--- a/source/cl_view.c
+++ b/src/cl_view.c
diff --git a/source/cmd.c b/src/cmd.c
index 44098c5..44098c5 100644
--- a/source/cmd.c
+++ b/src/cmd.c
diff --git a/source/cmodel.c b/src/cmodel.c
index 60ca284..60ca284 100644
--- a/source/cmodel.c
+++ b/src/cmodel.c
diff --git a/source/cmodel.h b/src/cmodel.h
index 49621fe..49621fe 100644
--- a/source/cmodel.h
+++ b/src/cmodel.h
diff --git a/source/com_local.h b/src/com_local.h
index 94bd28f..94bd28f 100644
--- a/source/com_local.h
+++ b/src/com_local.h
diff --git a/source/common.c b/src/common.c
index 0bbd30e..0bbd30e 100644
--- a/source/common.c
+++ b/src/common.c
diff --git a/source/crc.c b/src/crc.c
index 02b16fb..02b16fb 100644
--- a/source/crc.c
+++ b/src/crc.c
diff --git a/source/cvar.c b/src/cvar.c
index 7c1e425..7c1e425 100644
--- a/source/cvar.c
+++ b/src/cvar.c
diff --git a/source/d_bsp.h b/src/d_bsp.h
index 8036860..8036860 100644
--- a/source/d_bsp.h
+++ b/src/d_bsp.h
diff --git a/source/d_md2.h b/src/d_md2.h
index be907ed..be907ed 100644
--- a/source/d_md2.h
+++ b/src/d_md2.h
diff --git a/source/d_md3.h b/src/d_md3.h
index 332d732..332d732 100644
--- a/source/d_md3.h
+++ b/src/d_md3.h
diff --git a/source/d_pak.h b/src/d_pak.h
index a5556ee..a5556ee 100644
--- a/source/d_pak.h
+++ b/src/d_pak.h
diff --git a/source/d_pcx.h b/src/d_pcx.h
index 43dc416..43dc416 100644
--- a/source/d_pcx.h
+++ b/src/d_pcx.h
diff --git a/source/d_sp2.h b/src/d_sp2.h
index 7421050..7421050 100644
--- a/source/d_sp2.h
+++ b/src/d_sp2.h
diff --git a/source/d_wal.h b/src/d_wal.h
index 700502a..700502a 100644
--- a/source/d_wal.h
+++ b/src/d_wal.h
diff --git a/source/error.c b/src/error.c
index bc61794..bc61794 100644
--- a/source/error.c
+++ b/src/error.c
diff --git a/source/error.h b/src/error.h
index c451df8..c451df8 100644
--- a/source/error.h
+++ b/src/error.h
diff --git a/source/files.c b/src/files.c
index 36aeda1..36aeda1 100644
--- a/source/files.c
+++ b/src/files.c
diff --git a/source/files.h b/src/files.h
index 135757e..135757e 100644
--- a/source/files.h
+++ b/src/files.h
diff --git a/source/g_public.h b/src/g_public.h
index 6a2c4f5..6a2c4f5 100644
--- a/source/g_public.h
+++ b/src/g_public.h
diff --git a/source/gl_arbfp.h b/src/gl_arbfp.h
index 8483130..8483130 100644
--- a/source/gl_arbfp.h
+++ b/src/gl_arbfp.h
diff --git a/source/gl_draw.c b/src/gl_draw.c
index d906239..d906239 100644
--- a/source/gl_draw.c
+++ b/src/gl_draw.c
diff --git a/source/gl_images.c b/src/gl_images.c
index a26de3f..a26de3f 100644
--- a/source/gl_images.c
+++ b/src/gl_images.c
diff --git a/source/gl_local.h b/src/gl_local.h
index d548ca2..d548ca2 100644
--- a/source/gl_local.h
+++ b/src/gl_local.h
diff --git a/source/gl_main.c b/src/gl_main.c
index c4cb998..c4cb998 100644
--- a/source/gl_main.c
+++ b/src/gl_main.c
diff --git a/source/gl_mesh.c b/src/gl_mesh.c
index 160ef5b..160ef5b 100644
--- a/source/gl_mesh.c
+++ b/src/gl_mesh.c
diff --git a/source/gl_models.c b/src/gl_models.c
index 264495e..264495e 100644
--- a/source/gl_models.c
+++ b/src/gl_models.c
diff --git a/source/gl_sky.c b/src/gl_sky.c
index 163ae7f..163ae7f 100644
--- a/source/gl_sky.c
+++ b/src/gl_sky.c
diff --git a/source/gl_state.c b/src/gl_state.c
index f8d6996..f8d6996 100644
--- a/source/gl_state.c
+++ b/src/gl_state.c
diff --git a/source/gl_surf.c b/src/gl_surf.c
index b696bf2..b696bf2 100644
--- a/source/gl_surf.c
+++ b/src/gl_surf.c
diff --git a/source/gl_tess.c b/src/gl_tess.c
index 6b80985..6b80985 100644
--- a/source/gl_tess.c
+++ b/src/gl_tess.c
diff --git a/source/gl_world.c b/src/gl_world.c
index 6edc24b..6edc24b 100644
--- a/source/gl_world.c
+++ b/src/gl_world.c
diff --git a/asm/block16.h b/src/i386/block16.h
index 98a1cf7..98a1cf7 100644
--- a/asm/block16.h
+++ b/src/i386/block16.h
diff --git a/asm/block8.h b/src/i386/block8.h
index d501379..d501379 100644
--- a/asm/block8.h
+++ b/src/i386/block8.h
diff --git a/asm/d_ifacea.h b/src/i386/d_ifacea.h
index 7c361e1..7c361e1 100644
--- a/asm/d_ifacea.h
+++ b/src/i386/d_ifacea.h
diff --git a/asm/d_polysa.s b/src/i386/d_polysa.s
index 1d00d22..1d00d22 100644
--- a/asm/d_polysa.s
+++ b/src/i386/d_polysa.s
diff --git a/asm/fpu.s b/src/i386/fpu.s
index f5a468a..f5a468a 100644
--- a/asm/fpu.s
+++ b/src/i386/fpu.s
diff --git a/asm/math.s b/src/i386/math.s
index fe3c65d..fe3c65d 100644
--- a/asm/math.s
+++ b/src/i386/math.s
diff --git a/asm/qasm.h b/src/i386/qasm.h
index 05106f8..05106f8 100644
--- a/asm/qasm.h
+++ b/src/i386/qasm.h
diff --git a/asm/r_aclipa.s b/src/i386/r_aclipa.s
index 6898a0c..6898a0c 100644
--- a/asm/r_aclipa.s
+++ b/src/i386/r_aclipa.s
diff --git a/asm/r_draw16.s b/src/i386/r_draw16.s
index 445db6a..445db6a 100644
--- a/asm/r_draw16.s
+++ b/src/i386/r_draw16.s
diff --git a/asm/r_drawa.s b/src/i386/r_drawa.s
index 54653c1..54653c1 100644
--- a/asm/r_drawa.s
+++ b/src/i386/r_drawa.s
diff --git a/asm/r_edgea.s b/src/i386/r_edgea.s
index 1823ea0..1823ea0 100644
--- a/asm/r_edgea.s
+++ b/src/i386/r_edgea.s
diff --git a/asm/r_scana.s b/src/i386/r_scana.s
index 8defa77..8defa77 100644
--- a/asm/r_scana.s
+++ b/src/i386/r_scana.s
diff --git a/asm/r_spr8.s b/src/i386/r_spr8.s
index 80cbcbe..80cbcbe 100644
--- a/asm/r_spr8.s
+++ b/src/i386/r_spr8.s
diff --git a/asm/r_surf8.s b/src/i386/r_surf8.s
index 0845afa..0845afa 100644
--- a/asm/r_surf8.s
+++ b/src/i386/r_surf8.s
diff --git a/asm/r_varsa.s b/src/i386/r_varsa.s
index a3448eb..a3448eb 100644
--- a/asm/r_varsa.s
+++ b/src/i386/r_varsa.s
diff --git a/source/in_dx.c b/src/in_dx.c
index 347ed9a..347ed9a 100644
--- a/source/in_dx.c
+++ b/src/in_dx.c
diff --git a/source/in_evdev.c b/src/in_evdev.c
index 8fe32ec..8fe32ec 100644
--- a/source/in_evdev.c
+++ b/src/in_evdev.c
diff --git a/source/in_lirc.c b/src/in_lirc.c
index 4b84239..4b84239 100644
--- a/source/in_lirc.c
+++ b/src/in_lirc.c
diff --git a/source/in_lirc.h b/src/in_lirc.h
index 72d628f..72d628f 100644
--- a/source/in_lirc.h
+++ b/src/in_lirc.h
diff --git a/source/in_public.h b/src/in_public.h
index 9c0eb80..9c0eb80 100644
--- a/source/in_public.h
+++ b/src/in_public.h
diff --git a/source/io_sleep.c b/src/io_sleep.c
index 26aad82..26aad82 100644
--- a/source/io_sleep.c
+++ b/src/io_sleep.c
diff --git a/source/io_sleep.h b/src/io_sleep.h
index d4746ca..d4746ca 100644
--- a/source/io_sleep.h
+++ b/src/io_sleep.h
diff --git a/source/key_public.h b/src/key_public.h
index 74dbfed..74dbfed 100644
--- a/source/key_public.h
+++ b/src/key_public.h
diff --git a/source/m_flash.c b/src/m_flash.c
index d06741a..d06741a 100644
--- a/source/m_flash.c
+++ b/src/m_flash.c
diff --git a/source/mdfour.c b/src/mdfour.c
index 2eae170..2eae170 100644
--- a/source/mdfour.c
+++ b/src/mdfour.c
diff --git a/source/mdfour.h b/src/mdfour.h
index aaa2e0f..aaa2e0f 100644
--- a/source/mdfour.h
+++ b/src/mdfour.h
diff --git a/source/mod_ui.rc b/src/mod_ui.rc
index ed36bbd..ed36bbd 100644
--- a/source/mod_ui.rc
+++ b/src/mod_ui.rc
diff --git a/source/mvd_client.c b/src/mvd_client.c
index baeded6..baeded6 100644
--- a/source/mvd_client.c
+++ b/src/mvd_client.c
diff --git a/source/mvd_game.c b/src/mvd_game.c
index 1900506..1900506 100644
--- a/source/mvd_game.c
+++ b/src/mvd_game.c
diff --git a/source/mvd_gtv.h b/src/mvd_gtv.h
index cac7567..cac7567 100644
--- a/source/mvd_gtv.h
+++ b/src/mvd_gtv.h
diff --git a/source/mvd_local.h b/src/mvd_local.h
index 62042eb..62042eb 100644
--- a/source/mvd_local.h
+++ b/src/mvd_local.h
diff --git a/source/mvd_parse.c b/src/mvd_parse.c
index a6ae96d..a6ae96d 100644
--- a/source/mvd_parse.c
+++ b/src/mvd_parse.c
diff --git a/source/mvd_public.h b/src/mvd_public.h
index 12dc1d6..12dc1d6 100644
--- a/source/mvd_public.h
+++ b/src/mvd_public.h
diff --git a/source/net_chan.c b/src/net_chan.c
index cb610e4..cb610e4 100644
--- a/source/net_chan.c
+++ b/src/net_chan.c
diff --git a/source/net_chan.h b/src/net_chan.h
index 29318f3..29318f3 100644
--- a/source/net_chan.h
+++ b/src/net_chan.h
diff --git a/source/net_common.c b/src/net_common.c
index b569f8f..b569f8f 100644
--- a/source/net_common.c
+++ b/src/net_common.c
diff --git a/source/net_sock.h b/src/net_sock.h
index 2669e09..2669e09 100644
--- a/source/net_sock.h
+++ b/src/net_sock.h
diff --git a/source/net_stream.h b/src/net_stream.h
index 544cb92..544cb92 100644
--- a/source/net_stream.h
+++ b/src/net_stream.h
diff --git a/source/pmove.c b/src/pmove.c
index 0bcd6d3..0bcd6d3 100644
--- a/source/pmove.c
+++ b/src/pmove.c
diff --git a/source/pmove.h b/src/pmove.h
index 4104a59..4104a59 100644
--- a/source/pmove.h
+++ b/src/pmove.h
diff --git a/source/prompt.c b/src/prompt.c
index f106bf4..f106bf4 100644
--- a/source/prompt.c
+++ b/src/prompt.c
diff --git a/source/prompt.h b/src/prompt.h
index 9caf34f..9caf34f 100644
--- a/source/prompt.h
+++ b/src/prompt.h
diff --git a/source/protocol.h b/src/protocol.h
index deb273f..deb273f 100644
--- a/source/protocol.h
+++ b/src/protocol.h
diff --git a/source/q2pro.default b/src/q2pro.default
index b0a499f..b0a499f 100644
--- a/source/q2pro.default
+++ b/src/q2pro.default
diff --git a/source/q2pro.desktop b/src/q2pro.desktop
index ede8fb1..ede8fb1 100644
--- a/source/q2pro.desktop
+++ b/src/q2pro.desktop
diff --git a/source/q2pro.ico b/src/q2pro.ico
index 4120489..4120489 100644
--- a/source/q2pro.ico
+++ b/src/q2pro.ico
Binary files differ
diff --git a/source/q2pro.menu b/src/q2pro.menu
index d996ae7..d996ae7 100644
--- a/source/q2pro.menu
+++ b/src/q2pro.menu
diff --git a/source/q2pro.rc b/src/q2pro.rc
index fe46d22..fe46d22 100644
--- a/source/q2pro.rc
+++ b/src/q2pro.rc
diff --git a/source/q2pro.xbm b/src/q2pro.xbm
index 0a8e217..0a8e217 100644
--- a/source/q2pro.xbm
+++ b/src/q2pro.xbm
diff --git a/source/q2pro.xpm b/src/q2pro.xpm
index 594a738..594a738 100644
--- a/source/q2pro.xpm
+++ b/src/q2pro.xpm
diff --git a/source/q2proded.ico b/src/q2proded.ico
index ad0e490..ad0e490 100644
--- a/source/q2proded.ico
+++ b/src/q2proded.ico
Binary files differ
diff --git a/source/q2proded.rc b/src/q2proded.rc
index 47e8474..47e8474 100644
--- a/source/q2proded.rc
+++ b/src/q2proded.rc
diff --git a/source/q_field.c b/src/q_field.c
index f1e3361..f1e3361 100644
--- a/source/q_field.c
+++ b/src/q_field.c
diff --git a/source/q_field.h b/src/q_field.h
index 7c0a6b8..7c0a6b8 100644
--- a/source/q_field.h
+++ b/src/q_field.h
diff --git a/source/q_fifo.h b/src/q_fifo.h
index 3bb5124..3bb5124 100644
--- a/source/q_fifo.h
+++ b/src/q_fifo.h
diff --git a/source/q_list.h b/src/q_list.h
index da194c7..da194c7 100644
--- a/source/q_list.h
+++ b/src/q_list.h
diff --git a/source/q_msg.c b/src/q_msg.c
index 5887a88..5887a88 100644
--- a/source/q_msg.c
+++ b/src/q_msg.c
diff --git a/source/q_msg.h b/src/q_msg.h
index cae1f57..cae1f57 100644
--- a/source/q_msg.h
+++ b/src/q_msg.h
diff --git a/source/q_shared.c b/src/q_shared.c
index a032749..a032749 100644
--- a/source/q_shared.c
+++ b/src/q_shared.c
diff --git a/source/q_shared.h b/src/q_shared.h
index 9d5806d..9d5806d 100644
--- a/source/q_shared.h
+++ b/src/q_shared.h
diff --git a/source/qal_api.c b/src/qal_api.c
index eb62ea4..eb62ea4 100644
--- a/source/qal_api.c
+++ b/src/qal_api.c
diff --git a/source/qal_api.h b/src/qal_api.h
index 4a1896e..4a1896e 100644
--- a/source/qal_api.h
+++ b/src/qal_api.h
diff --git a/source/qgl_api.c b/src/qgl_api.c
index 6d96397..6d96397 100644
--- a/source/qgl_api.c
+++ b/src/qgl_api.c
diff --git a/source/qgl_api.h b/src/qgl_api.h
index 84fdab2..84fdab2 100644
--- a/source/qgl_api.h
+++ b/src/qgl_api.h
diff --git a/source/qgl_local.h b/src/qgl_local.h
index f5dec75..f5dec75 100644
--- a/source/qgl_local.h
+++ b/src/qgl_local.h
diff --git a/source/r_images.c b/src/r_images.c
index cd8bb21..cd8bb21 100644
--- a/source/r_images.c
+++ b/src/r_images.c
diff --git a/source/r_models.c b/src/r_models.c
index f862fd3..f862fd3 100644
--- a/source/r_models.c
+++ b/src/r_models.c
diff --git a/source/r_models.h b/src/r_models.h
index ef5b33b..ef5b33b 100644
--- a/source/r_models.h
+++ b/src/r_models.h
diff --git a/source/r_shared.h b/src/r_shared.h
index 7d4336e..7d4336e 100644
--- a/source/r_shared.h
+++ b/src/r_shared.h
diff --git a/source/rand1k.h b/src/rand1k.h
index 41a54f7..41a54f7 100644
--- a/source/rand1k.h
+++ b/src/rand1k.h
diff --git a/source/ref_gl.rc b/src/ref_gl.rc
index 09ac880..09ac880 100644
--- a/source/ref_gl.rc
+++ b/src/ref_gl.rc
diff --git a/source/ref_public.h b/src/ref_public.h
index fa32bd4..fa32bd4 100644
--- a/source/ref_public.h
+++ b/src/ref_public.h
diff --git a/source/ref_soft.rc b/src/ref_soft.rc
index d355539..d355539 100644
--- a/source/ref_soft.rc
+++ b/src/ref_soft.rc
diff --git a/source/snd_al.c b/src/snd_al.c
index 66c169b..66c169b 100644
--- a/source/snd_al.c
+++ b/src/snd_al.c
diff --git a/source/snd_dma.c b/src/snd_dma.c
index 6ef4d00..6ef4d00 100644
--- a/source/snd_dma.c
+++ b/src/snd_dma.c
diff --git a/source/snd_dx.c b/src/snd_dx.c
index 17a41a0..17a41a0 100644
--- a/source/snd_dx.c
+++ b/src/snd_dx.c
diff --git a/source/snd_local.h b/src/snd_local.h
index 3ff7685..3ff7685 100644
--- a/source/snd_local.h
+++ b/src/snd_local.h
diff --git a/source/snd_main.c b/src/snd_main.c
index adde37b..adde37b 100644
--- a/source/snd_main.c
+++ b/src/snd_main.c
diff --git a/source/snd_mem.c b/src/snd_mem.c
index 54656f5..54656f5 100644
--- a/source/snd_mem.c
+++ b/src/snd_mem.c
diff --git a/source/snd_mix.c b/src/snd_mix.c
index 4192163..4192163 100644
--- a/source/snd_mix.c
+++ b/src/snd_mix.c
diff --git a/source/snd_oss.c b/src/snd_oss.c
index 6260530..6260530 100644
--- a/source/snd_oss.c
+++ b/src/snd_oss.c
diff --git a/source/snd_public.h b/src/snd_public.h
index 84f4893..84f4893 100644
--- a/source/snd_public.h
+++ b/src/snd_public.h
diff --git a/source/snd_sdl.c b/src/snd_sdl.c
index c83fd23..c83fd23 100644
--- a/source/snd_sdl.c
+++ b/src/snd_sdl.c
diff --git a/source/snd_wave.c b/src/snd_wave.c
index 252760f..252760f 100644
--- a/source/snd_wave.c
+++ b/src/snd_wave.c
diff --git a/source/sv_ac.c b/src/sv_ac.c
index 268e7c3..268e7c3 100644
--- a/source/sv_ac.c
+++ b/src/sv_ac.c
diff --git a/source/sv_ccmds.c b/src/sv_ccmds.c
index a2ae4ca..a2ae4ca 100644
--- a/source/sv_ccmds.c
+++ b/src/sv_ccmds.c
diff --git a/source/sv_ents.c b/src/sv_ents.c
index 4dd8073..4dd8073 100644
--- a/source/sv_ents.c
+++ b/src/sv_ents.c
diff --git a/source/sv_game.c b/src/sv_game.c
index f09d891..f09d891 100644
--- a/source/sv_game.c
+++ b/src/sv_game.c
diff --git a/source/sv_init.c b/src/sv_init.c
index 72e1bff..72e1bff 100644
--- a/source/sv_init.c
+++ b/src/sv_init.c
diff --git a/source/sv_local.h b/src/sv_local.h
index fb8b2bb..fb8b2bb 100644
--- a/source/sv_local.h
+++ b/src/sv_local.h
diff --git a/source/sv_main.c b/src/sv_main.c
index e50414f..e50414f 100644
--- a/source/sv_main.c
+++ b/src/sv_main.c
diff --git a/source/sv_mvd.c b/src/sv_mvd.c
index a425938..a425938 100644
--- a/source/sv_mvd.c
+++ b/src/sv_mvd.c
diff --git a/source/sv_public.h b/src/sv_public.h
index 89b0abb..89b0abb 100644
--- a/source/sv_public.h
+++ b/src/sv_public.h
diff --git a/source/sv_save.c b/src/sv_save.c
index 7b4f36f..7b4f36f 100644
--- a/source/sv_save.c
+++ b/src/sv_save.c
diff --git a/source/sv_send.c b/src/sv_send.c
index 41b4f33..41b4f33 100644
--- a/source/sv_send.c
+++ b/src/sv_send.c
diff --git a/source/sv_user.c b/src/sv_user.c
index b4ba1be..b4ba1be 100644
--- a/source/sv_user.c
+++ b/src/sv_user.c
diff --git a/source/sv_world.c b/src/sv_world.c
index e3c40c9..e3c40c9 100644
--- a/source/sv_world.c
+++ b/src/sv_world.c
diff --git a/source/sw_aclip.c b/src/sw_aclip.c
index d3c0aae..d3c0aae 100644
--- a/source/sw_aclip.c
+++ b/src/sw_aclip.c
diff --git a/source/sw_alias.c b/src/sw_alias.c
index 33f52b6..33f52b6 100644
--- a/source/sw_alias.c
+++ b/src/sw_alias.c
diff --git a/source/sw_block.h b/src/sw_block.h
index 3544fb7..3544fb7 100644
--- a/source/sw_block.h
+++ b/src/sw_block.h
diff --git a/source/sw_bsp.c b/src/sw_bsp.c
index 05d1189..05d1189 100644
--- a/source/sw_bsp.c
+++ b/src/sw_bsp.c
diff --git a/source/sw_draw.c b/src/sw_draw.c
index eabdbd3..eabdbd3 100644
--- a/source/sw_draw.c
+++ b/src/sw_draw.c
diff --git a/source/sw_edge.c b/src/sw_edge.c
index 017783e..017783e 100644
--- a/source/sw_edge.c
+++ b/src/sw_edge.c
diff --git a/source/sw_image.c b/src/sw_image.c
index daab6d7..daab6d7 100644
--- a/source/sw_image.c
+++ b/src/sw_image.c
diff --git a/source/sw_light.c b/src/sw_light.c
index e2cd982..e2cd982 100644
--- a/source/sw_light.c
+++ b/src/sw_light.c
diff --git a/source/sw_local.h b/src/sw_local.h
index 8af7d11..8af7d11 100644
--- a/source/sw_local.h
+++ b/src/sw_local.h
diff --git a/source/sw_main.c b/src/sw_main.c
index 921f618..921f618 100644
--- a/source/sw_main.c
+++ b/src/sw_main.c
diff --git a/source/sw_misc.c b/src/sw_misc.c
index 4c289fa..4c289fa 100644
--- a/source/sw_misc.c
+++ b/src/sw_misc.c
diff --git a/source/sw_model.c b/src/sw_model.c
index 68e2e13..68e2e13 100644
--- a/source/sw_model.c
+++ b/src/sw_model.c
diff --git a/source/sw_part.c b/src/sw_part.c
index 0fe15f6..0fe15f6 100644
--- a/source/sw_part.c
+++ b/src/sw_part.c
diff --git a/source/sw_poly.c b/src/sw_poly.c
index 981355d..981355d 100644
--- a/source/sw_poly.c
+++ b/src/sw_poly.c
diff --git a/source/sw_polyse.c b/src/sw_polyse.c
index 0e39b4f..0e39b4f 100644
--- a/source/sw_polyse.c
+++ b/src/sw_polyse.c
diff --git a/source/sw_protect.c b/src/sw_protect.c
index 6b9ce40..6b9ce40 100644
--- a/source/sw_protect.c
+++ b/src/sw_protect.c
diff --git a/source/sw_rast.c b/src/sw_rast.c
index c563fb8..c563fb8 100644
--- a/source/sw_rast.c
+++ b/src/sw_rast.c
diff --git a/source/sw_scan.c b/src/sw_scan.c
index 16754ed..16754ed 100644
--- a/source/sw_scan.c
+++ b/src/sw_scan.c
diff --git a/source/sw_sird.c b/src/sw_sird.c
index 8e376d0..8e376d0 100644
--- a/source/sw_sird.c
+++ b/src/sw_sird.c
diff --git a/source/sw_sky.c b/src/sw_sky.c
index 233bb10..233bb10 100644
--- a/source/sw_sky.c
+++ b/src/sw_sky.c
diff --git a/source/sw_sprite.c b/src/sw_sprite.c
index e3d1572..e3d1572 100644
--- a/source/sw_sprite.c
+++ b/src/sw_sprite.c
diff --git a/source/sw_surf.c b/src/sw_surf.c
index 5a426c2..5a426c2 100644
--- a/source/sw_surf.c
+++ b/src/sw_surf.c
diff --git a/source/sys_public.h b/src/sys_public.h
index 76280a8..76280a8 100644
--- a/source/sys_public.h
+++ b/src/sys_public.h
diff --git a/source/sys_unix.c b/src/sys_unix.c
index 885a97b..885a97b 100644
--- a/source/sys_unix.c
+++ b/src/sys_unix.c
diff --git a/source/sys_win.c b/src/sys_win.c
index 83aa158..83aa158 100644
--- a/source/sys_win.c
+++ b/src/sys_win.c
diff --git a/source/ui_atoms.c b/src/ui_atoms.c
index 2bbfffd..2bbfffd 100644
--- a/source/ui_atoms.c
+++ b/src/ui_atoms.c
diff --git a/source/ui_confirm.c b/src/ui_confirm.c
index 4a6b849..4a6b849 100644
--- a/source/ui_confirm.c
+++ b/src/ui_confirm.c
diff --git a/source/ui_demos.c b/src/ui_demos.c
index 9e15a01..9e15a01 100644
--- a/source/ui_demos.c
+++ b/src/ui_demos.c
diff --git a/source/ui_local.h b/src/ui_local.h
index 0160d28..0160d28 100644
--- a/source/ui_local.h
+++ b/src/ui_local.h
diff --git a/source/ui_menu.c b/src/ui_menu.c
index c99b3a2..c99b3a2 100644
--- a/source/ui_menu.c
+++ b/src/ui_menu.c
diff --git a/source/ui_multiplayer.c b/src/ui_multiplayer.c
index 15d1786..15d1786 100644
--- a/source/ui_multiplayer.c
+++ b/src/ui_multiplayer.c
diff --git a/source/ui_playerconfig.c b/src/ui_playerconfig.c
index 259f050..259f050 100644
--- a/source/ui_playerconfig.c
+++ b/src/ui_playerconfig.c
diff --git a/source/ui_playermodels.c b/src/ui_playermodels.c
index fbbae17..fbbae17 100644
--- a/source/ui_playermodels.c
+++ b/src/ui_playermodels.c
diff --git a/source/ui_public.h b/src/ui_public.h
index 01f335a..01f335a 100644
--- a/source/ui_public.h
+++ b/src/ui_public.h
diff --git a/source/ui_script.c b/src/ui_script.c
index 70035b3..70035b3 100644
--- a/source/ui_script.c
+++ b/src/ui_script.c
diff --git a/source/vid_local.h b/src/vid_local.h
index 0166514..0166514 100644
--- a/source/vid_local.h
+++ b/src/vid_local.h
diff --git a/source/vid_public.h b/src/vid_public.h
index f272b1b..f272b1b 100644
--- a/source/vid_public.h
+++ b/src/vid_public.h
diff --git a/source/vid_sdl.c b/src/vid_sdl.c
index eb6a2c2..eb6a2c2 100644
--- a/source/vid_sdl.c
+++ b/src/vid_sdl.c
diff --git a/source/vid_win.c b/src/vid_win.c
index 6df069a..6df069a 100644
--- a/source/vid_win.c
+++ b/src/vid_win.c
diff --git a/source/win_ac.c b/src/win_ac.c
index 02fb9d9..02fb9d9 100644
--- a/source/win_ac.c
+++ b/src/win_ac.c
diff --git a/source/win_ascii.c b/src/win_ascii.c
index d23dcd4..d23dcd4 100644
--- a/source/win_ascii.c
+++ b/src/win_ascii.c
diff --git a/source/win_dbg.c b/src/win_dbg.c
index 8dad6df..8dad6df 100644
--- a/source/win_dbg.c
+++ b/src/win_dbg.c
diff --git a/source/win_glimp.c b/src/win_glimp.c
index fc407fa..fc407fa 100644
--- a/source/win_glimp.c
+++ b/src/win_glimp.c
diff --git a/source/win_glimp.h b/src/win_glimp.h
index c82cb18..c82cb18 100644
--- a/source/win_glimp.h
+++ b/src/win_glimp.h
diff --git a/source/win_local.h b/src/win_local.h
index ea25806..ea25806 100644
--- a/source/win_local.h
+++ b/src/win_local.h
diff --git a/source/win_swimp.c b/src/win_swimp.c
index 5090819..5090819 100644
--- a/source/win_swimp.c
+++ b/src/win_swimp.c
diff --git a/source/win_wgl.c b/src/win_wgl.c
index 410199d..410199d 100644
--- a/source/win_wgl.c
+++ b/src/win_wgl.c
diff --git a/source/win_wgl.h b/src/win_wgl.h
index b69f8be..b69f8be 100644
--- a/source/win_wgl.h
+++ b/src/win_wgl.h
diff --git a/source/wsaerr.h b/src/wsaerr.h
index 93a9da9..93a9da9 100644
--- a/source/wsaerr.h
+++ b/src/wsaerr.h