]> icculus.org git repositories - divverent/nexuiz.git/log
divverent/nexuiz.git
19 years agoAdded Public Server checkbox back - but broke some of the editboxes (going to fix...
blackhc [Tue, 5 Oct 2004 21:01:38 +0000 (21:01 +0000)]
Added Public Server checkbox back - but broke some of the editboxes (going to fix these tomorrow).

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@214 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoFixed two minor bugs.
blackhc [Mon, 4 Oct 2004 19:30:25 +0000 (19:30 +0000)]
Fixed two minor bugs.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@213 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoAdded the player name editbox and a apply changes button to the player
blackhc [Sun, 3 Oct 2004 11:15:15 +0000 (11:15 +0000)]
Added the player name editbox and a apply changes button to the player
selection.
Tried to fix a sound problem but its not fixed yet :(

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@212 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoFixed a minor TEXTSWITCH control bug, which caused it to play the wrong
blackhc [Sat, 2 Oct 2004 17:44:42 +0000 (17:44 +0000)]
Fixed a minor TEXTSWITCH control bug, which caused it to play the wrong
sound when looping forward or backward.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@211 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agohiCVS: ----------------------------------------------------------------------
blackhc [Fri, 1 Oct 2004 23:06:47 +0000 (23:06 +0000)]
hiCVS: ----------------------------------------------------------------------
The edit box now supports scrolling, thus its possible to use the maxlen
field better since now it isnt linked at all with the edit box size any more.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@210 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoslight change to rocket launcher explosion
vermeulenl [Tue, 28 Sep 2004 19:34:52 +0000 (19:34 +0000)]
slight change to rocket launcher explosion

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@209 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agofixed a few bugs with player animations
vermeulenl [Tue, 28 Sep 2004 19:31:14 +0000 (19:31 +0000)]
fixed a few bugs with player animations
adjusted ammo and damages
completely change casing code, used dpmod casing code
add decors.qc, also from dpmod
updated todo

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@208 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoThe menu qc now displays information about the number of correctly loaded
blackhc [Thu, 23 Sep 2004 20:12:37 +0000 (20:12 +0000)]
The menu qc now displays information about the number of correctly loaded
model description files and also doesnt crash anymore if there are only
bad model description files in the models/player directory.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@207 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoNow the player selection looks a bit better and the model pictures have now
blackhc [Thu, 23 Sep 2004 20:00:23 +0000 (20:00 +0000)]
Now the player selection looks a bit better and the model pictures have now
a size ratio of 200 : 263 (before 200 : 252).

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@206 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agonew sounds, updated todo
vermeulenl [Mon, 20 Sep 2004 03:08:24 +0000 (03:08 +0000)]
new sounds, updated todo

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@205 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoHere is the first half of the player options menu.
blackhc [Fri, 17 Sep 2004 19:02:56 +0000 (19:02 +0000)]
Here is the first half of the player options menu.
The player model selection is working though its mostly useless right now
since it doesn't have any effect on the games yet.
Look into the code or the stuff Ive pasted in #nexuiz to see how the model
definition stuff has to be arranged in the txt files.
(The extension txt is just used for easier editing purposes.)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@204 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoadded todds new hagar fire sounds
vermeulenl [Sun, 12 Sep 2004 21:46:48 +0000 (21:46 +0000)]
added todds new hagar fire sounds

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@203 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoUpdated todo, added INSANE gamemode instead of grappling hook, add comments to the...
vermeulenl [Sun, 12 Sep 2004 20:52:58 +0000 (20:52 +0000)]
Updated todo, added INSANE gamemode instead of grappling hook, add comments to the various game modes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@202 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoUpdated Todo list, change some of the weapon damages, add weapnext/weapprev to aliases
vermeulenl [Mon, 6 Sep 2004 01:07:29 +0000 (01:07 +0000)]
Updated Todo list, change some of the weapon damages, add weapnext/weapprev to aliases

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@201 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoForgot this
seienabunae [Sat, 4 Sep 2004 07:38:12 +0000 (07:38 +0000)]
Forgot this

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@200 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoNew todo list, based on some of havocs suggestions
vermeulenl [Fri, 3 Sep 2004 11:11:54 +0000 (11:11 +0000)]
New todo list, based on some of havocs suggestions

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@199 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoRemoved strange formatting on this thing, I think?
seienabunae [Thu, 2 Sep 2004 11:30:04 +0000 (11:30 +0000)]
Removed strange formatting on this thing, I think?
And added my project-file to the cvsignore :D

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@198 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoRewrote sv_user.nc
seienabunae [Thu, 2 Sep 2004 11:28:40 +0000 (11:28 +0000)]
Rewrote sv_user.nc
Added support for the 'max air control' game option
The only game option not implemented is grappling hooks... not sure if we want them
Some notes about the new player physics:
- Slightly more sane default air control. Just enough to hop onto a ledge.
- sv_maxspeed is read from cvars again, not hardcoded, so be sure to set your sv_maxspeed.
- Got rid of edgefriction. It's weird.
- Should we get rid of showing roll angles on the player model? I never liked that.
- Crouching doesn't slow you down yet...

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@197 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoMore changes, I'm hoping this will also gradually unzoom when you're holding a weapon...
seienabunae [Wed, 1 Sep 2004 07:38:03 +0000 (07:38 +0000)]
More changes, I'm hoping this will also gradually unzoom when you're holding a weapon other than the nex-gun. (Since viewzoom is set when you spawn, I presume that's a neat spawn effect)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@196 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoSlight changes to the viewzoom smoothing.. this might have been unnecessary, but...
seienabunae [Wed, 1 Sep 2004 07:30:22 +0000 (07:30 +0000)]
Slight changes to the viewzoom smoothing.. this might have been unnecessary, but I felt like doing it anyway :O

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@195 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoSome warning prevention and code reordering
seienabunae [Wed, 1 Sep 2004 07:18:33 +0000 (07:18 +0000)]
Some warning prevention and code reordering

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@194 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoBit of warning prevention
seienabunae [Wed, 1 Sep 2004 07:15:00 +0000 (07:15 +0000)]
Bit of warning prevention

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@193 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoAdded all the game options except for Air Control and Grappling Hook... the air contr...
seienabunae [Wed, 1 Sep 2004 06:43:58 +0000 (06:43 +0000)]
Added all the game options except for Air Control and Grappling Hook... the air control was confusing because there already seems to be such air control :) I could rewrite or clean out the sv_user.qc physics file if you want.
Instagib, Strength Gain on kill, fast health regeneration, rocket arena, no self damage, low gravity, and fullbright players are all implemented. The value is read from the 'gamecfg' cvar on level load. Look at constant.qc to see the bitflag values for each game option.
A few notes:
- I don't know what to do with health or armour items in gametypes such as instagib and rocket-arena. Should they be removed, like the weapons and ammo are?
- There didn't seem to be any powerup code. I added the entity fields required for them so I could get the strength powerup on kill thing working. Although, it doesn't work, because strength powerup does nothing :) I might look at this soon.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@192 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoadd smooth zooming, changed weapons damge slightly,
vermeulenl [Mon, 30 Aug 2004 10:21:54 +0000 (10:21 +0000)]
add smooth zooming, changed weapons damge slightly,

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@191 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoadded uzi third fire, electro third fire, and an attempt at the rocket third fire
vermeulenl [Tue, 17 Aug 2004 03:13:07 +0000 (03:13 +0000)]
added uzi third fire, electro third fire, and an attempt at the rocket third fire

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@190 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agothird attack added to grenade launcher (mortar)
vermeulenl [Tue, 17 Aug 2004 02:22:18 +0000 (02:22 +0000)]
third attack added to grenade launcher (mortar)

now i just need to ponder more attacks...

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@189 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoeasier to gib
vermeulenl [Tue, 17 Aug 2004 00:39:00 +0000 (00:39 +0000)]
easier to gib
hagar more powerful

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@188 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoincreased water speed (its not realistic, but this speeds up gameplay)
vermeulenl [Sat, 14 Aug 2004 12:33:10 +0000 (12:33 +0000)]
increased water speed (its not realistic, but this speeds up gameplay)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@187 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agosecondary uzi fire added
vermeulenl [Sat, 14 Aug 2004 10:09:49 +0000 (10:09 +0000)]
secondary uzi fire added

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@186 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agogibbing sound added
vermeulenl [Sat, 14 Aug 2004 09:41:06 +0000 (09:41 +0000)]
gibbing sound added

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@185 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoa small bug with crouching fixed
vermeulenl [Sat, 14 Aug 2004 01:00:18 +0000 (01:00 +0000)]
a small bug with crouching fixed

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@184 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoGunswitch sound removed
vermeulenl [Fri, 13 Aug 2004 23:27:37 +0000 (23:27 +0000)]
Gunswitch sound removed

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@183 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoBasic sound changes,
vermeulenl [Fri, 13 Aug 2004 23:16:52 +0000 (23:16 +0000)]
Basic sound changes,
added radius damage to the nex
made gibbing more bloody

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@182 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoFixed the maxclients field (the action event was set instead of refresh).
blackhc [Fri, 13 Aug 2004 12:49:20 +0000 (12:49 +0000)]
Fixed the maxclients field (the action event was set instead of refresh).

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@181 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoSmall Error in the last commit
vermeulenl [Thu, 12 Aug 2004 10:55:56 +0000 (10:55 +0000)]
Small Error in the last commit

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@180 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoSmall weapon changes (damage, spread)
vermeulenl [Thu, 12 Aug 2004 10:47:01 +0000 (10:47 +0000)]
Small weapon changes (damage, spread)
Added new sounds
Added new gib model

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@179 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoSorry Toddd for this having taken so much time..
blackhc [Sun, 8 Aug 2004 18:13:31 +0000 (18:13 +0000)]
Sorry Toddd for this having taken so much time..
-Added submenu selection sound.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@178 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years ago-Some minor changes in the menu files.
blackhc [Sun, 8 Aug 2004 13:06:16 +0000 (13:06 +0000)]
-Some minor changes in the menu files.
-Added support for FrikBot to Create Game - nex_xp_start.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@177 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agochanged line endings (they were dos 0d0a line endings committed as unix files, this...
lordhavoc [Sun, 8 Aug 2004 10:14:33 +0000 (10:14 +0000)]
changed line endings (they were dos 0d0a line endings committed as unix files, this expands to 0d0d0a when checked out on a dos system)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@176 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoAdjusted the control panel to fit with the other option panels (height).
blackhc [Sat, 7 Aug 2004 23:04:38 +0000 (23:04 +0000)]
Adjusted the control panel to fit with the other option panels (height).

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@175 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoMoved the Create Game frame down by 20 units.
blackhc [Sat, 7 Aug 2004 22:55:43 +0000 (22:55 +0000)]
Moved the Create Game frame down by 20 units.
Hopefully Reapy likes it.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@174 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years ago-Added the second half of the Create Game menu.
blackhc [Sat, 7 Aug 2004 22:50:08 +0000 (22:50 +0000)]
-Added the second half of the Create Game menu.
 (TODO: adjust xp_start so it actually works correct)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@173 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years ago-Added support to some of Toddd's sounds.
blackhc [Fri, 6 Aug 2004 18:07:54 +0000 (18:07 +0000)]
-Added support to some of Toddd's sounds.
-Added half of the new create game menu:
 mapname.jpg in maps/ as map picture.
 mapname.txt in maps/ as map info text
 (no automatic word wrap, thus manually make it fit into 30 chars - max 25 lines)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@172 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoChanged the crylink weapon, new primary fire and moved the old one to secondary fire
vermeulenl [Fri, 6 Aug 2004 07:02:31 +0000 (07:02 +0000)]
Changed the crylink weapon, new primary fire and moved the old one to secondary fire
Changed the laser primary fire, faster rate but slower speed and added spread, make the secondary fire slower rate but faster speed

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@171 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoFixing the CVS:
blackhc [Wed, 4 Aug 2004 17:14:10 +0000 (17:14 +0000)]
Fixing the CVS:
Bad line seperator \n\n\r instead of Unix \n (dankor probably used a bad CVS
client (possibly one that was compiled against cygwin?)).

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@170 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoBasic health regeration change
vermeulenl [Wed, 4 Aug 2004 07:25:36 +0000 (07:25 +0000)]
Basic health regeration change

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@169 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoAdded a simle crouch slowdown code (needs testing in air/water/etc)
dankor [Sun, 1 Aug 2004 21:57:23 +0000 (21:57 +0000)]
Added a simle crouch slowdown code (needs testing in air/water/etc)
Quickly "fixed" a bag with weird player model tilting.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@168 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoInitial revision
dankor [Sun, 1 Aug 2004 16:48:40 +0000 (16:48 +0000)]
Initial revision

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@164 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoAdded bot aliases (bot_add, bot_add2, bot_kick, bot_cam, bot_wayedit)
dankor [Sat, 31 Jul 2004 07:50:09 +0000 (07:50 +0000)]
Added bot aliases (bot_add, bot_add2, bot_kick, bot_cam, bot_wayedit)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@163 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoAdded error.log to ignore
dankor [Sat, 31 Jul 2004 07:46:22 +0000 (07:46 +0000)]
Added error.log to ignore
Added aliases.qc with functions for adding aliases

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@162 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoAdd aliases binding (now, for [+-]crouch, can be used for addbot, removebot, etc)
dankor [Sat, 31 Jul 2004 07:45:08 +0000 (07:45 +0000)]
Add aliases binding (now, for [+-]crouch, can be used for addbot, removebot, etc)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@161 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoAdded simple crouching. (use impulse 37 to crouch and 38 to uncrouch :))
dankor [Sat, 31 Jul 2004 07:24:06 +0000 (07:24 +0000)]
Added simple crouching. (use impulse 37 to crouch and 38 to uncrouch :))

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@160 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoAdded a makefile
dankor [Fri, 30 Jul 2004 22:31:52 +0000 (22:31 +0000)]
Added a makefile

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@159 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoStill re-adding stuff
dankor [Fri, 30 Jul 2004 22:11:26 +0000 (22:11 +0000)]
Still re-adding stuff

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@158 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoRe-add all files from scratch. Using fresh source from betaa.rar
dankor [Fri, 30 Jul 2004 22:08:26 +0000 (22:08 +0000)]
Re-add all files from scratch. Using fresh source from betaa.rar

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@157 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoKeep cleaning! :-]
dankor [Fri, 30 Jul 2004 21:44:02 +0000 (21:44 +0000)]
Keep cleaning! :-]

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@154 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agokeep removing old stuff
dankor [Fri, 30 Jul 2004 21:36:29 +0000 (21:36 +0000)]
keep removing old stuff

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@153 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoRemoving old stuff
dankor [Fri, 30 Jul 2004 08:40:34 +0000 (08:40 +0000)]
Removing old stuff

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@152 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoRemoved old stuff
dankor [Fri, 30 Jul 2004 08:38:40 +0000 (08:38 +0000)]
Removed old stuff

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@151 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoRemoved old stuff. Will upload fresh.
dankor [Fri, 30 Jul 2004 08:31:15 +0000 (08:31 +0000)]
Removed old stuff. Will upload fresh.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@150 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoTest test test
dankor [Fri, 30 Jul 2004 08:28:16 +0000 (08:28 +0000)]
Test test test

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@149 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years ago- Fixed a stupid bug which prevented ITEM_BUTTON_ACTION of being called.
blackhc [Wed, 30 Jun 2004 16:31:45 +0000 (16:31 +0000)]
- Fixed a stupid bug which prevented ITEM_BUTTON_ACTION of being called.
- Added support for arrow gfx instead of text buttons to xplayer.menu
- Added Lee's todo list to A little todo list.txt (I hate this filename)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@148 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

