Todo 0.6

From TIP Wiki

Jump to: navigation, search

Last

Make a .deb Package Use debhelper, lol. If not, just make a tarball, might be easier.

Make an AutoPackage Maybe? This would be pretty neat

Make an MSI Installer Use HM NIS Editor

Make a DMG Ask bryant

Make a video recording (Demo and AVI) Tutorial Make a wiki page on the subject, tutorial

Done

Fix the flag timer It only causes the crash when someone throws the flag, but not when it's captured or when you die.

Fix g_noDelay Infinite Spawn Kills Should be able to simply check the MOD and if it's a spawn kill then not inflict the damage.

Try and incorporate OGG Vorbis support Check this out. Adding support for OGG Vorbis will allow us to be able to use Open Arena's future sound content which will most likely be in OGG.

Fix the shaders! Fix the missing shaders in the menus and stuff. It's because of the background shaders that are missing, and the style of the menus, change accordingly.

Fix the UI to allow for choosing TA and Q3 models Models don't show up in the player menu, both ingame and main.

Fix the god-mode problem when spawn protection is enabled DONE. I think it's getting confused when you toggle god mode, check it out.

Replace TA Flag Model with Q3 Flag Model Just change some #ifdef's I think

Fix Q3 OA maps (Code) (arenas.txt ?) DONE.

Remove unnecessary media like bots/, scripts/, etc. DONE.

Fix intellihair (Code) (Checking gametypes wrong? Ex. Prob. FFA) DONE. Was a media problem (Open Arena cross hair shaders over-writing TA Demo configured shaders)

Try to incorporate bots DONE. Remove old bot files

Try to incorporate OpenArena Models DONE. Clean up UI

Try to incorporate OpenArena Maps DONE.

Fix the Someone Captured a Flag message DONE.

Compile on Mac using spideybry as a tool DONE. Must fix Makefile as well as Mac OS X Build Script.

Fix Default Team Models DONE.

Add cvar (Server Side) to toggle Rail Jumping NOTE: It doesn't work, maybe because of the set huge damage g_weapons.c FIX: Knockback always same (damage from gibbing, check g_weapons.c). Add damage indicator shader

Create GtkRadiant game file View Open Arena forum post for information. OpenArena and Some Other Game. DONE.

Update the GtkRadiant Page Should be A LOT simpler now. DONE.

Created a No Delay Command (g_noDelay) This lets you respawn immediately after dieing.

Created an announce command (/announce) This lets you center print/announce to every player in the server.

Created some Spawn Protection Cvars (g_protectTime, g_spawnProtect, g_warnProtect These cvars protect you for g_protectTime seconds after you spawn so you don't get spawn killed.

Create a /play command if one doesn't exist yet Make it so there'll be a folder called /ogg in the base folder, you can put music into it and play it by typing /play musicname, create a TAB-LS completion type of thing as in the /map command.

Change port numbers for things For server and master server, see if can be configurable through cvars. 28960 and 28950. DONE.

Make a cvar for no delay after die Look for player die event where it shows the scores. DONE.

Single Player Maps Don't Show Up Edit gameinfo.txt. DONE.

Fix the Makefile and BUILD_FREETYPE/freetype integration A problem with some misaligned if statements or some thing. DONE.

Add curl Support Should be like OGG support. DONE

Announcements for things like flag captures Make cvars for other announcements (Flag capture, Take Flag, Return Flag, etc.). DONE.

Add a Server Option to Allow Black Names This would allow the ^0 color code to be used in names and in chat text and would be configurable by the server. DONE.

Make a HowToOpenPort Page Make a wiki page on the subject, tutorial. DONE. Port_Forwarding_or_Opening.

Fix 'all' name bug Should be pretty simple, simply create cvar to toggle whether or not to allow the name 'all' (This is because there's a bug where, if that's someone's name, and you vote to kick him, it essentially does kick all instead of only kicking that one person). SOLVED. Just use clientkick...

Finish replacing Media (Menus) Finish the menus, remove some of the things left over. DONE by x2mjokada.

Finish HUD Incomplete. DONE (Haha).

Any Model Type in Any Game Type Solved. Solution here

Fix Alt+Tab'ing Look at this bugzilla patch. DONE. (r_minimize, cl_altTab, win_fastModeChange)

Fix The Demos Menu Title Need to change the demo page title From "Team Arena Demos" to "T.I.P. Demos". DONE.

Fix Cursor Misplacement Issue in Console Look at this bugzilla patch. DONE.

Fix 'Map Cycle Breaks on Empty or Bot Only Servers' Look at this bugzilla patch. DONE.

Extend iD's Text Color Codes Look at this bugzilla patch. DONE.

Make a cvar for railgun fire rates Should be in g_weapon.c, not sure. DONE. g_railFireRate

Make a Tutorial Use old ODT tutorial, teach how to use colors. DONE. Color Codes.

Re-Do Scroll Bar Images Arrows and scroll butt. DONE.

Add Unlagged Read Code3Arena. DONE.

Notes

Turned off 'WARNING: RE_AddPolyToScene' in RE_AddPolyToScene, tr_scene.c Find cause for this warning

Added some cel-shading commands; r_celShade {0, 1, 2} and r_celOutline {0, 1} Are default off, not working properly

Personal tools