Razish / jasdk_modbase

***DISCONTINUED, See Razish/OpenJK*** Yet another "fixed" or "clean" version of the Jedi Academy SDK, which people can use as a stable mod base
10 stars 6 forks source link

Missing functions/files cleanup #24

Open Razish opened 11 years ago

Razish commented 11 years ago

missing functions: PrecacheItem, TossClientCubes, SetRespawn, ArmorIndex, Think_Weapon, UseHoldableItem, CheckGauntletAttack, [...] missile files: p_hud.c, g_pweapon.c, [...] unnecessary extern keyword usage everywhere

ensiform commented 11 years ago

Also reorganize the traps to be all in 1 area instead of all over the place in g_local.h (probably the others too).

Razish commented 11 years ago

+1 for g_syscalls.h?

ensiform commented 11 years ago

Yarp.

ensiform commented 11 years ago

Also maybe bg_api in game folder for proper extern trap commands instead of littering all over the place?

Razish commented 11 years ago

g_vehicles leftover C++/SP code, apparently also in nav files cg_lights.h include guard stupidity xD perhaps consistent QAGAME/JK2GAME/JK2_MP/UI_EXPORTS, CGAME_EXPORTS definition usage: _GAME, _CGAME, _UI?

ensiform commented 11 years ago

Note that if they ever did get the whole source released, we'll have quite a few problems re-merging.