Choupom
|
25be8b1be3
|
fixed so clicking 3 times doesn't generate 2 double-clicks
|
2010-09-05 13:50:10 +02:00 |
|
Fujnky
|
4123f28bba
|
Improved demo player another bit.
* Replaced the reset button by more common stop button
* Made the demo player automatically reset after demo ended
|
2010-09-04 16:23:20 +02:00 |
|
oy
|
538d968349
|
fixed that scoreboard overlaps the chat. Closes #14
|
2010-08-18 03:57:35 +02:00 |
|
oy
|
0f72fd19ef
|
fixed text rendering problem. Closes #12
|
2010-08-18 00:21:38 +02:00 |
|
oy
|
cabecb7fa9
|
added output level for console print function, categorised the debug messages and merged them into the new functionality. Closes #8
|
2010-08-18 00:06:00 +02:00 |
|
oy
|
16f201794d
|
fixed a variable name
|
2010-08-16 04:12:03 +02:00 |
|
oy
|
e966cdb334
|
fixed that Collision::IntersectLine gets stuck in a loop forever. Closes #6
|
2010-08-16 04:09:21 +02:00 |
|
oy
|
abc84ac0b0
|
added fixes for compiler errors and warnings by sworddragon
|
2010-08-16 02:21:18 +02:00 |
|
oy
|
4c2dcc4f2b
|
added localisation fixes and map editor tool tips by sworddragon
|
2010-08-16 01:29:11 +02:00 |
|
oy
|
5922cbb56d
|
added localisation fixes by sworddragon
|
2010-08-16 00:45:04 +02:00 |
|
oy
|
678fe76566
|
reverted input key handling back to 0.52(the keyboard layout problem should be fixed with sdl 1.3 or a customised one). Closes #3. Closes #15.
|
2010-08-15 20:04:03 +02:00 |
|
oy
|
02c7e3642a
|
clear active motd message when the game is over
|
2010-08-15 15:48:56 +02:00 |
|
oy
|
94b28c8c97
|
fixed quit/exit command problem on startup
|
2010-08-15 15:41:04 +02:00 |
|
oy
|
0e36b772d4
|
fixed line endings in some files
|
2010-08-15 15:34:55 +02:00 |
|
Fujnky
|
4d8c4ffadb
|
Improved the replay control buttons in the demo player a lot.
* Now there is a combined play/pause button + a reset button
* Replaced the ugly strings with nice graphics
|
2010-08-13 03:17:13 +02:00 |
|
oy
|
d01fb2eb78
|
added missing information in debug mode. Closes #77
|
2010-08-13 03:07:51 +02:00 |
|
oy
|
5a237c6f78
|
fixed utf8 problem with empty entries in the server browser
|
2010-08-12 19:29:59 +02:00 |
|
oy
|
d9a3cc032f
|
updated refactor script and fixed a thing
|
2010-08-12 19:03:03 +02:00 |
|
oy
|
54f804eda2
|
fixed bug in servers setclientname
|
2010-08-12 16:12:25 +02:00 |
|
oy
|
f494d344a9
|
removed some not longer needed stuff
|
2010-08-12 15:44:11 +02:00 |
|
oy
|
7503c64237
|
made unpacking of net strings more strict - prevents possible malformed output
|
2010-08-12 15:22:07 +02:00 |
|
oy
|
1cde96ef79
|
restore empty strings in the config to their defaults on startup
|
2010-08-11 00:31:42 +02:00 |
|
oy
|
d37c83962d
|
fixed weapon change on start bug
|
2010-08-10 13:54:13 +02:00 |
|
oy
|
9753f62d46
|
added tool tip for value selector button in the editor
|
2010-08-10 13:47:33 +02:00 |
|
oy
|
3797eba179
|
added demo recording button by fujnky
|
2010-08-09 14:14:15 +02:00 |
|
oy
|
d471663913
|
added localisation fixes by fujnky
|
2010-08-09 00:35:37 +02:00 |
|
SushiTee
|
866f76727b
|
using PROPTYPE_INT_SCROLL for layer size in editor
|
2010-08-08 23:46:23 +02:00 |
|
oy
|
6a73c5d77f
|
fixed flickering players on respawn
|
2010-08-08 18:56:54 +02:00 |
|
oy
|
4322113435
|
fixed overlapping skin name in the player settings
|
2010-08-07 20:52:33 +02:00 |
|
oy
|
0a66e0586d
|
fixed a small bug in the ban command
|
2010-08-07 20:31:36 +02:00 |
|
oy
|
ad9b32b741
|
added the possibility to store commands within the console and execute them later on when everything is initialised correctly - fixes several possible startup crashes and the "Support bans in server configuration"-ticket
|
2010-08-07 20:22:25 +02:00 |
|
oy
|
3f0ff1fb14
|
removed ServerDummy function cause it isn't needed anymore(actual console separates client and server commands) and added two missing server commands to the tab completion
|
2010-08-07 00:01:43 +02:00 |
|
oy
|
cac5554bdb
|
prevent that spectators start a vote
|
2010-08-06 21:03:38 +02:00 |
|
oy
|
3c082b6441
|
changed the client configuration initialisation
|
2010-08-06 20:47:45 +02:00 |
|
oy
|
49cefa406b
|
added lost logfile feature
|
2010-08-06 20:38:13 +02:00 |
|
oy
|
2967c57ddc
|
added possibility to delete envelopes and to save their names within a map by sushitee
|
2010-08-06 20:18:53 +02:00 |
|
oy
|
05f3757491
|
added optimisations by sworddragon
|
2010-08-05 20:55:51 +02:00 |
|
oy
|
4a365d41b6
|
added fix for crash when there is no datadir
|
2010-08-05 20:34:16 +02:00 |
|
oy
|
665205327d
|
added lost datadir override feature
|
2010-08-05 20:26:03 +02:00 |
|
SushiTee
|
e79bfb243c
|
struct LANGUAGE should be a class CLanguage
|
2010-08-06 01:48:06 +08:00 |
|
oy
|
3824d885a2
|
fixed envelope index in the quad popup, so that it fits the envelope menu. Closes #118
|
2010-07-18 13:57:17 +02:00 |
|
oy
|
bc8274f48b
|
fixed last commit
|
2010-07-18 13:44:30 +02:00 |
|
SushiTee
|
97204482e2
|
fixed issue #150
holding CTRL while moving a point allows to be a lot more precise
|
2010-07-18 13:33:34 +02:00 |
|
SushiTee
|
b6d07edda8
|
fixed issue #57
|
2010-07-17 20:05:17 +02:00 |
|
oy
|
22c19f45db
|
fixed hook sound bug in demos. Closes #161
|
2010-07-17 19:55:17 +02:00 |
|
oy
|
6193f35423
|
Merge branch 'master' of http://github.com/matricks/teeworlds
|
2010-07-17 14:10:43 +02:00 |
|
Magnus Auvinen
|
a8acf8c6ff
|
fixed missing public
|
2010-07-05 21:04:19 +02:00 |
|
Magnus Auvinen
|
575f72d978
|
fixed some compiler errors and warnings with clang
|
2010-07-05 20:57:07 +02:00 |
|
xalduin
|
052820dc88
|
Issue #92, fixed scrollbars in editor
|
2010-07-04 16:59:02 +02:00 |
|
SushiTee
|
882a99b955
|
kill the player when leaving the game layer too much... will stop never ending fall
|
2010-07-04 16:50:03 +02:00 |
|
oy
|
5d442ae329
|
refresh the server browser if the "favorites"-tab is active and a new entry has been added with "add_favorite"-command
|
2010-07-04 16:10:00 +02:00 |
|
oy
|
c42679a10e
|
cut too long player names in the server browser. Closes #151
fixed overlapping of too long player names in the scoreboard
|
2010-07-02 14:14:41 +02:00 |
|
oy
|
31b63e488a
|
fixed connecting to localhost if the client couldn't find the address and small cleanup
|
2010-07-02 13:15:35 +02:00 |
|
oy
|
bd02c2043e
|
fixed editor popups shown outside the screen
|
2010-06-28 15:12:43 +02:00 |
|
oy
|
7325bdac42
|
don't consider sv_spectator_slots for team change when already in a team(red, blue). Closes #141
|
2010-06-27 13:24:47 +02:00 |
|
oy
|
29d29df4f0
|
fixed screenshot bug. Closes #144
|
2010-06-27 13:12:00 +02:00 |
|
oy
|
9130c91841
|
fixed entering a private server on a map change without password. Closes #142
|
2010-06-26 17:59:59 +02:00 |
|
oy
|
2a570196ef
|
check for case sensitive filename when trying to open a file for reading under windows. Closes #126
|
2010-06-26 17:53:32 +02:00 |
|
oy
|
ff3eda23ae
|
automatically add the map extension when saving a map with the editor
|
2010-06-25 19:41:55 +02:00 |
|
oy
|
82f5a56d89
|
fixed crash in the map editor
|
2010-06-25 18:56:58 +02:00 |
|
oy
|
822b002344
|
fixed the ninja tip cut off and made its weapon and pickup sprite equal. Closes #127
|
2010-06-23 20:09:15 +02:00 |
|
oy
|
c9828a2229
|
fixed display bug in the score hud. Closes #106
|
2010-06-22 21:27:58 +02:00 |
|
oy
|
6b713157a7
|
added button to restore the map focus. Closes #116
|
2010-06-22 14:15:52 +02:00 |
|
oy
|
62ffaa9142
|
added a lost newline
|
2010-06-22 02:07:52 +02:00 |
|
oy
|
d01776bf3f
|
auto-add background when creating new map. Closes #50
|
2010-06-22 01:15:12 +02:00 |
|
oy
|
c40bc9af3e
|
fixed a possible crash in the client console
|
2010-06-21 13:45:30 +02:00 |
|
oy
|
3475d2ae1b
|
fixed freeze in the map editor GUI. Closes #138
|
2010-06-20 15:27:44 +02:00 |
|
oy
|
73bdf657c4
|
fixed suicide penalty after a restart. Closes #131
|
2010-06-20 14:35:50 +02:00 |
|
oy
|
a5113c6740
|
added commands to dump the output of the consoles into a file
|
2010-06-20 14:12:59 +02:00 |
|
oy
|
e2c3f744b2
|
added commands to clear the consoles. Closes #104
|
2010-06-19 20:51:54 +02:00 |
|
oy
|
b790634a2d
|
scroll the possible commands in the console's tab completion if the wanted one is out of sight. Closes #105
|
2010-06-19 13:48:01 +02:00 |
|
oy
|
ea64b0d7b3
|
made the console use the flagmask when looking for command (FindCommand) and removed double "No such command" console message
|
2010-06-18 20:32:52 +02:00 |
|
oy
|
a5bc567e84
|
fixed a server register issue
|
2010-06-13 19:34:14 +02:00 |
|
oy
|
d7c106ca90
|
fixed border function in the editor. Closes #117
|
2010-06-11 13:44:28 +02:00 |
|
oy
|
39853bcf89
|
fixed walk animation if x-position is negative. Closes #119
|
2010-06-11 13:20:45 +02:00 |
|
oy
|
ec334a9d68
|
small cleanup
|
2010-06-11 12:34:11 +02:00 |
|
Fujnky
|
f8b9f342d3
|
Fix for l10n in menus_demo.cpp and sime german l10n tweaks.
|
2010-06-11 15:50:47 +08:00 |
|
Choupom
|
8e8cbdb562
|
fix for folders in demo browser
|
2010-06-10 20:38:16 +08:00 |
|
xalduin
|
22f11d6839
|
Restore map focus on load map/new map
|
2010-06-10 20:38:04 +08:00 |
|
xalduin
|
6e1eaa96ec
|
Fixed issue #115, text now fits into columns in server browser
|
2010-06-10 20:38:04 +08:00 |
|
xalduin
|
dc3feaf42c
|
Fixed remaining compiler warnings for gcc on Linux
|
2010-06-10 20:38:03 +08:00 |
|
xalduin
|
7fa21400d6
|
Mouse wheel no longer moves layer/image scrollbar
|
2010-06-09 20:41:00 +08:00 |
|
xalduin
|
be5e19d2bd
|
Fixed some compiler warnings
|
2010-06-09 20:41:00 +08:00 |
|
Magnus Auvinen
|
0d78e2d2cd
|
Merge remote branch 'fujnky/master'
Conflicts:
data/languages/portuguese.txt
|
2010-06-09 13:01:36 +02:00 |
|
Fujnky
|
7ca5e0fbb1
|
Fixed localizations, most german translation strings fit in buttons now.
|
2010-06-07 16:17:40 +02:00 |
|
Fujnky
|
7cc7c8f84e
|
Merged with master
|
2010-06-07 16:00:01 +02:00 |
|
oy
|
1c041c44a4
|
made unban command work with the banlist index. Closes #102
|
2010-06-07 14:12:06 +02:00 |
|
oy
|
2104835d77
|
update server info for connected clients if map or gametype changes. Closes #108
|
2010-06-07 13:34:47 +02:00 |
|
oy
|
a3545b06b4
|
some cleanup
|
2010-06-07 00:08:40 +02:00 |
|
oy
|
1272c4d805
|
prevent that the server gets filtered by "compatible version" in the clients server browser
|
2010-06-06 23:28:34 +02:00 |
|
oy
|
04b6abae93
|
fixed kill messages showing wrong infos
|
2010-06-06 17:17:43 +02:00 |
|
oy
|
a41d930a85
|
fixed some compiler warnings. Closes #76
|
2010-06-06 17:16:52 +02:00 |
|
Magnus Auvinen
|
7d03e70d1e
|
Merge remote branch 'choupom/master'
|
2010-06-06 14:53:55 +02:00 |
|
Magnus Auvinen
|
4ca43196d7
|
Merge remote branch 'xalduin/master'
|
2010-06-06 14:44:32 +02:00 |
|
Magnus Auvinen
|
442e6e1431
|
fixed issue when using +commands in the console
|
2010-06-06 14:31:16 +02:00 |
|
xalduin
|
2d99a0360f
|
Images are now sorted on Append
|
2010-06-05 18:47:30 -04:00 |
|
xalduin
|
80a7c53dec
|
Issue #92 scrollbars added for layer/image toolbars
|
2010-06-05 18:46:47 -04:00 |
|
Fujnky
|
34bd0a09b7
|
minor typo fix
|
2010-06-05 23:37:50 +02:00 |
|
Fujnky
|
bf68f803e3
|
Internationalized editor and updated german localization
|
2010-06-05 23:36:52 +02:00 |
|
Fujnky
|
d000766e9d
|
Merge branch 'master' of git://github.com/matricks/teeworlds
|
2010-06-05 18:50:26 +02:00 |
|
Choupom
|
747d972d38
|
fixed so we can run a map which is in a folder
|
2010-06-05 10:44:50 +02:00 |
|
Choupom
|
848764544f
|
added folders in demo browser (#25)
|
2010-06-04 22:14:02 +02:00 |
|
xalduin
|
ab0d8d0eb8
|
Merge remote branch 'upstream/master'
* upstream/master:
fixed bug with the quick search box. Closes #89
|
2010-06-04 12:01:37 -04:00 |
|
oy
|
3d079a35e9
|
fixed bug with the quick search box. Closes #89
|
2010-06-03 23:32:32 +02:00 |
|
xalduin
|
9603d676c6
|
Score no longer decreased when switching teams
|
2010-06-03 17:08:05 -04:00 |
|
Fujnky
|
82a30b7b7e
|
Merge branch 'master' of git://github.com/matricks/teeworlds
|
2010-06-03 22:42:10 +02:00 |
|
Fujnky
|
4ffab2af80
|
Merge branch 'master' of git://github.com/matricks/teeworlds
|
2010-06-03 22:33:38 +02:00 |
|
xalduin
|
a563c2f322
|
Issue #82 time and date in screenshot filename
|
2010-06-03 22:32:42 +02:00 |
|
xalduin
|
277eeef098
|
Merge branch 'master' of git://github.com/matricks/teeworlds
|
2010-06-03 16:24:41 -04:00 |
|
xalduin
|
3dc9beb7ec
|
Issue #82 time and date in screenshot filename
|
2010-06-03 16:24:31 -04:00 |
|
oy
|
67d4903b9f
|
fixed stuck "error loading demo"-popup. Closes #90
|
2010-06-03 22:03:27 +02:00 |
|
xalduin
|
8b15558f5d
|
Merge remote branch 'upstream/master
|
2010-06-03 13:32:15 -04:00 |
|
Fujnky
|
5849aeb86c
|
Merge branch 'master' of git://github.com/matricks/teeworlds
Conflicts:
src/game/server/gamemodes/ctf.cpp
|
2010-06-03 17:47:32 +02:00 |
|
Fujnky
|
551170656d
|
Fixed localization for 'Error loading demo'-Popup
|
2010-06-03 17:41:45 +02:00 |
|
Magnus Auvinen
|
a6ab379e67
|
fixed so that the same distance is used when leaving off the flag and taking it
|
2010-06-03 17:40:01 +02:00 |
|
Magnus Auvinen
|
9bb6fe48c2
|
cleaned up g_CharPhysSize
|
2010-06-03 17:39:42 +02:00 |
|
Fujnky
|
5a641132e7
|
Fixed localization for 'Error loading demo'-Popup
|
2010-06-03 17:07:15 +02:00 |
|
Fujnky
|
feb8894b4d
|
Flag catch and capture should now be exactly the same
|
2010-06-03 16:42:37 +02:00 |
|
xalduin
|
3fff61d24a
|
Issue #86, don't reset score on team switch
|
2010-06-03 10:35:18 -04:00 |
|
xalduin
|
6baadea5e1
|
Merge branch 'master' of git://github.com/matricks/teeworlds
|
2010-06-03 09:59:06 -04:00 |
|
xalduin
|
8db32a4b8b
|
Issue #88 flag pickup distance reduced
|
2010-06-03 09:56:57 -04:00 |
|
Fujnky
|
00c53adffb
|
Merge branch 'master' of http://github.com/SushiTee/teeworlds-stuff
|
2010-06-03 15:43:52 +02:00 |
|
xalduin
|
6491dfc16c
|
Merge branch 'master' of git://github.com/matricks/teeworlds
|
2010-06-03 09:36:24 -04:00 |
|
Fujnky
|
7b74cd248b
|
made flag catch and capture distances fit
|
2010-06-03 15:30:33 +02:00 |
|
SushiTee
|
0115161463
|
mergend stuff
|
2010-06-03 15:21:12 +02:00 |
|
oy
|
5988b9d388
|
- show connecting players with rcon status command
- make it possible to limit the number of clients with the same ip that can connect to the server
|
2010-06-03 14:48:32 +02:00 |
|
Fujnky
|
d581e413c8
|
More localization fixes
|
2010-06-03 11:30:05 +02:00 |
|
xalduin
|
de1a7acfaa
|
Merge branch 'master' of git://github.com/matricks/teeworlds
|
2010-06-03 00:37:46 -04:00 |
|
Fujnky
|
7cbf0f93ca
|
Some localization fixes
|
2010-06-02 23:15:56 +02:00 |
|
Fujnky
|
64ddee0a21
|
Merge branch 'master' of git://github.com/matricks/teeworlds
|
2010-06-02 21:47:47 +02:00 |
|
SushiTee
|
c37335b115
|
shortened IsAuthed a bit
|
2010-06-02 21:33:19 +02:00 |
|
NoxNebula
|
dd19074deb
|
Admin-Kick-Protection
Add IsAuthed(int ClientID); function.
Add kickprotection for admins (Remote Console logged in players)
Add Anti-Self-Kick (minor)
|
2010-06-03 03:27:34 +08:00 |
|
xalduin
|
cc181cda5b
|
Merge remote branch 'upstream/master'
|
2010-06-02 15:21:31 -04:00 |
|
Fujnky
|
0d4c0ccef5
|
Some localization fixes
|
2010-06-02 21:03:15 +02:00 |
|
oy
|
ad1ce01446
|
fixed shotbug (#80)
|
2010-06-03 02:57:46 +08:00 |
|
oy
|
7a1953e60b
|
added fix for editor quad editing by ghost91 Closes #18
|
2010-06-02 20:50:48 +02:00 |
|
oy
|
b2a55766d1
|
fixed shotbug (#80)
|
2010-06-02 19:39:28 +02:00 |
|
xalduin
|
9e6c909624
|
Removed unnecessary SortImages call in RenderImages
|
2010-06-02 13:26:17 -04:00 |
|
xalduin
|
a99cbfc742
|
Image sorting working, less hackish
|
2010-06-02 12:12:32 -04:00 |
|
NoxNebula
|
9a5a19e7c7
|
Admin-Kick-Protection
Add IsAuthed(int ClientID); function.
Add kickprotection for admins (Remote Console logged in players)
Add Anti-Self-Kick (minor)
|
2010-06-02 09:40:08 +02:00 |
|
xalduin
|
8e1712c744
|
Sort by map name when opening map
When opening a map, the list of map names is now sorted alphabetically.
|
2010-06-02 06:39:05 +08:00 |
|
xalduin
|
f2920ea5d8
|
Sort by map name when opening map
When opening a map, the list of map names is now sorted alphabetically.
|
2010-06-02 05:11:12 +08:00 |
|
Magnus Auvinen
|
b851bc8799
|
fixed so that SDL_main is declared as a C function so linking gets done correctly
|
2010-06-02 04:09:39 +08:00 |
|
Magnus Auvinen
|
b12ae69fee
|
fixed compile errors for osx
|
2010-06-02 04:00:05 +08:00 |
|
Magnus Auvinen
|
61fdee3367
|
fixed so that SDL_main is declared as a C function so linking gets done correctly
|
2010-06-01 21:59:04 +02:00 |
|
Magnus Auvinen
|
f8d69b2fe6
|
fixed compile errors for osx
|
2010-06-01 21:55:08 +02:00 |
|
Tom Adams
|
54692ceaf1
|
added fix for editor->append by xalduin
|
2010-05-31 21:55:45 +00:00 |
|
Tom Adams
|
f14e7369f1
|
fixed movement bug (#741)
|
2010-05-31 21:40:40 +00:00 |
|
Tom Adams
|
30987c2040
|
removed alpha values from screenshots (#742)
|
2010-05-31 20:44:45 +00:00 |
|
Tom Adams
|
c9ff80a17d
|
made balance teams based apun points/minute (#495)
|
2010-05-31 20:35:47 +00:00 |
|
Tom Adams
|
6fca512a95
|
added fix for italian language by Lanta and fixed a bug with the id in votekick menu
|
2010-05-31 20:05:45 +00:00 |
|
Tom Adams
|
23e2d5f424
|
fixed votekick menu (#807)
|
2010-05-31 15:36:20 +00:00 |
|
Tom Adams
|
651cd062e6
|
fixed english localisation bug
|
2010-05-31 11:07:58 +00:00 |
|
Tom Adams
|
262b566c94
|
increased the fontsize of the chat messages
|
2010-05-30 17:08:54 +00:00 |
|
Tom Adams
|
08df0fe63d
|
added fix for italian translation by Lanta
|
2010-05-30 14:26:04 +00:00 |
|
Thomas
|
361380d630
|
*some esthetic changes
*split "CHud::RenderGoals()"
*added "reload" command
*added the ability to show last chat lines (+show_chat)
*updated french.txt
|
2010-05-30 12:01:11 +00:00 |
|
Tom Adams
|
47b68170ad
|
auto capture mouse on focus (#728)
|
2010-05-30 01:00:17 +00:00 |
|
Tom Adams
|
659d66104e
|
fixed dump_binds command (#806)
|
2010-05-30 00:15:26 +00:00 |
|
Tom Adams
|
baa57830ad
|
fixed bubble sort loop (#802), 2 entries in the language files and a possible overrun
|
2010-05-29 23:57:30 +00:00 |
|
Tom Adams
|
e16fdc3f3e
|
added clipping to editboxes (#773) and made their cursors blink
|
2010-05-29 15:53:57 +00:00 |
|
Magnus Auvinen
|
fe5a7105c4
|
fixed the automatic versioning
|
2010-05-29 15:20:18 +00:00 |
|
Magnus Auvinen
|
4c0886f087
|
renamned m_pCarryingCCharacter correctly
|
2010-05-29 11:26:17 +00:00 |
|
Magnus Auvinen
|
f41fa4baba
|
cleaned up some code
|
2010-05-29 11:23:06 +00:00 |
|
Magnus Auvinen
|
d0e0d5b043
|
cleaned up some comments
|
2010-05-29 11:21:39 +00:00 |
|
Magnus Auvinen
|
6ff27c56e8
|
fixed crash with related to player count
|
2010-05-29 11:12:52 +00:00 |
|
Magnus Auvinen
|
72c06a2589
|
copied refactor to trunk
|
2010-05-29 07:25:38 +00:00 |
|
Magnus Auvinen
|
e56feb597b
|
added missing headers
|
2009-10-29 12:14:31 +00:00 |
|
Magnus Auvinen
|
878ede3080
|
major update with stuff
|
2009-10-27 14:38:53 +00:00 |
|
Magnus Auvinen
|
7b68ff4277
|
fixed chaining of console commands, allows snatching updates of console variables. cleaned up some code
|
2009-06-15 14:01:36 +00:00 |
|
Magnus Auvinen
|
57b2c49d57
|
fixed so that the demo player doesn't crash when the map isn't found
|
2009-06-15 13:16:33 +00:00 |
|
Magnus Auvinen
|
feade98dae
|
fixed so server stops recording when changing map
|
2009-06-15 13:04:34 +00:00 |
|
Magnus Auvinen
|
8bd49fe30b
|
some clean up. fixed double server side record messages
|
2009-06-15 13:01:04 +00:00 |
|
Magnus Auvinen
|
f817cb2319
|
fixed crashing of server side demos due to client_entergame() being processed
|
2009-06-15 12:40:12 +00:00 |
|
Magnus Auvinen
|
d023c72256
|
fixed demo browser so it's ordered and shows all files
|
2009-06-15 10:12:16 +00:00 |
|
Magnus Auvinen
|
b31243d271
|
tweaked checkboxes
|
2009-06-15 09:48:18 +00:00 |
|
Magnus Auvinen
|
b3c1bae2e9
|
cleaned up localization. fixed motd so it shows when connecting to a server
|
2009-06-15 09:46:25 +00:00 |
|
Magnus Auvinen
|
21c1c3866f
|
translation update
|
2009-06-15 08:20:29 +00:00 |
|
Magnus Auvinen
|
307cf4aa64
|
done language selector
|
2009-06-15 08:15:53 +00:00 |
|
Magnus Auvinen
|
ab171f8f30
|
updated localization
|
2009-06-15 07:34:25 +00:00 |
|
Magnus Auvinen
|
f9ef0293ff
|
renamed algorithms.hpp to algotithm.hpp
|
2009-06-15 06:50:47 +00:00 |
|
Magnus Auvinen
|
6309d7ad56
|
continued with localization
|
2009-06-15 06:45:44 +00:00 |
|
Magnus Auvinen
|
bc20e9c433
|
localization update
|
2009-06-13 17:18:06 +00:00 |
|
Magnus Auvinen
|
6d9ccee95d
|
base for the localization system
|
2009-06-13 16:54:04 +00:00 |
|
Magnus Auvinen
|
c2f8d0e07a
|
minor cleanup of out commented clode
|
2009-06-13 08:25:50 +00:00 |
|
Magnus Auvinen
|
69511102de
|
improved the font system even futher. utf8 is now used everywhere. it uses less memory as well
|
2009-06-13 08:22:37 +00:00 |
|
Magnus Auvinen
|
9254ca61f1
|
fixed utf8 support
|
2009-06-07 16:06:03 +00:00 |
|
Magnus Auvinen
|
cdc5f26900
|
new font rendering system using freetype2. only compiles under linux for now
|
2009-06-07 14:36:54 +00:00 |
|
Magnus Auvinen
|
4bb1df3189
|
moved 0.5 branch to trunk
|
2009-05-31 09:44:20 +00:00 |
|
Alfred Eriksson
|
b28ede2da2
|
changed chatmsgs to use time instead of ticks
|
2009-01-24 16:09:20 +00:00 |
|
Magnus Auvinen
|
01d74a6d4d
|
fixed div by zero bug
|
2009-01-24 15:22:40 +00:00 |
|
Magnus Auvinen
|
9d3fd4a282
|
continued work on prediction and game timer
|
2009-01-24 14:32:12 +00:00 |
|
Alfred Eriksson
|
82f9be8ce0
|
added help messages for all commands. added syntax in the help msg
|
2009-01-24 14:10:26 +00:00 |
|
Magnus Auvinen
|
91e337c7ab
|
added ping spike detection
|
2009-01-24 14:08:09 +00:00 |
|
Magnus Auvinen
|
5f186c8906
|
fixed so the console show help for each command. not all commands have descriptions however
|
2009-01-24 13:12:04 +00:00 |
|
Alfred Eriksson
|
ae5b47a266
|
fixed height of toolbox to fit 16p
|
2009-01-24 13:00:58 +00:00 |
|
Magnus Auvinen
|
0810f3a526
|
removed the no matching text in the console
|
2009-01-24 12:32:53 +00:00 |
|
Magnus Auvinen
|
5b20cd6cc9
|
bumped the version numbers to 0.5.1
|
2009-01-24 12:31:59 +00:00 |
|
Magnus Auvinen
|
2ea3023410
|
fixed bug in text rendering
|
2009-01-24 12:29:36 +00:00 |
|
Magnus Auvinen
|
9d51d47cea
|
added tab completion to the console. works for local and remote
|
2009-01-24 12:16:02 +00:00 |
|
Magnus Auvinen
|
47c567a5ea
|
fixed so that the refresing master servers doesn't popup under lan and favorites
|
2009-01-24 10:53:09 +00:00 |
|
Magnus Auvinen
|
2fc86642ef
|
moved refreshing of masters in the client from the server browsers to before we load so we refresh while we are loading
|
2009-01-24 10:52:45 +00:00 |
|
Magnus Auvinen
|
cfe5bd8547
|
reduced maximum masters from 16 to 4 to make the master server refresh cycle faster
|
2009-01-24 10:51:50 +00:00 |
|
Magnus Auvinen
|
6696359a28
|
fixed so that the client connect command works when passed as an argument
|
2009-01-24 10:46:38 +00:00 |
|
Alfred Eriksson
|
affb99fd2b
|
added animation speed controllers to the editor
|
2009-01-24 10:43:27 +00:00 |
|
Alfred Eriksson
|
598369870d
|
refresh button work for favorites. removed duplicate of the refreshing master servers-msg. we need to refresh the serverlist at the game start
|
2009-01-24 10:02:29 +00:00 |
|
Magnus Auvinen
|
bb73314651
|
removed old debug spam
|
2009-01-22 23:29:03 +00:00 |
|
Alfred Eriksson
|
a569d5c0c3
|
fixed compiling errors
|
2009-01-22 17:22:50 +00:00 |
|
Magnus Auvinen
|
76bffb13a8
|
added scrollbar to the voting menu
|
2009-01-21 23:13:37 +00:00 |
|
Magnus Auvinen
|
6a1766f8ce
|
fixed mouse buttons that I kinda fucked up
|
2009-01-21 23:12:56 +00:00 |
|
Magnus Auvinen
|
998a4cb8df
|
removed some debug variables form release build. cleaned up a bit in the default.bam file
|
2009-01-21 22:59:52 +00:00 |
|
Magnus Auvinen
|
61ed16ec64
|
cleaned up mouse input a bit
|
2009-01-21 22:25:28 +00:00 |
|
Magnus Auvinen
|
d3f5340a97
|
added support for mouse buttons 4-8
|
2009-01-21 21:52:51 +00:00 |
|
Magnus Auvinen
|
29ca9dfb3a
|
stop recording on map load
|
2009-01-21 21:21:54 +00:00 |
|
Alfred Eriksson
|
fe71008a9b
|
fixed enter in server browser
|
2009-01-21 21:19:10 +00:00 |
|
Magnus Auvinen
|
6ffd661c78
|
fixed so the name of the player that calls the vote is in the chat. fixed so that the time remaining on the vote is displayed. reworked the vote box a bit so it's nicer
|
2009-01-21 21:17:25 +00:00 |
|
Magnus Auvinen
|
2f801d47cf
|
fixed so the 'default' skin is used first when no other skin is found
|
2009-01-21 21:00:06 +00:00 |
|
Magnus Auvinen
|
0c9dfd81fd
|
fixed vsync option
|
2009-01-21 20:55:07 +00:00 |
|
Magnus Auvinen
|
d3928f559f
|
fixed big messages in the middle of the server browser so users doesn't miss if their filter catches all servers
|
2009-01-21 20:39:48 +00:00 |
|
Alfred Eriksson
|
759c7b0a1a
|
removed old voting variables
|
2009-01-21 19:27:21 +00:00 |
|
Alfred Eriksson
|
4c4d28fd25
|
added snd_buffer_size
|
2009-01-21 19:21:26 +00:00 |
|
Magnus Auvinen
|
f0760ac0d3
|
improved crapnet so it changes between different ping configurations. improved the game timer
|
2009-01-21 19:12:09 +00:00 |
|
Alfred Eriksson
|
38a9e32efd
|
fixed quick search box positioning
|
2009-01-21 18:09:06 +00:00 |
|
Alfred Eriksson
|
c24b5f11f2
|
fixed spawn sound
|
2009-01-21 11:56:41 +00:00 |
|
Magnus Auvinen
|
24899a13e8
|
improved the prediction timer to handle crappy connections better
|
2009-01-21 00:05:07 +00:00 |
|
Magnus Auvinen
|
30695c09a8
|
increased the number of snapshots the server will hold from 1 second to 3
|
2009-01-21 00:01:49 +00:00 |
|
Magnus Auvinen
|
bd1556ce76
|
added missing ctf return sound
|
2009-01-21 00:00:04 +00:00 |
|
Magnus Auvinen
|
0b3c7010d7
|
moved the fps counter a bit up
|
2009-01-20 23:59:49 +00:00 |
|
Alfred Eriksson
|
b0ef334817
|
fixed pure server image issue
|
2009-01-19 14:57:17 +00:00 |
|
Magnus Auvinen
|
013df7ca24
|
fixed bug that can cause a connection to spam packets
|
2009-01-18 21:49:03 +00:00 |
|
Alfred Eriksson
|
272769ecc5
|
fixed the getaddrinfo-issue on win2k. since it doesn't affect other windows versions we don't have to do any recognisation
|
2009-01-17 22:44:20 +00:00 |
|
Alfred Eriksson
|
2d4f6dffb9
|
fixed a weird bug causing game layer to be rendered wrong
|
2009-01-17 22:19:13 +00:00 |
|
Alfred Eriksson
|
335aa0feb2
|
flag position is only sent when player is near
|
2009-01-17 17:26:56 +00:00 |
|
Alfred Eriksson
|
397804cdc4
|
fixed dynamic nameplates bug #674
|
2009-01-17 17:06:24 +00:00 |
|
Alfred Eriksson
|
96f604f9d1
|
increased voting time to 25 secs #637
|
2009-01-17 16:52:57 +00:00 |
|
Alfred Eriksson
|
6c98a36f0f
|
fixed round count bug #630
|
2009-01-17 16:18:47 +00:00 |
|
Alfred Eriksson
|
843690e85c
|
fixed emote command bug #651
|
2009-01-17 11:48:05 +00:00 |
|
Alfred Eriksson
|
54def5d97d
|
moved quick search to the bottom and fixed reset filter
|
2009-01-17 10:33:16 +00:00 |
|
Jakob Fries
|
b00dcd6807
|
added font generator
|
2009-01-15 21:34:56 +00:00 |
|
Joel de Vahl
|
2d8c4a61b6
|
ppc sound fix
|
2009-01-13 19:16:58 +00:00 |
|
Magnus Auvinen
|
c491d1c537
|
fixed perma banning and that input timing shouldn't be vital packets
|
2009-01-13 18:24:42 +00:00 |
|
Joel de Vahl
|
3da600dc33
|
OSX server launcher fix
|
2009-01-13 18:05:08 +00:00 |
|
Alfred Eriksson
|
fa02f461c7
|
fixed round count bug
|
2009-01-13 17:58:16 +00:00 |
|
Magnus Auvinen
|
70dea7e398
|
fixed bug that crashes the server if settings tunings in the server config
|
2009-01-12 21:44:13 +00:00 |
|
Magnus Auvinen
|
123c5b5b99
|
introduced 3 special pseudo weapons. game, self and world to make a difference on how you got killed
|
2009-01-12 21:41:16 +00:00 |
|
Joel de Vahl
|
1d6668583a
|
initial server launcher for osx
|
2009-01-12 20:04:14 +00:00 |
|
Alfred Eriksson
|
efd0dbab25
|
added vote command on the server to enforce a vote. added sv_vote_kick_bantime to choose how long a user will be banned at votekick (0 for just kick) thanks to magnet and xara
|
2009-01-12 19:35:38 +00:00 |
|
Alfred Eriksson
|
783cc0d2b7
|
fixed #625
|
2009-01-12 14:43:39 +00:00 |
|
Alfred Eriksson
|
5141ddac4d
|
refreshing the server info when loading
|
2009-01-12 14:03:19 +00:00 |
|
Alfred Eriksson
|
5103c214bd
|
use enter in editor file dialogs
|
2009-01-11 18:29:41 +00:00 |
|
Magnus Auvinen
|
035e7a94ff
|
fixed the non-working dynamic nameplates
|
2009-01-11 17:59:31 +00:00 |
|
Magnus Auvinen
|
b717297b63
|
fixed so that the local player is always rendered above the other players
|
2009-01-11 17:55:23 +00:00 |
|
Magnus Auvinen
|
46125d5ed7
|
fixed so predicted sounds and air jump effect works with demo playback
|
2009-01-11 15:51:43 +00:00 |
|
Magnus Auvinen
|
5fc2d8fcf8
|
removed some debug spam in the demo player
|
2009-01-11 15:22:17 +00:00 |
|
Magnus Auvinen
|
6b886e8ed6
|
fixed so that the tuning is resetting itself if running a pure server
|
2009-01-11 15:16:34 +00:00 |
|
Magnus Auvinen
|
f29276e8d5
|
fixed so the number of players in the server info is correct
|
2009-01-11 14:48:38 +00:00 |
|
Magnus Auvinen
|
e60236e304
|
added tuning parameters for player collision and player hooking
|
2009-01-11 14:40:45 +00:00 |
|
Magnus Auvinen
|
e673e607dc
|
fixed so that emoticon 0 works
|
2009-01-11 14:32:23 +00:00 |
|
Magnus Auvinen
|
96e65f599a
|
fixed so that some vote error messages isn't broadcasted to everyone
|
2009-01-11 14:28:35 +00:00 |
|
Magnus Auvinen
|
172463b2bb
|
fixed so your team gets -1 if you kill yourself. drawback, team looses one point when you switch team as well. good enough for now
|
2009-01-11 14:16:49 +00:00 |
|
Magnus Auvinen
|
c2c90982fd
|
increased the firedelay on the gun and hammer to 125ms. this is how fast a humanly doable. prevents usage of mouse wheel to get insane firing speeds
|
2009-01-11 13:54:42 +00:00 |
|
Magnus Auvinen
|
5f296f3963
|
fixed the unpure icon
|
2009-01-11 13:31:36 +00:00 |
|
Magnus Auvinen
|
7c0413ebac
|
added some modding comments
|
2009-01-11 13:23:40 +00:00 |
|
Magnus Auvinen
|
18758943d6
|
added the mod game mode switch
|
2009-01-11 13:20:18 +00:00 |
|
Magnus Auvinen
|
90a3093c87
|
removed the -dev tag from the version number
|
2009-01-11 13:01:27 +00:00 |
|
Alfred Eriksson
|
8ad943b4f3
|
added linebreak on new version text to prevent overlap
|
2009-01-11 12:34:07 +00:00 |
|
Magnus Auvinen
|
d0bcf50ef5
|
fixed fsaa sampling and reduction of fsaa if gfx init fails
|
2009-01-11 12:13:18 +00:00 |
|
Joel de Vahl
|
2a7402dd6c
|
use dmg for osx deliver, build universal binary, fix backspace being entered as a character
|
2009-01-11 12:10:30 +00:00 |
|
Magnus Auvinen
|
2aafe11723
|
tweaked the gameplay a bit
|
2009-01-11 11:54:41 +00:00 |
|
Alfred Eriksson
|
c164ba3518
|
fixed #593
|
2009-01-11 11:01:32 +00:00 |
|
Alfred Eriksson
|
79277013fc
|
upgraded the versionserver version
|
2009-01-11 10:47:31 +00:00 |
|
Alfred Eriksson
|
32645b247f
|
reverted wrongful commit
|
2009-01-11 10:43:17 +00:00 |
|
Alfred Eriksson
|
39a12060d6
|
removed the tuning filtering and warning. modded servers can use tuning for free. added pure server checking - ctf, dm and tdm gametypes are not allowed to have different tuning.
|
2009-01-11 10:40:14 +00:00 |
|
Magnus Auvinen
|
371e862316
|
fixed so the laser bounces correctly at low angles
|
2009-01-11 10:26:17 +00:00 |
|
Magnus Auvinen
|
518db9218f
|
tuned so the jumps are as high in 0.4
|
2009-01-11 09:46:23 +00:00 |
|
Alfred Eriksson
|
9a65b577ad
|
added mod gamemode
|
2009-01-11 09:29:15 +00:00 |
|
Magnus Auvinen
|
0f41c47996
|
fixed so the current server info doesn't update the server list causing problems
|
2009-01-11 09:26:14 +00:00 |
|
Alfred Eriksson
|
6c1212da49
|
fixed the scrolling in server list
|
2009-01-10 20:24:47 +00:00 |
|
Magnus Auvinen
|
3729f4cbf3
|
fixed error that occurs when you try to free the invalid texture texture
|
2009-01-10 18:34:27 +00:00 |
|
Alfred Eriksson
|
d7b0da8a0b
|
added mouse wheel scrolling in file dialogs
|
2009-01-10 17:17:38 +00:00 |
|
Magnus Auvinen
|
1dc158bb78
|
fixed so when you are in not in playing mode, the input snapping drops to 1hz to save even more bandwidth
|
2009-01-10 13:34:01 +00:00 |
|
Magnus Auvinen
|
39370635cc
|
fixed a few debug messages that spammed a bit too much
|
2009-01-10 12:27:15 +00:00 |
|
Magnus Auvinen
|
c79402d075
|
increased input snapping rate from 5hz to 10hz inorder to predict the network latency better
|
2009-01-10 11:50:31 +00:00 |
|
Magnus Auvinen
|
6eefa58b52
|
fixed resending algorithm
|
2009-01-10 11:48:24 +00:00 |
|
Alfred Eriksson
|
d0d91c412d
|
fixed #585
|
2009-01-10 11:16:21 +00:00 |
|
Magnus Auvinen
|
599708824f
|
removed input timing from the snapshot messages and put them in a separate message so we don't loose them if the input were late
|
2009-01-10 10:49:17 +00:00 |
|
Magnus Auvinen
|
b42eb55794
|
finished the ban support
|
2009-01-10 10:27:25 +00:00 |
|
Magnus Auvinen
|
1f2ffb0ffe
|
applied patch for hook bug
|
2009-01-09 22:41:26 +00:00 |
|
Joel de Vahl
|
581ec394f6
|
fixed bug where the backspace doesn't work like it should under mac os x
|
2008-12-30 15:52:26 +00:00 |
|
Alfred Eriksson
|
fa9002f9b4
|
fixed a small bug
|
2008-12-20 16:05:30 +00:00 |
|
Magnus Auvinen
|
8ec0bdc509
|
improved the demo players scrubbing capabilities
|
2008-12-19 12:00:05 +00:00 |
|
Magnus Auvinen
|
cc576906a3
|
improved the demo players scrubbing capabilities
|
2008-12-19 11:59:58 +00:00 |
|
Magnus Auvinen
|
e447ef04cc
|
fixed so that events isn't processed when scrubbing a demo
|
2008-12-19 11:41:17 +00:00 |
|
Magnus Auvinen
|
530dace4c9
|
fixed the demo recorder so it padds the data to 4 byte alignment so the compression works like it should
|
2008-12-19 11:23:31 +00:00 |
|
Magnus Auvinen
|
619c309779
|
removed spamming I wanna spawn message
|
2008-12-19 08:28:16 +00:00 |
|
Magnus Auvinen
|
a6c8eb642b
|
added missing function in network header
|
2008-12-19 08:27:20 +00:00 |
|
Magnus Auvinen
|
55254d0657
|
fixed crashbug caused by players disconnecting while still having bullets in the air
|
2008-12-19 08:26:58 +00:00 |
|
Alfred Eriksson
|
557636dca3
|
reset error_string when starting demo playback
|
2008-12-08 18:12:54 +00:00 |
|
Alfred Eriksson
|
4714e3806e
|
removed pause command to fix #573
|
2008-12-08 16:50:17 +00:00 |
|
Magnus Auvinen
|
4004d13b48
|
applied patch from Richie Nyhus to convert CRLF to LF, as it should be
|
2008-11-29 06:39:22 +00:00 |
|
scosu
|
61d18702f6
|
Fix for ticket #530. The problem was signed char in those functions
|
2008-11-28 07:17:54 +00:00 |
|