[openjk] 01/04: Merge tag 'upstream/0_20150318+ds1'

Simon McVittie smcv at debian.org
Fri Mar 20 21:37:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository openjk.

commit 7ca646161c33bc7c2029ff0a5f443974c13e5d48
Merge: 75ed570 689c6bd
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Mar 19 09:12:31 2015 +0000

    Merge tag 'upstream/0_20150318+ds1'
    
    Upstream version 0~20150318+ds1

 CHANGELOG.txt                           |    1 -
 CMakeLists.txt                          |   60 +-
 CMakeModules/InstallZIP.cmake           |   64 +
 code/CMakeLists.txt                     |   21 +-
 code/Ragl/graph_region.h                |   27 +-
 code/Ragl/graph_triangulate.h           |   27 +-
 code/Ragl/graph_vs.h                    |   27 +-
 code/Ragl/kdtree_vs.h                   |   27 +-
 code/Ragl/ragl_common.h                 |   27 +-
 code/Ratl/array_vs.h                    |   27 +-
 code/Ratl/bits_vs.h                     |   27 +-
 code/Ratl/grid_vs.h                     |   27 +-
 code/Ratl/handle_pool_vs.h              |   27 +-
 code/Ratl/hash_pool_vs.h                |   27 +-
 code/Ratl/heap_vs.h                     |   27 +-
 code/Ratl/list_vs.h                     |   27 +-
 code/Ratl/map_vs.h                      |   27 +-
 code/Ratl/pool_vs.h                     |   27 +-
 code/Ratl/queue_vs.h                    |   27 +-
 code/Ratl/ratl.cpp                      |   27 +-
 code/Ratl/ratl_common.h                 |   27 +-
 code/Ratl/scheduler_vs.h                |   27 +-
 code/Ratl/stack_vs.h                    |   27 +-
 code/Ratl/string_vs.h                   |   27 +-
 code/Ratl/vector_vs.h                   |   27 +-
 code/Ravl/CBounds.cpp                   |   27 +-
 code/Ravl/CBounds.h                     |   29 +-
 code/Ravl/CMatrix.h                     |   29 +-
 code/Ravl/CVec.cpp                      |   34 +-
 code/Ravl/CVec.h                        |   27 +-
 code/Rufl/hfile.cpp                     |   27 +-
 code/Rufl/hfile.h                       |   36 +-
 code/Rufl/hstring.cpp                   |   27 +-
 code/Rufl/hstring.h                     |   27 +-
 code/cgame/FX_ATSTMain.cpp              |   28 +-
 code/cgame/FX_Blaster.cpp               |   28 +-
 code/cgame/FX_Bowcaster.cpp             |   30 +-
 code/cgame/FX_BryarPistol.cpp           |   28 +-
 code/cgame/FX_Concussion.cpp            |   30 +-
 code/cgame/FX_DEMP2.cpp                 |   28 +-
 code/cgame/FX_Disruptor.cpp             |   28 +-
 code/cgame/FX_Emplaced.cpp              |   30 +-
 code/cgame/FX_Flechette.cpp             |   30 +-
 code/cgame/FX_HeavyRepeater.cpp         |   30 +-
 code/cgame/FX_NoghriShot.cpp            |   28 +-
 code/cgame/FX_RocketLauncher.cpp        |   29 +-
 code/cgame/FX_TuskenShot.cpp            |   28 +-
 code/cgame/FxPrimitives.cpp             |   28 +-
 code/cgame/FxPrimitives.h               |   27 +-
 code/cgame/FxScheduler.cpp              |   28 +-
 code/cgame/FxScheduler.h                |   27 +-
 code/cgame/FxSystem.cpp                 |   28 +-
 code/cgame/FxSystem.h                   |   27 +-
 code/cgame/FxTemplate.cpp               |   28 +-
 code/cgame/FxUtil.cpp                   |   28 +-
 code/cgame/FxUtil.h                     |   27 +-
 code/cgame/animtable.h                  |   34 +-
 code/cgame/cg_camera.cpp                |   28 +-
 code/cgame/cg_camera.h                  |   34 +-
 code/cgame/cg_consolecmds.cpp           |   35 +-
 code/cgame/cg_credits.cpp               |   29 +-
 code/cgame/cg_draw.cpp                  |   35 +-
 code/cgame/cg_drawtools.cpp             |   35 +-
 code/cgame/cg_effects.cpp               |   35 +-
 code/cgame/cg_ents.cpp                  |   35 +-
 code/cgame/cg_event.cpp                 |   35 +-
 code/cgame/cg_headers.cpp               |   28 +-
 code/cgame/cg_headers.h                 |   27 +-
 code/cgame/cg_info.cpp                  |   35 +-
 code/cgame/cg_lights.cpp                |   28 +-
 code/cgame/cg_local.h                   |   34 +-
 code/cgame/cg_localents.cpp             |   35 +-
 code/cgame/cg_main.cpp                  |   34 +-
 code/cgame/cg_marks.cpp                 |   35 +-
 code/cgame/cg_media.h                   |   34 +-
 code/cgame/cg_players.cpp               |   35 +-
 code/cgame/cg_playerstate.cpp           |   34 +-
 code/cgame/cg_predict.cpp               |   34 +-
 code/cgame/cg_public.h                  |   34 +-
 code/cgame/cg_scoreboard.cpp            |   35 +-
 code/cgame/cg_servercmds.cpp            |   35 +-
 code/cgame/cg_snapshot.cpp              |   35 +-
 code/cgame/cg_syscalls.cpp              |   36 +-
 code/cgame/cg_text.cpp                  |   27 +-
 code/cgame/cg_view.cpp                  |   34 +-
 code/cgame/cg_weapons.cpp               |   35 +-
 code/cgame/common_headers.h             |   28 +-
 code/cgame/strip_objectives.h           |   27 +-
 code/client/cl_cgame.cpp                |   34 +-
 code/client/cl_cin.cpp                  |   37 +-
 code/client/cl_console.cpp              |   38 +-
 code/client/cl_input.cpp                |  107 +-
 code/client/cl_keys.cpp                 |   37 +-
 code/client/cl_main.cpp                 |   38 +-
 code/client/cl_mp3.cpp                  |   31 +-
 code/client/cl_mp3.h                    |   27 +-
 code/client/cl_parse.cpp                |   37 +-
 code/client/cl_scrn.cpp                 |   38 +-
 code/client/cl_ui.cpp                   |   37 +-
 code/client/client.h                    |   38 +-
 code/client/client_ui.h                 |   28 +-
 code/client/keycodes.h                  |   28 +-
 code/client/keys.h                      |   28 +-
 code/client/snd_ambient.cpp             |   30 +-
 code/client/snd_ambient.h               |   27 +-
 code/client/snd_dma.cpp                 |   36 +-
 code/client/snd_local.h                 |   34 +-
 code/client/snd_mem.cpp                 |   38 +-
 code/client/snd_mix.cpp                 |   38 +-
 code/client/snd_music.cpp               |   27 +-
 code/client/snd_music.h                 |   29 +-
 code/client/snd_public.h                |   34 +-
 code/client/vmachine.cpp                |   28 +-
 code/client/vmachine.h                  |   34 +-
 code/game/AI_Animal.cpp                 |   27 +-
 code/game/AI_AssassinDroid.cpp          |   27 +-
 code/game/AI_Atst.cpp                   |   27 +-
 code/game/AI_BobaFett.cpp               |   27 +-
 code/game/AI_Civilian.cpp               |   27 +-
 code/game/AI_Default.cpp                |   27 +-
 code/game/AI_Droid.cpp                  |   27 +-
 code/game/AI_GalakMech.cpp              |   27 +-
 code/game/AI_Grenadier.cpp              |   27 +-
 code/game/AI_HazardTrooper.cpp          |   27 +-
 code/game/AI_Howler.cpp                 |   27 +-
 code/game/AI_ImperialProbe.cpp          |   27 +-
 code/game/AI_Interrogator.cpp           |   28 +-
 code/game/AI_Jedi.cpp                   |   27 +-
 code/game/AI_Mark1.cpp                  |   27 +-
 code/game/AI_Mark2.cpp                  |   27 +-
 code/game/AI_MineMonster.cpp            |   27 +-
 code/game/AI_Rancor.cpp                 |   27 +-
 code/game/AI_Remote.cpp                 |   27 +-
 code/game/AI_RocketTrooper.cpp          |   27 +-
 code/game/AI_SaberDroid.cpp             |   27 +-
 code/game/AI_SandCreature.cpp           |   28 +-
 code/game/AI_Seeker.cpp                 |   28 +-
 code/game/AI_Sentry.cpp                 |   27 +-
 code/game/AI_Sniper.cpp                 |   27 +-
 code/game/AI_Stormtrooper.cpp           |   28 +-
 code/game/AI_Tusken.cpp                 |   27 +-
 code/game/AI_Utils.cpp                  |   27 +-
 code/game/AI_Wampa.cpp                  |   28 +-
 code/game/AnimalNPC.cpp                 |   27 +-
 code/game/CMakeLists.txt                |   22 +-
 code/game/FighterNPC.cpp                |   27 +-
 code/game/G_Timer.cpp                   |   27 +-
 code/game/NPC.cpp                       |   27 +-
 code/game/NPC_behavior.cpp              |   27 +-
 code/game/NPC_combat.cpp                |   27 +-
 code/game/NPC_goal.cpp                  |   27 +-
 code/game/NPC_misc.cpp                  |   27 +-
 code/game/NPC_move.cpp                  |   27 +-
 code/game/NPC_reactions.cpp             |   27 +-
 code/game/NPC_senses.cpp                |   27 +-
 code/game/NPC_sounds.cpp                |   27 +-
 code/game/NPC_spawn.cpp                 |   27 +-
 code/game/NPC_stats.cpp                 |   27 +-
 code/game/NPC_utils.cpp                 |   27 +-
 code/game/Q3_Interface.cpp              |   27 +-
 code/game/Q3_Interface.h                |   27 +-
 code/game/SpeederNPC.cpp                |   27 +-
 code/game/WalkerNPC.cpp                 |   27 +-
 code/game/ai.h                          |   27 +-
 code/game/anims.h                       |   27 +-
 code/game/b_local.h                     |   27 +-
 code/game/b_public.h                    |   27 +-
 code/game/bg_local.h                    |   34 +-
 code/game/bg_misc.cpp                   |   29 +-
 code/game/bg_pangles.cpp                |   35 +-
 code/game/bg_panimate.cpp               |   28 +-
 code/game/bg_pmove.cpp                  |   35 +-
 code/game/bg_public.h                   |   34 +-
 code/game/bg_slidemove.cpp              |   35 +-
 code/game/bg_vehicleLoad.cpp            |   27 +-
 code/game/bset.h                        |   27 +-
 code/game/bstate.h                      |   27 +-
 code/game/channels.h                    |   27 +-
 code/game/common_headers.h              |   27 +-
 code/game/dmstates.h                    |   27 +-
 code/game/events.h                      |   27 +-
 code/game/fields.h                      |   27 +-
 code/game/g_active.cpp                  |   34 +-
 code/game/g_breakable.cpp               |   27 +-
 code/game/g_camera.cpp                  |   28 +-
 code/game/g_client.cpp                  |   34 +-
 code/game/g_cmds.cpp                    |   35 +-
 code/game/g_combat.cpp                  |   34 +-
 code/game/g_emplaced.cpp                |   27 +-
 code/game/g_functions.cpp               |   27 +-
 code/game/g_functions.h                 |   27 +-
 code/game/g_fx.cpp                      |   27 +-
 code/game/g_inventory.cpp               |   27 +-
 code/game/g_itemLoad.cpp                |   27 +-
 code/game/g_items.cpp                   |   35 +-
 code/game/g_items.h                     |   34 +-
 code/game/g_local.h                     |   36 +-
 code/game/g_main.cpp                    |   34 +-
 code/game/g_mem.cpp                     |   34 +-
 code/game/g_misc.cpp                    |   34 +-
 code/game/g_misc_model.cpp              |   27 +-
 code/game/g_missile.cpp                 |   34 +-
 code/game/g_mover.cpp                   |   34 +-
 code/game/g_nav.cpp                     |   27 +-
 code/game/g_nav.h                       |   27 +-
 code/game/g_navigator.cpp               |   27 +-
 code/game/g_navigator.h                 |   27 +-
 code/game/g_navnew.cpp                  |   27 +-
 code/game/g_object.cpp                  |   28 +-
 code/game/g_objectives.cpp              |   28 +-
 code/game/g_public.h                    |   38 +-
 code/game/g_rail.cpp                    |   27 +-
 code/game/g_ref.cpp                     |   27 +-
 code/game/g_roff.cpp                    |   27 +-
 code/game/g_roff.h                      |   27 +-
 code/game/g_savegame.cpp                |   27 +-
 code/game/g_session.cpp                 |   34 +-
 code/game/g_shared.h                    |   27 +-
 code/game/g_spawn.cpp                   |   35 +-
 code/game/g_svcmds.cpp                  |   34 +-
 code/game/g_target.cpp                  |   35 +-
 code/game/g_trigger.cpp                 |   34 +-
 code/game/g_turret.cpp                  |   27 +-
 code/game/g_usable.cpp                  |   28 +-
 code/game/g_utils.cpp                   |   34 +-
 code/game/g_vehicles.cpp                |   28 +-
 code/game/g_vehicles.h                  |   27 +-
 code/game/g_weapon.cpp                  |   34 +-
 code/game/g_weaponLoad.cpp              |   27 +-
 code/game/genericparser2.cpp            |   37 +-
 code/game/genericparser2.h              |   30 +-
 code/game/ghoul2_shared.h               |   27 +-
 code/game/hitlocs.h                     |   27 +-
 code/game/npc_headers.h                 |   27 +-
 code/game/objectives.h                  |   27 +-
 code/game/say.h                         |   28 +-
 code/game/statindex.h                   |   34 +-
 code/game/surfaceflags.h                |   31 +-
 code/game/teams.h                       |   28 +-
 code/game/weapons.h                     |   34 +-
 code/game/wp_atst.cpp                   |   27 +-
 code/game/wp_blaster_pistol.cpp         |   27 +-
 code/game/wp_blaster_rifle.cpp          |   27 +-
 code/game/wp_bot_laser.cpp              |   27 +-
 code/game/wp_bowcaster.cpp              |   27 +-
 code/game/wp_concussion.cpp             |   27 +-
 code/game/wp_demp2.cpp                  |   27 +-
 code/game/wp_det_pack.cpp               |   27 +-
 code/game/wp_disruptor.cpp              |   27 +-
 code/game/wp_emplaced_gun.cpp           |   27 +-
 code/game/wp_flechette.cpp              |   27 +-
 code/game/wp_melee.cpp                  |   27 +-
 code/game/wp_noghri_stick.cpp           |   27 +-
 code/game/wp_repeater.cpp               |   27 +-
 code/game/wp_rocket_launcher.cpp        |   27 +-
 code/game/wp_saber.cpp                  |   27 +-
 code/game/wp_saber.h                    |   27 +-
 code/game/wp_saberLoad.cpp              |   27 +-
 code/game/wp_stun_baton.cpp             |   27 +-
 code/game/wp_thermal.cpp                |   28 +-
 code/game/wp_trip_mine.cpp              |   28 +-
 code/game/wp_tusken.cpp                 |   27 +-
 code/ghoul2/G2.h                        |   27 +-
 code/ghoul2/ghoul2_gore.h               |   27 +-
 code/icarus/BlockStream.cpp             |   27 +-
 code/icarus/IcarusImplementation.cpp    |   27 +-
 code/icarus/IcarusImplementation.h      |   27 +-
 code/icarus/IcarusInterface.h           |   27 +-
 code/icarus/Sequence.cpp                |   27 +-
 code/icarus/Sequencer.cpp               |   27 +-
 code/icarus/StdAfx.h                    |   27 +-
 code/icarus/TaskManager.cpp             |   27 +-
 code/icarus/blockstream.h               |   27 +-
 code/icarus/sequence.h                  |   27 +-
 code/icarus/sequencer.h                 |   27 +-
 code/icarus/taskmanager.h               |   27 +-
 code/macosx/OpenJK.icns                 |  Bin 246869 -> 0 bytes
 code/qcommon/MiniHeap.h                 |   27 +-
 code/qcommon/cm_load.cpp                |   34 +-
 code/qcommon/cm_local.h                 |   34 +-
 code/qcommon/cm_patch.cpp               |   35 +-
 code/qcommon/cm_patch.h                 |   34 +-
 code/qcommon/cm_polylib.cpp             |   30 +-
 code/qcommon/cm_polylib.h               |   34 +-
 code/qcommon/cm_public.h                |   34 +-
 code/qcommon/cm_test.cpp                |   34 +-
 code/qcommon/cm_trace.cpp               |   34 +-
 code/qcommon/cmd.cpp                    |   30 +-
 code/qcommon/common.cpp                 |   45 +-
 code/qcommon/cvar.cpp                   |   35 +-
 code/qcommon/files.cpp                  |   35 +-
 code/qcommon/matcomp.cpp                |   22 +
 code/qcommon/md4.cpp                    |  410 ++---
 code/qcommon/msg.cpp                    |   36 +-
 code/qcommon/net_chan.cpp               |   34 +-
 code/qcommon/persistence.cpp            |   20 +
 code/qcommon/q_math.cpp                 |   36 +-
 code/qcommon/q_platform.h               |   26 +-
 code/qcommon/q_shared.cpp               |   37 +-
 code/qcommon/q_shared.h                 |   35 +-
 code/qcommon/qcommon.h                  |   35 +-
 code/qcommon/qfiles.h                   |   34 +-
 code/qcommon/sstring.h                  |   27 +-
 code/qcommon/stringed_ingame.cpp        |   27 +-
 code/qcommon/stringed_ingame.h          |   27 +-
 code/qcommon/stringed_interface.cpp     |   27 +-
 code/qcommon/stringed_interface.h       |   27 +-
 code/qcommon/strip.cpp                  |   27 +-
 code/qcommon/stv_version.h              |   27 +-
 code/qcommon/tags.h                     |   27 +-
 code/qcommon/timing.h                   |   27 +-
 code/qcommon/tri_coll_test.cpp          |   17 -
 code/qcommon/z_memman_pc.cpp            |   27 +-
 code/rd-common/mdx_format.h             |   27 +-
 code/rd-common/tr_common.h              |   23 +
 code/rd-common/tr_font.cpp              |   29 +-
 code/rd-common/tr_font.h                |   27 +-
 code/rd-common/tr_image_jpg.cpp         |   26 +-
 code/rd-common/tr_image_load.cpp        |   26 +-
 code/rd-common/tr_image_png.cpp         |   26 +-
 code/rd-common/tr_image_tga.cpp         |   26 +-
 code/rd-common/tr_noise.cpp             |   39 +-
 code/rd-common/tr_public.h              |   35 +-
 code/rd-common/tr_types.h               |   35 +-
 code/rd-vanilla/CMakeLists.txt          |   27 +-
 code/rd-vanilla/G2_API.cpp              |   29 +-
 code/rd-vanilla/G2_bolts.cpp            |   31 +-
 code/rd-vanilla/G2_bones.cpp            |   31 +-
 code/rd-vanilla/G2_misc.cpp             |   31 +-
 code/rd-vanilla/G2_surfaces.cpp         |   31 +-
 code/rd-vanilla/qgl.h                   |   23 +
 code/rd-vanilla/tr_WorldEffects.cpp     |   27 +-
 code/rd-vanilla/tr_WorldEffects.h       |   27 +-
 code/rd-vanilla/tr_arb.cpp              |   22 +
 code/rd-vanilla/tr_backend.cpp          |   37 +-
 code/rd-vanilla/tr_bsp.cpp              |   38 +-
 code/rd-vanilla/tr_cmds.cpp             |   38 +-
 code/rd-vanilla/tr_curve.cpp            |   39 +-
 code/rd-vanilla/tr_draw.cpp             |   37 +-
 code/rd-vanilla/tr_ghoul2.cpp           |   31 +-
 code/rd-vanilla/tr_image.cpp            |   39 +-
 code/rd-vanilla/tr_init.cpp             |   43 +-
 code/rd-vanilla/tr_light.cpp            |   38 +-
 code/rd-vanilla/tr_local.h              |   36 +-
 code/rd-vanilla/tr_main.cpp             |   38 +-
 code/rd-vanilla/tr_marks.cpp            |   39 +-
 code/rd-vanilla/tr_mesh.cpp             |   37 +-
 code/rd-vanilla/tr_model.cpp            |   37 +-
 code/rd-vanilla/tr_quicksprite.cpp      |   34 +-
 code/rd-vanilla/tr_quicksprite.h        |   35 +-
 code/rd-vanilla/tr_scene.cpp            |   33 +-
 code/rd-vanilla/tr_shade.cpp            |   37 +-
 code/rd-vanilla/tr_shade_calc.cpp       |   38 +-
 code/rd-vanilla/tr_shader.cpp           |   37 +-
 code/rd-vanilla/tr_shadows.cpp          |   37 +-
 code/rd-vanilla/tr_skin.cpp             |   22 +
 code/rd-vanilla/tr_sky.cpp              |   38 +-
 code/rd-vanilla/tr_stl.cpp              |   29 +-
 code/rd-vanilla/tr_stl.h                |   27 +-
 code/rd-vanilla/tr_subs.cpp             |   25 +-
 code/rd-vanilla/tr_surface.cpp          |   31 +-
 code/rd-vanilla/tr_surfacesprites.cpp   |   30 +-
 code/rd-vanilla/tr_world.cpp            |   36 +-
 code/server/exe_headers.cpp             |   31 +-
 code/server/exe_headers.h               |   27 +-
 code/server/server.h                    |   34 +-
 code/server/sv_ccmds.cpp                |   38 +-
 code/server/sv_client.cpp               |   33 +-
 code/server/sv_game.cpp                 |   36 +-
 code/server/sv_init.cpp                 |   36 +-
 code/server/sv_main.cpp                 |   38 +-
 code/server/sv_savegame.cpp             |   31 +-
 code/server/sv_snapshot.cpp             |   39 +-
 code/server/sv_world.cpp                |   37 +-
 code/ui/gameinfo.cpp                    |   31 +-
 code/ui/gameinfo.h                      |   27 +-
 code/ui/menudef.h                       |   27 +-
 code/ui/ui_atoms.cpp                    |   37 +-
 code/ui/ui_connect.cpp                  |   36 +-
 code/ui/ui_local.h                      |   34 +-
 code/ui/ui_main.cpp                     |   37 +-
 code/ui/ui_public.h                     |   34 +-
 code/ui/ui_saber.cpp                    |   29 +-
 code/ui/ui_shared.cpp                   |   30 +-
 code/ui/ui_shared.h                     |   34 +-
 code/ui/ui_syscalls.cpp                 |   39 +-
 codeJK2/cgame/FX_ATSTMain.cpp           |   27 +-
 codeJK2/cgame/FX_Blaster.cpp            |   27 +-
 codeJK2/cgame/FX_Bowcaster.cpp          |   27 +-
 codeJK2/cgame/FX_BryarPistol.cpp        |   27 +-
 codeJK2/cgame/FX_DEMP2.cpp              |   27 +-
 codeJK2/cgame/FX_Disruptor.cpp          |   27 +-
 codeJK2/cgame/FX_Emplaced.cpp           |   27 +-
 codeJK2/cgame/FX_Flechette.cpp          |   27 +-
 codeJK2/cgame/FX_HeavyRepeater.cpp      |   27 +-
 codeJK2/cgame/FX_RocketLauncher.cpp     |   27 +-
 codeJK2/cgame/FxPrimitives.cpp          |   27 +-
 codeJK2/cgame/FxPrimitives.h            |   27 +-
 codeJK2/cgame/FxScheduler.cpp           |   27 +-
 codeJK2/cgame/FxScheduler.h             |   27 +-
 codeJK2/cgame/FxSystem.cpp              |   27 +-
 codeJK2/cgame/FxSystem.h                |   27 +-
 codeJK2/cgame/FxTemplate.cpp            |   28 +-
 codeJK2/cgame/FxUtil.cpp                |   27 +-
 codeJK2/cgame/FxUtil.h                  |   27 +-
 codeJK2/cgame/animtable.h               |   30 +-
 codeJK2/cgame/cg_camera.cpp             |   28 +-
 codeJK2/cgame/cg_camera.h               |   27 +-
 codeJK2/cgame/cg_consolecmds.cpp        |   34 +-
 codeJK2/cgame/cg_credits.cpp            |   27 +-
 codeJK2/cgame/cg_draw.cpp               |   34 +-
 codeJK2/cgame/cg_drawtools.cpp          |   34 +-
 codeJK2/cgame/cg_effects.cpp            |   34 +-
 codeJK2/cgame/cg_ents.cpp               |   34 +-
 codeJK2/cgame/cg_event.cpp              |   34 +-
 codeJK2/cgame/cg_info.cpp               |   34 +-
 codeJK2/cgame/cg_lights.cpp             |   28 +-
 codeJK2/cgame/cg_local.h                |   34 +-
 codeJK2/cgame/cg_localents.cpp          |   34 +-
 codeJK2/cgame/cg_main.cpp               |   29 +-
 codeJK2/cgame/cg_marks.cpp              |   34 +-
 codeJK2/cgame/cg_media.h                |   34 +-
 codeJK2/cgame/cg_players.cpp            |   34 +-
 codeJK2/cgame/cg_playerstate.cpp        |   34 +-
 codeJK2/cgame/cg_predict.cpp            |   34 +-
 codeJK2/cgame/cg_public.h               |   34 +-
 codeJK2/cgame/cg_scoreboard.cpp         |   34 +-
 codeJK2/cgame/cg_servercmds.cpp         |   34 +-
 codeJK2/cgame/cg_snapshot.cpp           |   34 +-
 codeJK2/cgame/cg_syscalls.cpp           |   35 +-
 codeJK2/cgame/cg_text.cpp               |   27 +-
 codeJK2/cgame/cg_view.cpp               |   34 +-
 codeJK2/cgame/cg_weapons.cpp            |   34 +-
 codeJK2/cgame/strip_objectives.h        |   27 +-
 codeJK2/game/AI_Atst.cpp                |   31 +-
 codeJK2/game/AI_Default.cpp             |   27 +-
 codeJK2/game/AI_Droid.cpp               |   30 +-
 codeJK2/game/AI_GalakMech.cpp           |   30 +-
 codeJK2/game/AI_Grenadier.cpp           |   30 +-
 codeJK2/game/AI_Howler.cpp              |   30 +-
 codeJK2/game/AI_ImperialProbe.cpp       |   30 +-
 codeJK2/game/AI_Interrogator.cpp        |   30 +-
 codeJK2/game/AI_Jedi.cpp                |   30 +-
 codeJK2/game/AI_Mark1.cpp               |   29 +-
 codeJK2/game/AI_Mark2.cpp               |   30 +-
 codeJK2/game/AI_MineMonster.cpp         |   30 +-
 codeJK2/game/AI_Remote.cpp              |   30 +-
 codeJK2/game/AI_Seeker.cpp              |   30 +-
 codeJK2/game/AI_Sentry.cpp              |   30 +-
 codeJK2/game/AI_Sniper.cpp              |   30 +-
 codeJK2/game/AI_Stormtrooper.cpp        |   30 +-
 codeJK2/game/AI_Utils.cpp               |   30 +-
 codeJK2/game/G_Timer.cpp                |   30 +-
 codeJK2/game/ai.h                       |   27 +-
 codeJK2/game/anims.h                    |   27 +-
 codeJK2/game/b_local.h                  |   27 +-
 codeJK2/game/b_public.h                 |   27 +-
 codeJK2/game/bg_local.h                 |   34 +-
 codeJK2/game/bg_misc.cpp                |   28 +-
 codeJK2/game/bg_pangles.cpp             |   34 +-
 codeJK2/game/bg_panimate.cpp            |   34 +-
 codeJK2/game/bg_pmove.cpp               |   34 +-
 codeJK2/game/bg_public.h                |   34 +-
 codeJK2/game/bg_slidemove.cpp           |   34 +-
 codeJK2/game/bset.h                     |   27 +-
 codeJK2/game/bstate.h                   |   27 +-
 codeJK2/game/channels.h                 |   27 +-
 codeJK2/game/characters.h               |   27 +-
 codeJK2/game/dmstates.h                 |   27 +-
 codeJK2/game/events.h                   |   27 +-
 codeJK2/game/fields.h                   |   27 +-
 codeJK2/game/g_ICARUS.cpp               |   29 +-
 codeJK2/game/g_active.cpp               |   36 +-
 codeJK2/game/g_breakable.cpp            |   29 +-
 codeJK2/game/g_camera.cpp               |   29 +-
 codeJK2/game/g_client.cpp               |   36 +-
 codeJK2/game/g_cmds.cpp                 |   36 +-
 codeJK2/game/g_combat.cpp               |   38 +-
 codeJK2/game/g_functions.cpp            |   32 +-
 codeJK2/game/g_functions.h              |   27 +-
 codeJK2/game/g_fx.cpp                   |   29 +-
 codeJK2/game/g_headers.h                |   27 +-
 codeJK2/game/g_icarus.h                 |   27 +-
 codeJK2/game/g_inventory.cpp            |   30 +-
 codeJK2/game/g_itemLoad.cpp             |   31 +-
 codeJK2/game/g_items.cpp                |   36 +-
 codeJK2/game/g_items.h                  |   27 +-
 codeJK2/game/g_local.h                  |   34 +-
 codeJK2/game/g_main.cpp                 |   37 +-
 codeJK2/game/g_mem.cpp                  |   38 +-
 codeJK2/game/g_misc.cpp                 |   36 +-
 codeJK2/game/g_misc_model.cpp           |   36 +-
 codeJK2/game/g_missile.cpp              |   36 +-
 codeJK2/game/g_mover.cpp                |   37 +-
 codeJK2/game/g_nav.cpp                  |   29 +-
 codeJK2/game/g_navigator.cpp            |   28 +-
 codeJK2/game/g_navigator.h              |   27 +-
 codeJK2/game/g_navnew.cpp               |   29 +-
 codeJK2/game/g_object.cpp               |   29 +-
 codeJK2/game/g_objectives.cpp           |   29 +-
 codeJK2/game/g_public.h                 |   34 +-
 codeJK2/game/g_ref.cpp                  |   30 +-
 codeJK2/game/g_roff.cpp                 |   29 +-
 codeJK2/game/g_roff.h                   |   27 +-
 codeJK2/game/g_savegame.cpp             |   30 +-
 codeJK2/game/g_session.cpp              |   37 +-
 codeJK2/game/g_shared.h                 |   27 +-
 codeJK2/game/g_spawn.cpp                |   38 +-
 codeJK2/game/g_svcmds.cpp               |   38 +-
 codeJK2/game/g_target.cpp               |   38 +-
 codeJK2/game/g_trigger.cpp              |   30 +-
 codeJK2/game/g_turret.cpp               |   29 +-
 codeJK2/game/g_usable.cpp               |   36 +-
 codeJK2/game/g_utils.cpp                |   37 +-
 codeJK2/game/g_weapon.cpp               |   37 +-
 codeJK2/game/g_weaponLoad.cpp           |   29 +-
 codeJK2/icarus/BlockStream.cpp          |   27 +-
 codeJK2/icarus/Instance.cpp             |   27 +-
 codeJK2/icarus/Sequence.cpp             |   27 +-
 codeJK2/icarus/Sequencer.cpp            |   27 +-
 codeJK2/icarus/TaskManager.cpp          |   27 +-
 codeJK2/icarus/blockstream.h            |   27 +-
 codeJK2/icarus/instance.h               |   27 +-
 codeJK2/icarus/sequence.h               |   27 +-
 codeJK2/icarus/sequencer.h              |   27 +-
 codeJK2/icarus/taskmanager.h            |   27 +-
 codeJK2/macosx/OpenJK.icns              |  Bin 246869 -> 0 bytes
 codemp/CMakeLists.txt                   |   51 +-
 codemp/Ratl/bits_vs.h                   |   22 +
 codemp/Ratl/ratl_common.h               |   22 +
 codemp/Ratl/vector_vs.h                 |   22 +
 codemp/Ravl/CVec.h                      |   22 +
 codemp/botlib/aasfile.h                 |   23 +
 codemp/botlib/be_aas.h                  |   27 +-
 codemp/botlib/be_aas_bsp.h              |   24 +-
 codemp/botlib/be_aas_bspq3.cpp          |   22 +
 codemp/botlib/be_aas_cluster.cpp        |   22 +
 codemp/botlib/be_aas_cluster.h          |   24 +-
 codemp/botlib/be_aas_debug.cpp          |   22 +
 codemp/botlib/be_aas_debug.h            |   24 +-
 codemp/botlib/be_aas_def.h              |   24 +-
 codemp/botlib/be_aas_entity.cpp         |   22 +
 codemp/botlib/be_aas_entity.h           |   25 +-
 codemp/botlib/be_aas_file.cpp           |   22 +
 codemp/botlib/be_aas_file.h             |   25 +-
 codemp/botlib/be_aas_funcs.h            |   25 +-
 codemp/botlib/be_aas_main.cpp           |   22 +
 codemp/botlib/be_aas_main.h             |   25 +-
 codemp/botlib/be_aas_move.cpp           |   22 +
 codemp/botlib/be_aas_move.h             |   25 +-
 codemp/botlib/be_aas_optimize.cpp       |   22 +
 codemp/botlib/be_aas_optimize.h         |   25 +-
 codemp/botlib/be_aas_reach.cpp          |   22 +
 codemp/botlib/be_aas_reach.h            |   25 +-
 codemp/botlib/be_aas_route.cpp          |   22 +
 codemp/botlib/be_aas_route.h            |   25 +-
 codemp/botlib/be_aas_routealt.cpp       |   22 +
 codemp/botlib/be_aas_routealt.h         |   25 +-
 codemp/botlib/be_aas_sample.cpp         |   22 +
 codemp/botlib/be_aas_sample.h           |   25 +-
 codemp/botlib/be_ai_char.cpp            |   22 +
 codemp/botlib/be_ai_char.h              |   26 +-
 codemp/botlib/be_ai_chat.cpp            |   22 +
 codemp/botlib/be_ai_chat.h              |   27 +-
 codemp/botlib/be_ai_gen.cpp             |   22 +
 codemp/botlib/be_ai_gen.h               |   26 +-
 codemp/botlib/be_ai_goal.cpp            |   22 +
 codemp/botlib/be_ai_goal.h              |   27 +-
 codemp/botlib/be_ai_move.cpp            |   22 +
 codemp/botlib/be_ai_move.h              |   26 +-
 codemp/botlib/be_ai_weap.cpp            |   22 +
 codemp/botlib/be_ai_weap.h              |   26 +-
 codemp/botlib/be_ai_weight.cpp          |   22 +
 codemp/botlib/be_ai_weight.h            |   25 +-
 codemp/botlib/be_ea.cpp                 |   22 +
 codemp/botlib/be_ea.h                   |   26 +-
 codemp/botlib/be_interface.cpp          |   22 +
 codemp/botlib/be_interface.h            |   25 +-
 codemp/botlib/botlib.h                  |   25 +-
 codemp/botlib/l_crc.cpp                 |   22 +
 codemp/botlib/l_crc.h                   |   25 +-
 codemp/botlib/l_libvar.cpp              |   22 +
 codemp/botlib/l_libvar.h                |   25 +-
 codemp/botlib/l_log.cpp                 |   22 +
 codemp/botlib/l_log.h                   |   25 +-
 codemp/botlib/l_memory.cpp              |   22 +
 codemp/botlib/l_memory.h                |   25 +-
 codemp/botlib/l_precomp.cpp             |   24 +-
 codemp/botlib/l_precomp.h               |   25 +-
 codemp/botlib/l_script.cpp              |   22 +
 codemp/botlib/l_script.h                |   25 +-
 codemp/botlib/l_struct.cpp              |   22 +
 codemp/botlib/l_struct.h                |   24 +-
 codemp/botlib/l_utils.h                 |   25 +-
 codemp/cgame/CMakeLists.txt             |   21 +-
 codemp/cgame/animtable.h                |   25 +-
 codemp/cgame/cg_consolecmds.c           |   26 +-
 codemp/cgame/cg_cvar.c                  |   23 +
 codemp/cgame/cg_draw.c                  |   25 +-
 codemp/cgame/cg_drawtools.c             |   25 +-
 codemp/cgame/cg_effects.c               |   25 +-
 codemp/cgame/cg_ents.c                  |   26 +-
 codemp/cgame/cg_event.c                 |   25 +-
 codemp/cgame/cg_info.c                  |   25 +-
 codemp/cgame/cg_light.c                 |   22 +
 codemp/cgame/cg_local.h                 |   26 +-
 codemp/cgame/cg_localents.c             |   24 +-
 codemp/cgame/cg_main.c                  |   26 +-
 codemp/cgame/cg_marks.c                 |   25 +-
 codemp/cgame/cg_newDraw.c               |   23 +
 codemp/cgame/cg_players.c               |   25 +-
 codemp/cgame/cg_playerstate.c           |   25 +-
 codemp/cgame/cg_predict.c               |   25 +-
 codemp/cgame/cg_public.h                |   26 +-
 codemp/cgame/cg_saga.c                  |   24 +-
 codemp/cgame/cg_scoreboard.c            |   25 +-
 codemp/cgame/cg_servercmds.c            |   26 +-
 codemp/cgame/cg_snapshot.c              |   25 +-
 codemp/cgame/cg_spawn.c                 |   23 +
 codemp/cgame/cg_syscalls.c              |   27 +-
 codemp/cgame/cg_turret.c                |   22 +
 codemp/cgame/cg_view.c                  |   25 +-
 codemp/cgame/cg_weaponinit.c            |   22 +
 codemp/cgame/cg_weapons.c               |   25 +-
 codemp/cgame/cg_xcvar.h                 |   22 +
 codemp/cgame/fx_blaster.c               |   22 +
 codemp/cgame/fx_bowcaster.c             |   22 +
 codemp/cgame/fx_bryarpistol.c           |   22 +
 codemp/cgame/fx_demp2.c                 |   22 +
 codemp/cgame/fx_disruptor.c             |   22 +
 codemp/cgame/fx_flechette.c             |   22 +
 codemp/cgame/fx_force.c                 |   22 +
 codemp/cgame/fx_heavyrepeater.c         |   22 +
 codemp/cgame/fx_local.h                 |   22 +
 codemp/cgame/fx_rocketlauncher.c        |   22 +
 codemp/client/FXExport.cpp              |   22 +
 codemp/client/FXExport.h                |   22 +
 codemp/client/FxPrimitives.cpp          |   22 +
 codemp/client/FxPrimitives.h            |   22 +
 codemp/client/FxScheduler.cpp           |   22 +
 codemp/client/FxScheduler.h             |   22 +
 codemp/client/FxSystem.cpp              |   22 +
 codemp/client/FxSystem.h                |   22 +
 codemp/client/FxTemplate.cpp            |   22 +
 codemp/client/FxUtil.cpp                |   22 +
 codemp/client/FxUtil.h                  |   22 +
 codemp/client/cl_cgame.cpp              |   23 +
 codemp/client/cl_cgameapi.cpp           |   20 +
 codemp/client/cl_cgameapi.h             |   20 +
 codemp/client/cl_cin.cpp                |   24 +
 codemp/client/cl_console.cpp            |   24 +
 codemp/client/cl_input.cpp              |   41 +-
 codemp/client/cl_keys.cpp               |   24 +
 codemp/client/cl_lan.cpp                |   23 +
 codemp/client/cl_lan.h                  |   23 +
 codemp/client/cl_main.cpp               |   24 +
 codemp/client/cl_net_chan.cpp           |   23 +
 codemp/client/cl_parse.cpp              |   24 +
 codemp/client/cl_scrn.cpp               |   24 +
 codemp/client/cl_ui.cpp                 |   23 +
 codemp/client/cl_uiapi.cpp              |   20 +
 codemp/client/cl_uiapi.h                |   20 +
 codemp/client/client.h                  |   23 +
 codemp/client/keys.h                    |   23 +
 codemp/client/snd_ambient.cpp           |   22 +
 codemp/client/snd_ambient.h             |   22 +
 codemp/client/snd_dma.cpp               |   23 +
 codemp/client/snd_local.h               |   23 +
 codemp/client/snd_mem.cpp               |   23 +
 codemp/client/snd_mix.cpp               |   25 +-
 codemp/client/snd_mp3.cpp               |   23 +
 codemp/client/snd_mp3.h                 |   22 +
 codemp/client/snd_music.cpp             |   22 +
 codemp/client/snd_music.h               |   22 +
 codemp/client/snd_public.h              |   23 +
 codemp/game/AnimalNPC.c                 |   21 +
 codemp/game/CMakeLists.txt              |   21 +-
 codemp/game/FighterNPC.c                |   22 +
 codemp/game/NPC.c                       |   22 +
 codemp/game/NPC_AI_Atst.c               |   22 +
 codemp/game/NPC_AI_Default.c            |   22 +
 codemp/game/NPC_AI_Droid.c              |   22 +
 codemp/game/NPC_AI_GalakMech.c          |   22 +
 codemp/game/NPC_AI_Grenadier.c          |   22 +
 codemp/game/NPC_AI_Howler.c             |   22 +
 codemp/game/NPC_AI_ImperialProbe.c      |   22 +
 codemp/game/NPC_AI_Interrogator.c       |   22 +
 codemp/game/NPC_AI_Jedi.c               |   22 +
 codemp/game/NPC_AI_Mark1.c              |   22 +
 codemp/game/NPC_AI_Mark2.c              |   22 +
 codemp/game/NPC_AI_MineMonster.c        |   22 +
 codemp/game/NPC_AI_Rancor.c             |   22 +
 codemp/game/NPC_AI_Remote.c             |   22 +
 codemp/game/NPC_AI_Seeker.c             |   22 +
 codemp/game/NPC_AI_Sentry.c             |   22 +
 codemp/game/NPC_AI_Sniper.c             |   22 +
 codemp/game/NPC_AI_Stormtrooper.c       |   22 +
 codemp/game/NPC_AI_Utils.c              |   22 +
 codemp/game/NPC_AI_Wampa.c              |   22 +
 codemp/game/NPC_behavior.c              |   22 +
 codemp/game/NPC_combat.c                |   22 +
 codemp/game/NPC_goal.c                  |   22 +
 codemp/game/NPC_misc.c                  |   22 +
 codemp/game/NPC_move.c                  |   22 +
 codemp/game/NPC_reactions.c             |   22 +
 codemp/game/NPC_senses.c                |   22 +
 codemp/game/NPC_sounds.c                |   22 +
 codemp/game/NPC_spawn.c                 |   22 +
 codemp/game/NPC_stats.c                 |   22 +
 codemp/game/NPC_utils.c                 |   22 +
 codemp/game/SpeederNPC.c                |   21 +
 codemp/game/WalkerNPC.c                 |   21 +
 codemp/game/ai.h                        |   22 +
 codemp/game/ai_main.c                   |   24 +-
 codemp/game/ai_main.h                   |   23 +
 codemp/game/ai_util.c                   |   23 +
 codemp/game/ai_wpnav.c                  |   23 +
 codemp/game/anims.h                     |   22 +
 codemp/game/b_local.h                   |   22 +
 codemp/game/b_public.h                  |   22 +
 codemp/game/bg_g2_utils.c               |   25 +-
 codemp/game/bg_local.h                  |   25 +-
 codemp/game/bg_misc.c                   |   25 +-
 codemp/game/bg_panimate.c               |   22 +
 codemp/game/bg_pmove.c                  |   25 +-
 codemp/game/bg_public.h                 |   25 +-
 codemp/game/bg_saber.c                  |   23 +
 codemp/game/bg_saberLoad.c              |   24 +-
 codemp/game/bg_saga.c                   |   24 +-
 codemp/game/bg_saga.h                   |   22 +
 codemp/game/bg_slidemove.c              |   25 +-
 codemp/game/bg_vehicleLoad.c            |   22 +
 codemp/game/bg_vehicles.h               |   22 +
 codemp/game/bg_weapons.c                |   24 +-
 codemp/game/bg_weapons.h                |   23 +
 codemp/game/chars.h                     |   25 +-
 codemp/game/g_ICARUScb.c                |   22 +
 codemp/game/g_ICARUScb.h                |   22 +
 codemp/game/g_active.c                  |   25 +-
 codemp/game/g_bot.c                     |   25 +-
 codemp/game/g_client.c                  |   36 +-
 codemp/game/g_cmds.c                    |   26 +-
 codemp/game/g_combat.c                  |   25 +-
 codemp/game/g_cvar.c                    |   23 +
 codemp/game/g_exphysics.c               |   24 +-
 codemp/game/g_items.c                   |   25 +-
 codemp/game/g_local.h                   |   26 +-
 codemp/game/g_log.c                     |   22 +
 codemp/game/g_main.c                    |   26 +-
 codemp/game/g_mem.c                     |   27 +-
 codemp/game/g_misc.c                    |   25 +-
 codemp/game/g_missile.c                 |   25 +-
 codemp/game/g_mover.c                   |   26 +-
 codemp/game/g_nav.c                     |   22 +
 codemp/game/g_nav.h                     |   22 +
 codemp/game/g_navnew.c                  |   22 +
 codemp/game/g_object.c                  |   22 +
 codemp/game/g_public.h                  |   26 +-
 codemp/game/g_saga.c                    |   24 +-
 codemp/game/g_session.c                 |   31 +-
 codemp/game/g_spawn.c                   |   24 +-
 codemp/game/g_svcmds.c                  |   25 +-
 codemp/game/g_syscalls.c                |   27 +-
 codemp/game/g_target.c                  |   25 +-
 codemp/game/g_team.c                    |   25 +-
 codemp/game/g_team.h                    |   26 +-
 codemp/game/g_timer.c                   |   22 +
 codemp/game/g_trigger.c                 |   25 +-
 codemp/game/g_turret.c                  |   25 +-
 codemp/game/g_turret_G2.c               |   22 +
 codemp/game/g_utils.c                   |   25 +-
 codemp/game/g_vehicleTurret.c           |   22 +
 codemp/game/g_vehicles.c                |   22 +
 codemp/game/g_weapon.c                  |   25 +-
 codemp/game/g_xcvar.h                   |   22 +
 codemp/game/inv.h                       |   23 +
 codemp/game/match.h                     |   23 +
 codemp/game/npc_headers.h               |   22 +
 codemp/game/surfaceflags.h              |   25 +-
 codemp/game/teams.h                     |   23 +
 codemp/game/w_force.c                   |   22 +
 codemp/game/w_saber.c                   |   22 +
 codemp/game/w_saber.h                   |   22 +
 codemp/ghoul2/G2.h                      |   22 +
 codemp/ghoul2/G2_gore.cpp               |   22 +
 codemp/ghoul2/G2_gore.h                 |   22 +
 codemp/ghoul2/g2_local.h                |   22 +
 codemp/ghoul2/ghoul2_shared.h           |   22 +
 codemp/icarus/BlockStream.cpp           |   22 +
 codemp/icarus/GameInterface.cpp         |   22 +
 codemp/icarus/GameInterface.h           |   22 +
 codemp/icarus/Instance.cpp              |   22 +
 codemp/icarus/Interface.cpp             |   22 +
 codemp/icarus/Memory.cpp                |   22 +
 codemp/icarus/Q3_Interface.cpp          |   22 +
 codemp/icarus/Q3_Interface.h            |   22 +
 codemp/icarus/Q3_Registers.cpp          |   22 +
 codemp/icarus/Q3_Registers.h            |   22 +
 codemp/icarus/Sequence.cpp              |   22 +
 codemp/icarus/Sequencer.cpp             |   22 +
 codemp/icarus/TaskManager.cpp           |   22 +
 codemp/icarus/blockstream.h             |   22 +
 codemp/icarus/icarus.h                  |   22 +
 codemp/icarus/instance.h                |   22 +
 codemp/icarus/interface.h               |   22 +
 codemp/icarus/interpreter.h             |   22 +
 codemp/icarus/sequence.h                |   22 +
 codemp/icarus/sequencer.h               |   22 +
 codemp/icarus/taskmanager.h             |   22 +
 codemp/icarus/tokenizer.h               |   22 +
 codemp/macosx/OpenJK.icns               |  Bin 246869 -> 0 bytes
 codemp/null/null_client.cpp             |   23 +
 codemp/null/null_input.cpp              |   22 +
 codemp/null/null_renderer.cpp           |   23 +
 codemp/null/null_snddma.cpp             |   23 +
 codemp/qcommon/GenericParser2.cpp       |   25 +-
 codemp/qcommon/GenericParser2.h         |   23 +
 codemp/qcommon/MiniHeap.h               |   22 +
 codemp/qcommon/RoffSystem.cpp           |   54 +-
 codemp/qcommon/RoffSystem.h             |   22 +
 codemp/qcommon/cm_load.cpp              |   23 +
 codemp/qcommon/cm_local.h               |   23 +
 codemp/qcommon/cm_patch.cpp             |   23 +
 codemp/qcommon/cm_patch.h               |   23 +
 codemp/qcommon/cm_polylib.cpp           |   23 +
 codemp/qcommon/cm_polylib.h             |   23 +
 codemp/qcommon/cm_public.h              |   23 +
 codemp/qcommon/cm_test.cpp              |   23 +
 codemp/qcommon/cm_trace.cpp             |   23 +
 codemp/qcommon/cmd.cpp                  |   24 +
 codemp/qcommon/common.cpp               |   34 +-
 codemp/qcommon/cvar.cpp                 |   24 +
 codemp/qcommon/disablewarnings.h        |   23 +
 codemp/qcommon/files.cpp                |   25 +
 codemp/qcommon/game_version.h           |   23 +-
 codemp/qcommon/huffman.cpp              |   23 +
 codemp/qcommon/matcomp.cpp              |   22 +
 codemp/qcommon/matcomp.h                |   22 +
 codemp/qcommon/md4.cpp                  |   14 +-
 codemp/qcommon/msg.cpp                  |   24 +
 codemp/qcommon/net_chan.cpp             |   24 +
 codemp/qcommon/net_ip.cpp               |   24 +
 codemp/qcommon/persistence.cpp          |   20 +
 codemp/qcommon/q_math.c                 |   26 +-
 codemp/qcommon/q_math.cpp               |   23 +
 codemp/qcommon/q_platform.h             |   26 +-
 codemp/qcommon/q_shared.c               |   26 +-
 codemp/qcommon/q_shared.cpp             |   23 +
 codemp/qcommon/q_shared.h               |   27 +-
 codemp/qcommon/qcommon.h                |   24 +
 codemp/qcommon/qfiles.h                 |   23 +
 codemp/qcommon/sstring.h                |   22 +
 codemp/qcommon/stringed_ingame.cpp      |   22 +
 codemp/qcommon/stringed_ingame.h        |   22 +
 codemp/qcommon/stringed_interface.cpp   |   22 +
 codemp/qcommon/stringed_interface.h     |   22 +
 codemp/qcommon/tags.h                   |   22 +
 codemp/qcommon/timing.h                 |   22 +
 codemp/qcommon/vm.cpp                   |   24 +
 codemp/qcommon/z_memman_pc.cpp          |   22 +
 codemp/rd-common/mdx_format.h           |   22 +
 codemp/rd-common/tr_common.h            |   23 +
 codemp/rd-common/tr_font.cpp            |   22 +
 codemp/rd-common/tr_font.h              |   22 +
 codemp/rd-common/tr_image_jpg.cpp       |   24 +
 codemp/rd-common/tr_image_load.cpp      |   24 +
 codemp/rd-common/tr_image_png.cpp       |   24 +
 codemp/rd-common/tr_image_tga.cpp       |   24 +
 codemp/rd-common/tr_noise.cpp           |   24 +
 codemp/rd-common/tr_public.h            |   24 +
 codemp/rd-common/tr_types.h             |   27 +-
 codemp/rd-dedicated/G2_API.cpp          |   22 +
 codemp/rd-dedicated/G2_bolts.cpp        |   22 +
 codemp/rd-dedicated/G2_bones.cpp        |   22 +
 codemp/rd-dedicated/G2_misc.cpp         |   22 +
 codemp/rd-dedicated/G2_surfaces.cpp     |   22 +
 codemp/rd-dedicated/tr_backend.cpp      |   23 +
 codemp/rd-dedicated/tr_ghoul2.cpp       |   22 +
 codemp/rd-dedicated/tr_init.cpp         |   23 +
 codemp/rd-dedicated/tr_local.h          |   23 +
 codemp/rd-dedicated/tr_main.cpp         |   23 +
 codemp/rd-dedicated/tr_mesh.cpp         |   23 +
 codemp/rd-dedicated/tr_model.cpp        |   23 +
 codemp/rd-dedicated/tr_shader.cpp       |   23 +
 codemp/rd-dedicated/tr_skin.cpp         |   22 +
 codemp/rd-vanilla/CMakeLists.txt        |   22 +-
 codemp/rd-vanilla/G2_API.cpp            |   22 +
 codemp/rd-vanilla/G2_bolts.cpp          |   22 +
 codemp/rd-vanilla/G2_bones.cpp          |   22 +
 codemp/rd-vanilla/G2_misc.cpp           |   22 +
 codemp/rd-vanilla/G2_surfaces.cpp       |   22 +
 codemp/rd-vanilla/qgl.h                 |   23 +
 codemp/rd-vanilla/tr_WorldEffects.cpp   |   22 +
 codemp/rd-vanilla/tr_WorldEffects.h     |   22 +
 codemp/rd-vanilla/tr_arb.cpp            |   22 +
 codemp/rd-vanilla/tr_backend.cpp        |   23 +
 codemp/rd-vanilla/tr_bsp.cpp            |   23 +
 codemp/rd-vanilla/tr_cmds.cpp           |   23 +
 codemp/rd-vanilla/tr_curve.cpp          |   23 +
 codemp/rd-vanilla/tr_decals.cpp         |   23 +
 codemp/rd-vanilla/tr_ghoul2.cpp         |   22 +
 codemp/rd-vanilla/tr_image.cpp          |   23 +
 codemp/rd-vanilla/tr_init.cpp           |   23 +
 codemp/rd-vanilla/tr_light.cpp          |   23 +
 codemp/rd-vanilla/tr_local.h            |   23 +
 codemp/rd-vanilla/tr_main.cpp           |   23 +
 codemp/rd-vanilla/tr_marks.cpp          |   23 +
 codemp/rd-vanilla/tr_mesh.cpp           |   23 +
 codemp/rd-vanilla/tr_model.cpp          |   23 +
 codemp/rd-vanilla/tr_quicksprite.cpp    |   22 +
 codemp/rd-vanilla/tr_quicksprite.h      |   22 +
 codemp/rd-vanilla/tr_scene.cpp          |   23 +
 codemp/rd-vanilla/tr_shade.cpp          |   23 +
 codemp/rd-vanilla/tr_shade_calc.cpp     |   23 +
 codemp/rd-vanilla/tr_shader.cpp         |   23 +
 codemp/rd-vanilla/tr_shadows.cpp        |   23 +
 codemp/rd-vanilla/tr_skin.cpp           |   22 +
 codemp/rd-vanilla/tr_sky.cpp            |   23 +
 codemp/rd-vanilla/tr_subs.cpp           |   23 +
 codemp/rd-vanilla/tr_surface.cpp        |   23 +
 codemp/rd-vanilla/tr_surfacesprites.cpp |   22 +
 codemp/rd-vanilla/tr_world.cpp          |   23 +
 codemp/server/NPCNav/navigator.cpp      |   22 +
 codemp/server/NPCNav/navigator.h        |   22 +
 codemp/server/server.h                  |   23 +
 codemp/server/sv_bot.cpp                |   23 +
 codemp/server/sv_ccmds.cpp              |   24 +
 codemp/server/sv_client.cpp             |   24 +
 codemp/server/sv_game.cpp               |   23 +
 codemp/server/sv_gameapi.cpp            |   20 +
 codemp/server/sv_gameapi.h              |   20 +
 codemp/server/sv_init.cpp               |   30 +-
 codemp/server/sv_main.cpp               |   32 +-
 codemp/server/sv_net_chan.cpp           |   23 +
 codemp/server/sv_snapshot.cpp           |   23 +
 codemp/server/sv_world.cpp              |   23 +
 codemp/ui/CMakeLists.txt                |   21 +-
 codemp/ui/keycodes.h                    |   26 +-
 codemp/ui/menudef.h                     |   22 +
 codemp/ui/ui_atoms.c                    |   25 +-
 codemp/ui/ui_cvar.c                     |   23 +
 codemp/ui/ui_force.c                    |   23 +-
 codemp/ui/ui_force.h                    |   22 +
 codemp/ui/ui_gameinfo.c                 |   25 +-
 codemp/ui/ui_local.h                    |   26 +-
 codemp/ui/ui_main.c                     |   26 +-
 codemp/ui/ui_public.h                   |   26 +-
 codemp/ui/ui_saber.c                    |   23 +-
 codemp/ui/ui_shared.c                   |   24 +
 codemp/ui/ui_shared.h                   |   24 +
 codemp/ui/ui_syscalls.c                 |   27 +-
 codemp/ui/ui_xcvar.h                    |   22 +
 rv-readme.txt                           |   22 +
 shared/sdl/sdl_input.cpp                |  132 +-
 shared/sdl/sdl_qgl.h                    |   21 +
 shared/sdl/sdl_sound.cpp                |   17 +
 shared/sdl/sdl_window.cpp               |   42 +
 shared/sys/con_local.h                  |   21 +
 shared/sys/con_log.cpp                  |   21 +
 shared/sys/snapvector.cpp               |   23 +
 shared/sys/sys_event.cpp                |   24 +
 shared/sys/sys_loadlib.h                |   21 +
 shared/sys/sys_local.h                  |   21 +
 shared/sys/sys_main.cpp                 |   25 +-
 shared/sys/sys_public.h                 |   23 +-
 shared/sys/sys_unix.cpp                 |   38 +-
 shared/sys/sys_win32.cpp                |   30 +-
 tools/Ibize/BlockStream.cpp             |  675 --------
 tools/Ibize/IBIze.dsp                   |  125 --
 tools/Ibize/IBIze.dsw                   |   37 -
 tools/Ibize/Interpreter.cpp             | 2508 ---------------------------
 tools/Ibize/Makefile                    |   18 -
 tools/Ibize/Tokenizer.cpp               | 2859 -------------------------------
 tools/Ibize/blockstream.h               |  181 --
 tools/Ibize/ibize.cpp                   |  209 ---
 tools/Ibize/interpreter.h               |  221 ---
 tools/Ibize/md4.c                       |  277 ---
 tools/Ibize/tokenizer.h                 |  597 -------
 978 files changed, 19571 insertions(+), 14871 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git



More information about the Pkg-games-commits mailing list