Commit graph

1346 commits

Author SHA1 Message Date
Alfred Eriksson 2e5ab69c2b show the internet server browser when trying to show ingame pages offline 2008-11-17 18:44:05 +00:00
Alfred Eriksson 1891f6ee76 don't allow team changes, emoticons or kill command when game is paused 2008-11-17 16:53:25 +00:00
Alfred Eriksson 9167fdea18 fixed demo list refreshing 2008-11-17 16:46:21 +00:00
Alfred Eriksson 2e63ef3299 stops recording when client switches state 2008-11-17 16:13:12 +00:00
Alfred Eriksson 4b053322f3 client can only start a recording when in the game 2008-11-17 16:08:24 +00:00
Alfred Eriksson 47e50c5f20 added gfx_noclip to disable clipping 2008-11-17 16:04:46 +00:00
Alfred Eriksson c7e8e057f2 fixed overlapping texts in hud 2008-11-17 14:43:51 +00:00
Magnus Auvinen cff4feea6b fixed rounding errors in the character core causing it to favour certain directions 2008-11-16 22:07:46 +00:00
Johan Althoff c7be15caeb GFX: cut away redundant AA on 90° lines, fixed some border leaks (shotty <--> pistol) 2008-11-16 17:38:11 +00:00
Alfred Eriksson 944a03569c Landil's fix for #553 2008-11-16 16:20:01 +00:00
Alfred Eriksson 51314e4576 fixed window positioning for windows 2008-11-16 16:09:00 +00:00
Alfred Eriksson 00794899d6 paused the aiming when game is paused 2008-11-16 15:39:22 +00:00
Magnus Auvinen b6f6f47997 fixed issues when pausing the game and added pause and unpause console commands 2008-11-16 15:10:57 +00:00
Alfred Eriksson d640ede2a6 fixed the kill command spawn delay 2008-11-16 15:02:17 +00:00
Alfred Eriksson cd8c23ef1b fixed respawn times 2008-11-16 14:28:44 +00:00
Magnus Auvinen 42553448f7 fixed so it handles multiple packets from the masters 2008-11-16 14:01:40 +00:00
Magnus Auvinen e27e2d8b2a fixed server side demo recording and some possible crashes with incorrect demos 2008-11-16 13:58:27 +00:00
Magnus Auvinen 8769ee1b04 fixed stack protector option 2008-11-16 11:57:01 +00:00
Alfred Eriksson 8dd58e48c3 fixed ninja effect 2008-11-16 11:13:21 +00:00
Alfred Eriksson 17fc1c2ba4 window resizing disabled by default 2008-11-16 10:29:32 +00:00
Magnus Auvinen 8acf5ed788 upgraded the master server code so it can handle more servers 2008-11-15 13:29:56 +00:00
Magnus Auvinen 54429b70cf added some extra debugging information 2008-11-15 13:29:32 +00:00
scosu e3c4c01837 New debug message when starting round with gametype and teamplay information 2008-11-15 13:23:22 +00:00
Alfred Eriksson 1d3971f217 forgot some code 2008-11-11 17:24:39 +00:00
Alfred Eriksson 66bd7b81d9 fixed server side demo recording filename 2008-11-11 17:22:22 +00:00
Johan Althoff c80a8b9a7e Cleaned up the fixes made for the bleeding black lines between sprites 2008-11-09 11:42:59 +00:00
Alfred Eriksson c54c9a1e5c gfx_get_video_modes now returns the right number of modes 2008-11-08 15:44:22 +00:00
scosu 579065bb22 Chat message for capture timing. ticket #278 2008-11-08 15:17:59 +00:00
Magnus Auvinen 94648bc304 fixed some config options for crapnet 2008-11-08 14:04:16 +00:00
Magnus Auvinen aee14baf8d fixed the favorite button in the server info 2008-11-08 12:58:39 +00:00
Magnus Auvinen 388a04d957 better voting support 2008-11-08 12:50:46 +00:00
Magnus Auvinen 4fa7806009 fixed so that downloadedmaps directory is created 2008-11-08 10:25:53 +00:00
Magnus Auvinen 1706346245 fixed so that CHash adds dependencies correctly 2008-11-08 10:16:22 +00:00
Magnus Auvinen a6bcd74120 solved #559 2008-11-08 09:19:46 +00:00
scosu cd1c92c41b a nicer solution for changeset:1669 2008-11-08 09:02:35 +00:00
Magnus Auvinen d3d2fb2c0b fixed separate directory for downloaded maps 2008-11-08 08:54:54 +00:00
Magnus Auvinen d113cd901c added gfx init fallbacks that disables some troubling gfx options 2008-11-08 08:44:39 +00:00
Magnus Auvinen 19ec7319a5 added no_gfx option 2008-11-08 08:30:20 +00:00
Magnus Auvinen 6eb17ec50c corrected the zlib include 2008-11-08 08:28:24 +00:00
Magnus Auvinen f8490e6ea6 added str_isspace and str_length functions to system 2008-11-08 08:27:11 +00:00
Magnus Auvinen edf33b8a5b removed the output directory for the docs. shouldn't be in here 2008-11-08 08:26:24 +00:00
Dominik Geyer b6eb96b7ae fixed unwanted app quitting; commented out check of gfx_window_open(); ticket #550 2008-11-07 15:35:22 +00:00
Dominik Geyer 532b1e25d6 fixed editor input-focus bug; ticket #552 2008-11-05 19:04:18 +00:00
Dominik Geyer 003c2c7d44 fixed check for bind-keyid; patch by RomD 2008-11-04 23:39:02 +00:00
Dominik Geyer 1adbddccca do not take/reset the flag if character is dead or spectator; ticket #556 2008-11-04 16:35:48 +00:00
Dominik Geyer 0259e5c3e5 fixed null-pointer server-crash 2008-11-04 13:19:05 +00:00
Dominik Geyer d37c54a995 tdm: fix team-scoring on teammate-kill; ticket #557 2008-11-04 11:55:26 +00:00
scosu e1807ea08a fix for ticket #549 by using col_intersect_line 2008-11-04 07:20:24 +00:00
Dominik Geyer 12127c0acd editor: use CTRL-key instead of ALT-key to move world/view; ticket #551 2008-11-02 20:52:07 +00:00
Alfred Eriksson a15c6946cd now server sends the player spawn events 2008-11-01 19:41:22 +00:00