thirtyflightsofloving/game
Knightmare66 9b4e85322c Added Q_StrScanToken() to replace StringContainsToken() for non-ambiguous token searching.
Changed CL_FilterStuffText() to use Q_StrScanToken() instead  of strstr().
2020-05-16 01:02:34 -04:00
..
acebot.h inital commit of full repository 2019-03-13 15:20:07 -04:00
acebot_ai.c inital commit of full repository 2019-03-13 15:20:07 -04:00
acebot_cmds.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
acebot_compress.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
acebot_items.c inital commit of full repository 2019-03-13 15:20:07 -04:00
acebot_movement.c inital commit of full repository 2019-03-13 15:20:07 -04:00
acebot_nodes.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
acebot_spawn.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_ai.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_camera.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_chase.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_cmds.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_combat.c Fixed crucified insanes being screwed up by the clearing of spawnflags bit 8, which conflicts with SF_MONSTER_GOODGUY. 2020-05-14 03:38:00 -04:00
g_crane.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_ctf.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_ctf.h inital commit of full repository 2019-03-13 15:20:07 -04:00
g_fog.c Added support for quake2:// URLs. 2020-04-07 02:02:54 -04:00
g_func.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_func_decs.h Added Q_StrScanToken() to replace StringContainsToken() for non-ambiguous token searching. 2020-05-16 01:02:34 -04:00
g_func_list.h Added Q_StrScanToken() to replace StringContainsToken() for non-ambiguous token searching. 2020-05-16 01:02:34 -04:00
g_items.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_jetpack.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_lights.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_local.h Fixed crucified insanes being screwed up by the clearing of spawnflags bit 8, which conflicts with SF_MONSTER_GOODGUY. 2020-05-14 03:38:00 -04:00
g_lock.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_main.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_misc.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_mmove_decs.h inital commit of full repository 2019-03-13 15:20:07 -04:00
g_mmove_list.h inital commit of full repository 2019-03-13 15:20:07 -04:00
g_model.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_monster.c Fixed crucified insanes being screwed up by the clearing of spawnflags bit 8, which conflicts with SF_MONSTER_GOODGUY. 2020-05-14 03:38:00 -04:00
g_moreai.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_mtrain.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_patchplayermodels.c Added new filesystem functions to game code. 2020-04-19 23:57:44 -04:00
g_pendulum.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_phys.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_reflect.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_save.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_spawn.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_svcmds.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_target.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_thing.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_tracktrain.c inital commit of full repository 2019-03-13 15:20:07 -04:00
g_trigger.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_turret.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_utils.c Fixed crucified insanes being screwed up by the clearing of spawnflags bit 8, which conflicts with SF_MONSTER_GOODGUY. 2020-05-14 03:38:00 -04:00
g_vehicle.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
g_weapon.c Load .arena files not loading from directories, not just from paks. 2019-08-18 02:38:19 -04:00
game.h Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
km_cvar.c Added new filesystem functions to game code. 2020-04-19 23:57:44 -04:00
km_cvar.h inital commit of full repository 2019-03-13 15:20:07 -04:00
laz_misc.h inital commit of full repository 2019-03-13 15:20:07 -04:00
lazarus.def inital commit of full repository 2019-03-13 15:20:07 -04:00
m_actor.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
m_actor.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_actor_weap.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_berserk.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_berserk.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_boss2.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_boss2.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_boss3.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_boss31.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_boss31.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_boss32.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_boss32.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_brain.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_brain.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_chick.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_chick.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_flash.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_flipper.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_flipper.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_float.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_float.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_flyer.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
m_flyer.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_gladiator.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_gladiator.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_gunner.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_gunner.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_hover.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_hover.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_infantry.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_infantry.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_insane.c Fixed crucified insanes being screwed up by the clearing of spawnflags bit 8, which conflicts with SF_MONSTER_GOODGUY. 2020-05-14 03:38:00 -04:00
m_insane.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_medic.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_medic.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_move.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_mutant.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_mutant.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_parasite.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_parasite.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_player.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_rider.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_soldier.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_soldier.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_supertank.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_supertank.h inital commit of full repository 2019-03-13 15:20:07 -04:00
m_tank.c inital commit of full repository 2019-03-13 15:20:07 -04:00
m_tank.h inital commit of full repository 2019-03-13 15:20:07 -04:00
p_chase.c inital commit of full repository 2019-03-13 15:20:07 -04:00
p_client.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
p_hud.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
p_menu.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
p_menu.h inital commit of full repository 2019-03-13 15:20:07 -04:00
p_text.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
p_text.h inital commit of full repository 2019-03-13 15:20:07 -04:00
p_trail.c inital commit of full repository 2019-03-13 15:20:07 -04:00
p_view.c inital commit of full repository 2019-03-13 15:20:07 -04:00
p_weapon.c Change Hunk_* and zone alloc functions to use size_t instead of int. 2020-04-20 03:17:27 -04:00
pak.h inital commit of full repository 2019-03-13 15:20:07 -04:00
q_shared.c Added Q_StrScanToken() to replace StringContainsToken() for non-ambiguous token searching. 2020-05-16 01:02:34 -04:00
q_shared.h Added Q_StrScanToken() to replace StringContainsToken() for non-ambiguous token searching. 2020-05-16 01:02:34 -04:00
readme.txt inital commit of full repository 2019-03-13 15:20:07 -04:00
resource.h inital commit of full repository 2019-03-13 15:20:07 -04:00

Lazarus source code
Version 2.1
09/22/01

I had wanted to spend more time commenting the code and cleaning a few things up, and 
still plan to do so. But there have been a couple of requests for the source so... here
it is in all its ugliness.

The code compiles fine with MSVC 6.0, and should also work with no problems with MSVC 5.0.
I make no guarantees of success with any other compiler. If you insist on lcc, hey that's
your problem, bub :-)

Use to your heart's content any way you see fit, subject to id's original license agreement.
If you use this to make money, it won't be me you need to worry about but somebody with
just a bit more clout. If you *do* use any of this in a publicly-released mod, I'd 
appreciate a link to the Lazarus site, currently http://planetquake.com/lazarus.


David Hyde
rascal@vicksburg.com