19 years agoFixed some bad item names, so the video menu works properly again.
blackhc [Fri, 25 Jun 2004 12:54:39 +0000 (12:54 +0000)]
Fixed some bad item names, so the video menu works properly again.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@147 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoCommented out some debug messages.
blackhc [Sun, 9 May 2004 15:35:27 +0000 (15:35 +0000)]
Commented out some debug messages.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@146 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoMenu is working better than ever before. Fixed hopefully most key bugs.
blackhc [Sun, 9 May 2004 13:50:56 +0000 (13:50 +0000)]
Menu is working better than ever before. Fixed hopefully most key bugs.
Removed full keyboard support. You need a mouse now for some things.
Still most of the keys are still supported and thus it works pretty well.
Rearranged the menu structure to work better (removed most uses of ITEM_REF).

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@145 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agodeath code has been refactored
lordhavoc [Wed, 31 Mar 2004 05:16:06 +0000 (05:16 +0000)]
death code has been refactored
reorganized damage code (more flexible now)
gibbing works a lot better now
dying animations work now
player animations reorganized
added misc_teleporter_dest entity
made it easy to change PL_MINS/PL_MAXS without breaking things (spawn and teleport now adapt origins automatically to stay off the floor)
replaced player physics with a copy of dpmod's player physics
made dummies use player code (they flinch in pain and can be knocked around)
made dummy spawn impulse a cheat (sv_cheats 1 mode required)
fixed bot animations (they also now use the SV_PlayerPhysics function)
increased minimum damage to detonate projectiles to 5 (electro) or 10 (most others)
probably some other things I forgot to note down

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@144 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoAdded .cvsignore
seienabunae [Fri, 19 Mar 2004 09:16:06 +0000 (09:16 +0000)]
Added .cvsignore

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@143 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoAdded .cvsignore
seienabunae [Fri, 19 Mar 2004 08:28:25 +0000 (08:28 +0000)]
Added .cvsignore

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@142 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agovarious changes to the health system, added secondary fire to rocket launcher, change...
vermeulenl [Wed, 10 Mar 2004 05:23:10 +0000 (05:23 +0000)]
various changes to the health system, added secondary fire to rocket launcher, change the damages of grenades

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@141 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoWEAPON ANIMATIONS
vermeulenl [Thu, 26 Feb 2004 02:16:02 +0000 (02:16 +0000)]
WEAPON ANIMATIONS

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@140 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agosmall changes
vermeulenl [Tue, 24 Feb 2004 21:06:21 +0000 (21:06 +0000)]
small changes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@139 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agosmall changes
vermeulenl [Tue, 24 Feb 2004 20:59:13 +0000 (20:59 +0000)]
small changes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@138 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agotetris
vermeulenl [Tue, 24 Feb 2004 05:44:32 +0000 (05:44 +0000)]
tetris

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@137 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agochanged laser effect, rocket damage, laser damage, added some new sounds
vermeulenl [Mon, 23 Feb 2004 06:26:08 +0000 (06:26 +0000)]
changed laser effect, rocket damage, laser damage, added some new sounds

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@136 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agosmall mistake
vermeulenl [Sat, 21 Feb 2004 08:08:32 +0000 (08:08 +0000)]
small mistake

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@135 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoweapon changes, todo readme changed
vermeulenl [Sat, 21 Feb 2004 08:05:26 +0000 (08:05 +0000)]
weapon changes, todo readme changed

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@134 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoThe serverlist should work mostly now.
blackhc [Sat, 14 Feb 2004 18:58:42 +0000 (18:58 +0000)]
The serverlist should work mostly now.
(for the svlist background picture download the gfx.zip)

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@132 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agotemp change to fix railgun damage problems
vermeulenl [Thu, 12 Feb 2004 03:51:56 +0000 (03:51 +0000)]
temp change to fix railgun damage problems

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@131 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agosmall changes
vermeulenl [Wed, 11 Feb 2004 08:25:18 +0000 (08:25 +0000)]
small changes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@130 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agotrigger hurt done
vermeulenl [Wed, 11 Feb 2004 08:08:56 +0000 (08:08 +0000)]
trigger hurt done

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@129 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoview tilt and tint from damage
lordhavoc [Mon, 9 Feb 2004 08:26:49 +0000 (08:26 +0000)]
view tilt and tint from damage
death messages implemented

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@128 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agocheck for players within radius 70 when choosing a spawn spot, not 32, this prevents...
lordhavoc [Mon, 9 Feb 2004 06:30:33 +0000 (06:30 +0000)]
check for players within radius 70 when choosing a spawn spot, not 32, this prevents spawn telefrags

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@127 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoproblems with caps and unix
vermeulenl [Sat, 7 Feb 2004 01:35:34 +0000 (01:35 +0000)]
problems with caps and unix

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@126 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agobasic changes
vermeulenl [Tue, 3 Feb 2004 03:18:52 +0000 (03:18 +0000)]
basic changes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@125 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoI should really stop commiting everytime I do little tiny changes
vermeulenl [Sun, 1 Feb 2004 04:16:47 +0000 (04:16 +0000)]
I should really stop commiting everytime I do little tiny changes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@124 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agosome grenade changes
vermeulenl [Sun, 1 Feb 2004 03:56:56 +0000 (03:56 +0000)]
some grenade changes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@123 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agosome uzi changes
vermeulenl [Fri, 30 Jan 2004 08:01:23 +0000 (08:01 +0000)]
some uzi changes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@122 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoweapon changes
vermeulenl [Fri, 30 Jan 2004 06:13:03 +0000 (06:13 +0000)]
weapon changes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@121 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoA lot of very small things
vermeulenl [Mon, 26 Jan 2004 03:29:40 +0000 (03:29 +0000)]
A lot of very small things

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@120 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoadded func_bobbing and func_rotating (according to q3 specs), commented out func_trai...
lordhavoc [Wed, 21 Jan 2004 09:26:28 +0000 (09:26 +0000)]
added func_bobbing and func_rotating (according to q3 specs), commented out func_train and replaced with a new q3 compatible version

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@119 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agosome small changes
vermeulenl [Wed, 14 Jan 2004 07:39:02 +0000 (07:39 +0000)]
some small changes

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@118 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoAdded a bad todo list
vermeulenl [Wed, 14 Jan 2004 07:38:38 +0000 (07:38 +0000)]
Added a bad todo list

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@117 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoAdded some new controls
vermeulenl [Wed, 14 Jan 2004 07:14:50 +0000 (07:14 +0000)]
Added some new controls

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@116 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoFixed a bug in the menu hook - it allowed to send key events to the menu manager...
blackhc [Mon, 12 Jan 2004 20:32:49 +0000 (20:32 +0000)]
Fixed a bug in the menu hook - it allowed to send key events to the menu manager while the hook is active.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@115 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agokeys should work now, please test it
blackhc [Mon, 12 Jan 2004 20:23:32 +0000 (20:23 +0000)]
keys should work now, please test it

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@114 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoNot finished yet.
blackhc [Mon, 12 Jan 2004 18:46:57 +0000 (18:46 +0000)]
Not finished yet.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@113 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agonew secondary fire for the electro
vermeulenl [Thu, 1 Jan 2004 00:23:08 +0000 (00:23 +0000)]
new secondary fire for the electro

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@112 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoblah
vermeulenl [Sun, 28 Dec 2003 01:14:47 +0000 (01:14 +0000)]
blah

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@111 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoThe right map is loaded now - but there is still a solution for the bots needed
blackhc [Tue, 16 Dec 2003 16:17:25 +0000 (16:17 +0000)]
The right map is loaded now - but there is still a solution for the bots needed

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@110 f962a42d-fe04-0410-a3ab-8c8b0445ebaa

20 years agoMap selection and singleplayer mostly done
blackhc [Mon, 15 Dec 2003 18:38:10 +0000 (18:38 +0000)]
Map selection and singleplayer mostly done

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@109 f962a42d-fe04-0410-a3ab-8c8b0445ebaa