Commit graph

271 commits

Author SHA1 Message Date
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