Commit graph

392 commits

Author SHA1 Message Date
Joel de Vahl ddca01abb6 OSX fixes 2008-03-22 15:09:49 +00:00
Magnus Auvinen ffa7735e0d added compatible version filter. cleaned up the server browser a bit. increased rifle ammo to 10 2008-03-22 14:26:17 +00:00
Magnus Auvinen 7797a65167 changed the bindings commands to bind, unbind and dump_binds. added broadcast messages. fixed so that cl_editor works 2008-03-22 11:45:48 +00:00
Magnus Auvinen f3167f0cc2 fixed so that ; works like a separator in the console 2008-03-21 20:32:05 +00:00
Magnus Auvinen e7403a6df9 fixed so that sv_bindaddr works like it should 2008-03-21 19:10:04 +00:00
Magnus Auvinen 45a047ce47 fixed bug in text rendering. added option for detail layers 2008-03-21 17:39:09 +00:00
Magnus Auvinen faa13fe703 fixed input problems. made better input in console and chat 2008-03-21 16:45:26 +00:00
Magnus Auvinen 72e59b011a fixed error in the ring buffer 2008-03-20 23:14:23 +00:00
Magnus Auvinen 1292d4f06a fixed rcon command 2008-03-19 23:17:41 +00:00
Magnus Auvinen 46560cdb50 added exec command and added circular execution checking 2008-03-18 21:10:03 +00:00
Magnus Auvinen 9425cbef57 fixed auto rename if two players sets the same name 2008-03-18 20:31:13 +00:00
Magnus Auvinen 3fb0a02954 fixed chat rendering 2008-03-18 01:49:47 +00:00
Magnus Auvinen 944cd68add loads of small fixes everywhere 2008-03-18 01:30:47 +00:00
Joel de Vahl 88f2341627 PA fixes for OSX 2008-03-17 19:43:08 +00:00
Magnus Auvinen 412958bae3 fixed åäö in chat 2008-03-17 01:22:25 +00:00
Magnus Auvinen 1c5103e891 fixed the chatting 2008-03-16 22:48:02 +00:00
Johan Althoff 727c9a3a32 fixed win32 compile error 2008-03-16 18:49:45 +00:00
Magnus Auvinen 38811b6951 fixed config variable bug 2008-03-15 13:27:24 +00:00
Magnus Auvinen 41b8f4f165 redone the console parsing to be more userfriendly 2008-03-14 23:39:52 +00:00
Magnus Auvinen 0883fc3dfd cleaned up some console stuff 2008-03-11 08:48:48 +00:00
Magnus Auvinen 1d98b33ec2 added motd 2008-03-11 05:29:51 +00:00
Magnus Auvinen 5400809a9d fixed compile error on windows 2008-03-10 10:56:48 +00:00
Magnus Auvinen 89eea17ead added option to log to file 2008-03-10 00:48:45 +00:00
Magnus Auvinen 23ffe1ff65 updated to svn version of portaudio. fixed a couple of issues with linux and multiple sound devices. 2008-03-05 19:38:47 +00:00
Magnus Auvinen c36819b18d fixed fading of text borders correctly 2008-03-01 20:06:21 +00:00
Magnus Auvinen 08c4c8e0b7 redone the input system so you can know do keybindings with say etc 2008-03-01 20:03:04 +00:00
Magnus Auvinen 0747c2dff9 fixed remote console. some gui tweaks aswell. 2008-03-01 14:36:36 +00:00
Magnus Auvinen 4739966e14 larger restructure to improve security 2008-02-24 16:03:58 +00:00
Magnus Auvinen 1ea859c431 security audit: fixed so the packer functions checks for errors 2008-02-11 22:25:10 +00:00
Magnus Auvinen 79dfdb3cd7 security audit: first batch of fixes. replaced sprintf, strcpy with more secure versions 2008-02-11 21:49:26 +00:00
Jakob Fries 57b2da779f Converted spaces to tabs *curses* 2008-02-11 21:44:36 +00:00
Jakob Fries 5840e987b1 Added forgotten case in lexer. 2008-02-11 21:41:31 +00:00
Jakob Fries 5d02a7f4fa Proper support for negatives. Properlized silly error message 2008-02-11 21:40:48 +00:00
Magnus Auvinen 2185df9254 shadow on the console. respect sv_sendheartbeats 2008-02-11 08:24:59 +00:00
Magnus Auvinen 548a919ea3 merged 0.3.4 changes to trunk 2008-02-10 21:54:52 +00:00
Johan Althoff 2f969d9d6f fixed compile on win32 2008-02-10 19:03:10 +00:00
Magnus Auvinen fb336cddbb added simple map downloading \o/ 2008-02-10 16:50:59 +00:00
Magnus Auvinen 294cbe18c1 done some more latency work. added the extra message for projectiles to reduce latency 2008-02-10 15:32:30 +00:00
Magnus Auvinen acffe66ebe flashified the console 2008-02-10 01:48:39 +00:00
Magnus Auvinen e1acdb8f10 increased texture limit from 128 to 4k 2008-02-05 19:13:59 +00:00
Magnus Auvinen dd1e7adc00 fixed sound positioning bug, tweaked laser effect, fixed memory dumping 2008-02-04 07:36:54 +00:00
Jakob Fries d76661b3be console now has proper backlog and command history. kill command added. predicted hooks no longer make a sound when hitting a player. 2008-02-04 00:13:34 +00:00
Magnus Auvinen be33e56abc fixed so that the newest element is returned with ringbuf_next aswell 2008-02-03 23:57:03 +00:00
Magnus Auvinen e138d5c76a changed name from rb_* to ringbuf_* 2008-02-03 23:55:37 +00:00
Magnus Auvinen 62be4982d6 fixed errors in the ring buffer 2008-02-03 23:52:28 +00:00
Magnus Auvinen 0985de75ec added ring buffer 2008-02-03 22:42:03 +00:00
Magnus Auvinen 5f32f5b36f added laser weapon 2008-02-02 18:05:16 +00:00
Magnus Auvinen 1fe3202f0b cleaned up the console code. added the ability to tune the game in runtime. 2008-02-02 12:38:36 +00:00
Jakob Fries e2de77ea14 should compile on windows now 2008-02-02 11:08:31 +00:00
Jakob Fries aaf75f5239 removed wrongful dependency 2008-02-01 21:14:58 +00:00
Jakob Fries ba560c861e animated console, added log messages for team changes and ctf flag events 2008-01-30 13:15:58 +00:00
Magnus Auvinen 5d1cb86943 disabled alpha and stencil 2008-01-29 21:41:27 +00:00
Magnus Auvinen 7bc733dc10 large update. cleaned up some code. added new effects for almost everything 2008-01-29 21:39:41 +00:00
Magnus Auvinen 0dab7db963 fixed so that the lexer handles negative ints 2008-01-20 23:01:56 +00:00
Magnus Auvinen 438dfeb0ca fixed bug when switching fast from internet and lan tabs 2008-01-20 15:19:33 +00:00
Magnus Auvinen f63bcc8673 fixed small errors in memheap 2008-01-20 09:53:15 +00:00
Magnus Auvinen b5a6dacfa3 fixed naming of images 2008-01-19 13:02:22 +00:00
Magnus Auvinen dd21ae1bc7 large commit. documented a bit. editor updates. general cleanup of everything 2008-01-19 10:57:25 +00:00
Jakob Fries 7b73f15052 Console is now accessable in-game and has more commands: connect, disconnect, quit. 2008-01-18 15:55:03 +00:00
Magnus Auvinen 57c4765993 editor update and other stuff 2008-01-17 23:09:49 +00:00
Jakob Fries 253a5639ae Console should now lex and parse strings correctly (including escaping). 2008-01-17 23:04:53 +00:00
Magnus Auvinen 037569c4e5 compile fixes 2008-01-16 22:15:56 +00:00
Jakob Fries 75c8b2e9a5 Added first version of the console. 2008-01-16 22:14:06 +00:00
Magnus Auvinen e26b898b74 various fixes. continued on the editor 2008-01-13 16:30:30 +00:00
Magnus Auvinen 06671c4494 fixed various issues 2008-01-13 13:42:59 +00:00
Magnus Auvinen ea245b969d new mapformat in place. continued the cleanup. some effects are gone, gonna be redone so no biggie. CTF isn't working now. 2008-01-13 11:15:32 +00:00
Magnus Auvinen 99f0a47d6b first round of code cleanup 2008-01-12 15:07:57 +00:00
Magnus Auvinen 47a0525ab8 merged editor over to trunk 2008-01-12 12:27:55 +00:00
Magnus Auvinen 1c1677f023 merged 0.3.3 changes over to trunk 2008-01-12 12:08:26 +00:00
Jakob Fries 24e17b41a8 Minimized font's gfx memory footprint. 2008-01-11 16:48:34 +00:00
Magnus Auvinen 5050c0ca4f compile fixes 2007-12-25 11:56:11 +00:00
Jakob Fries cd6d5e6237 new fonts added, lots more magic font code added, server bug fixed 2007-12-25 03:25:13 +00:00
Jakob Fries 23d50255d2 fixed font stuffs 2007-12-24 13:11:52 +00:00
Jakob Fries a02611511c more font stuffs 2007-12-24 13:09:34 +00:00
Jakob Fries 1ddfbba366 add new font stuff 2007-12-22 02:55:19 +00:00
Magnus Auvinen e06dd7d5d7 fixed crash when joining a server when connected to one already 2007-12-20 00:26:50 +00:00
Joel de Vahl 8de75caffc reverted glfw fix 2007-12-19 21:42:39 +00:00
Joel de Vahl 5669c11a0b start teewars by default on osx, no launcher yet 2007-12-19 21:32:58 +00:00
Magnus Auvinen 47dc63e1dd fixed error with the prediction events 2007-12-19 20:19:51 +00:00
Magnus Auvinen 34698e13e9 added version to server browser. fixed so that you can join a server even if you have 2007-12-19 19:56:38 +00:00
Joel de Vahl 525dc0a71c fixed endian swap for server browser 2007-12-19 19:39:08 +00:00
Magnus Auvinen 8254bf2336 fixed sv_status command 2007-12-18 23:37:22 +00:00
Magnus Auvinen ffa923bbeb fixed various small bugs. fixed fair spawning system 2007-12-18 23:21:57 +00:00
Magnus Auvinen 3c0615b835 added tournament mode 2007-12-18 22:07:57 +00:00
Johan Althoff 2848006ee2 fixed server browser sorting on win32. bizar implementation of qsort on win32. 2007-12-18 21:26:15 +00:00
Magnus Auvinen 0c078f11b7 fixed smooooooth scrolling in the server browser 2007-12-18 21:06:56 +00:00
Magnus Auvinen f3a60b6df9 changed how the input snapping works. fixed a bug in the projectile rendering when using 25 snapping rate 2007-12-18 20:12:25 +00:00
Magnus Auvinen 02902e9cae tweaked the prediction values a bit 2007-12-17 22:20:43 +00:00
Magnus Auvinen c2b650a217 cleaned up abit. halfed the default snapping rate. fixed different snapping rates, init, full and recover to help the bandwidth. 2007-12-17 22:14:00 +00:00
Magnus Auvinen a6aec9e0cd added the ability to kick players 2007-12-17 00:27:41 +00:00
Magnus Auvinen e8b68bcd33 fixed the bug with binding the mouse wheel 2007-12-17 00:16:04 +00:00
Magnus Auvinen c3320e9d07 fixed reverse sorting 2007-12-16 23:09:36 +00:00
Magnus Auvinen b03d26b886 fixed so that the score is reported correctly 2007-12-16 20:16:27 +00:00
Magnus Auvinen 1ce97bddc5 removed the snapshot writing 2007-12-16 19:12:54 +00:00
Magnus Auvinen e961871d48 optimizing delta creation 2007-12-16 19:10:18 +00:00
Magnus Auvinen a04f53b7d5 added even more debugging info 2007-12-16 16:15:29 +00:00
Magnus Auvinen ca3ce81daf added even more debugging info 2007-12-16 16:14:05 +00:00
Magnus Auvinen 66ef2cd08f added performance timers 2007-12-16 15:33:44 +00:00
Magnus Auvinen 7b6ed7861a fixed some debug messages 2007-12-16 14:50:09 +00:00
Magnus Auvinen 24a4b50616 added more checks 2007-12-16 14:00:22 +00:00
Magnus Auvinen c4915c5bd9 added airjump sound. added the option to choose sound device 2007-12-15 14:30:22 +00:00
Magnus Auvinen e790313040 fixed some network problems 2007-12-15 13:53:10 +00:00
Magnus Auvinen 8a8bc8d06f fixed resizable window 2007-12-15 13:11:46 +00:00
Magnus Auvinen df073d5d3d changed stuff in e_system.h back 2007-12-15 12:56:56 +00:00
Magnus Auvinen aa69a54528 fixed config loading. some compile warnings 2007-12-15 12:49:54 +00:00
Magnus Auvinen a2566b3ebd cleaned up code structure a bit 2007-12-15 10:24:49 +00:00
Magnus Auvinen 8f39b81ab0 fixed the server to report the alternative port correctly 2007-12-13 20:09:07 +00:00
Magnus Auvinen f7ea0b2ba8 loads of minor stuff 2007-12-12 19:52:57 +00:00
Magnus Auvinen 182c77721e cleaned up the console variables 2007-12-11 23:10:07 +00:00
Magnus Auvinen 7cf32e6f97 fixed scoreboard stuff 2007-12-11 23:00:48 +00:00
Magnus Auvinen e9560899a3 fixed panning problem 2007-12-11 22:03:17 +00:00
Magnus Auvinen 63e834c353 added connection problems sign 2007-12-11 21:55:52 +00:00
Jakob Fries c896ce54ea foundation for widescreen support... still needs to fix ingame gui 2007-12-10 23:28:37 +00:00
Magnus Auvinen dfdb614ef5 fixed game timer issue 2007-12-10 21:05:57 +00:00
Magnus Auvinen cb994a68e9 added ui debugging tools 2007-12-10 19:36:45 +00:00
Magnus Auvinen 014dcf97c0 crash fixes and added options 2007-12-10 19:13:00 +00:00
Magnus Auvinen fbfd169581 crash fix that occurs when compressed snapshot spans several packets. crash fix caused but ids running out when chaning maps often 2007-12-10 18:21:22 +00:00
Magnus Auvinen 02e3439913 fixed so that you can bind mouse buttons 2007-12-09 15:52:22 +00:00
Magnus Auvinen fd1435a10d fixed has left messages when connecting with wrong password. fixed correct name when leaving the server. removed the physics when a client disconnects 2007-12-09 15:46:44 +00:00
Joel de Vahl d029e67223 Doubleclick to join server. Correct name on disconnect. 2007-12-09 15:43:18 +00:00
Magnus Auvinen 8aa0456a29 added mouse sens option 2007-12-09 14:15:57 +00:00
Magnus Auvinen 6336124097 generall update with alot off small stuff 2007-12-09 13:36:54 +00:00
Magnus Auvinen f2d0fb0fb3 minor updates, added sv_map_reload variable 2007-12-09 13:16:18 +00:00
Joel de Vahl 8a12d252b5 No prediction or updates if we are offline. For real. 2007-12-09 10:49:47 +00:00
Joel de Vahl fce6a2c10d No prediction or updates if we are offline. 2007-12-09 10:44:35 +00:00
Magnus Auvinen 0d088625d6 fixed password entry 2007-12-03 20:35:41 +00:00
Magnus Auvinen 00f5817db0 fixed map crc checking 2007-12-03 18:47:29 +00:00
Magnus Auvinen e96ad33a34 fixed the editor 2007-12-02 17:55:45 +00:00
Magnus Auvinen 59f0a07555 fixed so that the server reports gametype, progression and password protection correctly 2007-11-27 19:51:48 +00:00
Magnus Auvinen 8fa8485a3a fixed CTF sounds. fixed close teewars bug 2007-11-27 19:32:35 +00:00
Magnus Auvinen 263001dcec fixed spectator and dead physics 2007-11-26 20:19:59 +00:00
Magnus Auvinen 73789b0b0a fixed so that the server reports player names correctly 2007-11-26 19:25:55 +00:00
Magnus Auvinen a0e5181e42 added license info 2007-11-25 19:42:40 +00:00
Magnus Auvinen d66a2a46ef fixed menu switching problems and some compile errors 2007-11-18 22:20:35 +00:00
Johan Althoff b44a3edfe9 fixed so it compiles under windows. 2007-11-18 22:06:41 +00:00
Magnus Auvinen dda8f6b33e fixed skin selector and some other mindor stuff 2007-11-18 12:03:59 +00:00
Magnus Auvinen 7efefe2716 many smaller changes. changed how projectiles are handled. fixed joining bug 2007-11-11 21:02:36 +00:00
Magnus Auvinen 5702b3bfd0 fixed the saving of the filter options 2007-11-08 20:35:05 +00:00
Magnus Auvinen f46efb288f more fixes to the server reporting 2007-11-08 19:59:19 +00:00
Magnus Auvinen 6475366e59 fixed lan browser. fixed major bug in the caused the server not to report correctly 2007-11-08 19:54:18 +00:00
Magnus Auvinen 6b6b79d7ae minor direct connection bug fixed 2007-11-08 09:20:55 +00:00
Magnus Auvinen 711aa0db76 update, gui stuff, some engine stuff 2007-11-08 09:11:32 +00:00
Magnus Auvinen b6a629cf80 new gui commit 2007-11-04 21:36:03 +00:00
Magnus Auvinen daf89a01ff added skins, tweaked prediction like hell 2007-11-04 00:19:41 +00:00
Jakob Fries 5ae7db0c54 more new gui 2007-10-29 18:40:04 +00:00
Magnus Auvinen dab34697e7 added nameplates 2007-10-28 19:28:09 +00:00
Magnus Auvinen 3bae4dd0e1 fixed with the prediction timer abit, mucho better now 2007-10-28 19:07:48 +00:00
Magnus Auvinen 5f8c4522fd fixed errors in input and prediction handling 2007-10-28 16:48:52 +00:00
Magnus Auvinen a3ce2eb90c major update. splitted the player information into two diffrent network items 2007-10-28 11:30:25 +00:00
Joel de Vahl f6216e9a3a Fixed win32 compile. 2007-10-09 09:04:57 +00:00