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 |
|
Alfred Eriksson
|
41114313d6
|
fixed the clipping of the file box
|
2008-11-01 17:34:31 +00:00 |
|
Alfred Eriksson
|
bb6a0504dc
|
editor now works correctly when console is toggled (focus problem)
|
2008-11-01 16:49:05 +00:00 |
|
Dominik Geyer
|
eee784f155
|
check nickname for invalid chars; ticket #547
|
2008-11-01 15:09:40 +00:00 |
|
scosu
|
8c0dd7f431
|
a fix for the physical size of tees in changeset:1659
|
2008-11-01 09:32:17 +00:00 |
|
scosu
|
feaab8565d
|
Changes the max spectator slots to 16
|
2008-10-29 16:43:11 +00:00 |
|
Alfred Eriksson
|
74a5cabce3
|
fixed #546
|
2008-10-29 12:15:58 +00:00 |
|
Magnus Auvinen
|
a19a4d5077
|
fixed problem that occurs when a resend happens in a packets causing errornous data to enter the engine
|
2008-10-28 06:32:56 +00:00 |
|
scosu
|
36f4b66569
|
Changes the collision check for death-tiles so it reacts if any part of the tee is in the area of the tile. Before this change it reacts only if the middle of the tee is in the death tile.
|
2008-10-26 08:37:05 +00:00 |
|
Magnus Auvinen
|
11aa9f95fc
|
fixed recording on the client
|
2008-10-25 20:29:09 +00:00 |
|
Magnus Auvinen
|
0436e7fc22
|
cleaned up engine client graphics a bit
|
2008-10-25 12:19:54 +00:00 |
|
Magnus Auvinen
|
5665867ef3
|
fixed so that the client broadcasts to 8303-8310 for servers on LAN
|
2008-10-25 12:19:12 +00:00 |
|
Magnus Auvinen
|
5d48c8a0a5
|
improved the network clipping a bit
|
2008-10-25 11:32:29 +00:00 |
|
Magnus Auvinen
|
d3e9ca1655
|
reset score on reset
|
2008-10-25 08:36:55 +00:00 |
|
Alfred Eriksson
|
4ce4849131
|
fixed #538
|
2008-10-23 18:19:17 +00:00 |
|
Joel de Vahl
|
34d9c53716
|
OSX build fix
|
2008-10-23 17:10:41 +00:00 |
|
Magnus Auvinen
|
8764f6433d
|
fixed compile for osx
|
2008-10-23 17:07:25 +00:00 |
|
Magnus Auvinen
|
bd5b2b9f85
|
removed glfw and portaudio. SDL is now a requirement
|
2008-10-23 16:18:33 +00:00 |
|
scosu
|
6d86d949fd
|
Introduces a command change_map to change maps or restart round with showing the scoreboard ticket:536
|
2008-10-22 14:31:46 +00:00 |
|
scosu
|
2e3b6f5c7a
|
Some small fixes for changeset:1643 in no_sdl parts
|
2008-10-22 14:21:15 +00:00 |
|
Magnus Auvinen
|
58601cda36
|
fixed double clicking
|
2008-10-21 18:54:02 +00:00 |
|
Magnus Auvinen
|
66579c87a2
|
fixed gametype filtering
|
2008-10-21 18:50:23 +00:00 |
|
Magnus Auvinen
|
d15f0cfcf2
|
fixed editor edit box function
|
2008-10-21 18:43:07 +00:00 |
|
Magnus Auvinen
|
b49e4da20b
|
fixed editor saving, open and append. note that you can only save maps to your user directory
|
2008-10-21 18:40:46 +00:00 |
|
Magnus Auvinen
|
39210c2501
|
cleaned up ec_inp.c. fixed a couple of bugs with it
|
2008-10-21 18:35:50 +00:00 |
|
Magnus Auvinen
|
bf09116059
|
fixed esc key that I broke recently
|
2008-10-21 18:25:28 +00:00 |
|
Magnus Auvinen
|
daf9a100eb
|
fixed error when menu takes over enter key
|
2008-10-21 18:21:55 +00:00 |
|
Magnus Auvinen
|
d3f7de62f1
|
fixed ninja animation
|
2008-10-21 18:17:50 +00:00 |
|
Magnus Auvinen
|
8d78151d0a
|
fixed sound loading to use engine_openfile
|
2008-10-21 18:16:56 +00:00 |
|
Jack Coulter
|
2d065c3fdf
|
Fixed mispelling in the error given when the server port isn't forwarded
|
2008-10-21 18:15:21 +00:00 |
|
Magnus Auvinen
|
9acb3e5e71
|
continued on ban support. cleaned up settings a bit. reworked the datadir autodetection. introduced engine_openfile, engine_getpath and engine_listdir. never use fs_listdir or io_open directly
|
2008-10-21 18:05:06 +00:00 |
|
Magnus Auvinen
|
142b5ad514
|
fixed mouse button remapping and added mouse wheel stuff
|
2008-10-21 17:37:11 +00:00 |
|
scosu
|
37abbcbd28
|
If the player who should be kicked by a vote leaves the game, the vote is aborted. ticket 523
|
2008-10-21 17:26:32 +00:00 |
|
Alfred Eriksson
|
1e961fdece
|
fixed pickup sounds
|
2008-10-21 17:14:18 +00:00 |
|
Magnus Auvinen
|
b0836b7909
|
tried to improve mouse focusing
|
2008-10-21 16:50:10 +00:00 |
|
Alfred Eriksson
|
8c1ed7d81d
|
fixed typo
|
2008-10-21 16:35:44 +00:00 |
|
Johan Althoff
|
6ef507b42d
|
more Windows / SDL fixes
|
2008-10-21 16:31:19 +00:00 |
|
Johan Althoff
|
7a32d03b8a
|
fixed sdl for windows
|
2008-10-21 16:19:02 +00:00 |
|
Joel de Vahl
|
21445b67bb
|
use system installed sdl on osx
|
2008-10-21 16:16:16 +00:00 |
|
Joel de Vahl
|
8edfa80028
|
Use SDL on OSX
|
2008-10-21 15:59:32 +00:00 |
|
Magnus Auvinen
|
39b0b6cbf8
|
steps towards making SDL compile a bit more platform independent
|
2008-10-21 15:34:42 +00:00 |
|
Magnus Auvinen
|
d08271f1dc
|
fixed quit panic button and editor access button
|
2008-10-21 13:48:49 +00:00 |
|
Magnus Auvinen
|
555ee67ed0
|
added alternative mouse input functions. enabled key repeat
|
2008-10-21 13:47:06 +00:00 |
|
Magnus Auvinen
|
ee98543918
|
fixed default.bam for bam 0.1.0
|
2008-10-21 12:34:33 +00:00 |
|
Magnus Auvinen
|
f038d6395d
|
enabled so it sends tuning over to the client
|
2008-10-21 00:36:07 +00:00 |
|
Magnus Auvinen
|
d15860e44f
|
renamed gc_render* to render*
|
2008-10-20 23:46:39 +00:00 |
|