2011-04-12 |
unc0rr |
Start implementation of archivements/ratings on server side: replay saving routine
|
file |
diff |
annotate
|
2011-04-03 |
unc0rr |
Allow to rename room
|
file |
diff |
annotate
|
2011-03-21 |
EJ |
Changed the standard show function to Text.Show.ByteString, and misc.
|
file |
diff |
annotate
|
2011-03-06 |
unc0rr |
- Write server config into .ini file on change
|
file |
diff |
annotate
|
2011-03-05 |
unc0rr |
Use Maybe for storing client's clan, allows less error-prone spectator checks
|
file |
diff |
annotate
|
2011-03-03 |
unc0rr |
Use Data.TConfig to read and store server config in hedgewars.ini (a little bit of hate to the author for not exporting Conf type)
|
file |
diff |
annotate
|
2011-02-16 |
unc0rr |
Okay, a compatibility layer for clients of 0.9.15 version (not sure about old versions, as I removed all compatibility hacks for older versions previously)
|
file |
diff |
annotate
|
2011-02-15 |
unc0rr |
Fix for my last commit (which was all nonsense)
|
file |
diff |
annotate
|
2011-02-06 |
unc0rr |
- Take into account hlint suggestions
|
file |
diff |
annotate
|
2011-02-06 |
unc0rr |
Don't accept EM message when the game isn't started
|
file |
diff |
annotate
|
2011-02-05 |
unc0rr |
Convert READY and NOT_READY messages to CLIENT_FLAGS message
|
file |
diff |
annotate
|
2011-02-02 |
unc0rr |
Frontend sends ROUNDFINISHED with information about whether the round was played till end (will be needed for stats)
|
file |
diff |
annotate
|
2011-02-02 |
unc0rr |
Merge server refactor into default
|
file |
diff |
annotate
|
2010-12-25 |
unc0rr |
Allow 8 teams in server
0.9.15
|
file |
diff |
annotate
|
2011-01-30 |
unc0rr |
Reimplement some more protocol commands
server_refactor
|
file |
diff |
annotate
|
2010-12-19 |
nemo |
Ok. This should pull 0.9.14.1 server into default
|
file |
diff |
annotate
|
2010-11-14 |
nemo |
merge 0.9.14.1 to trunk
|
file |
diff |
annotate
|
2010-11-14 |
koda |
fix compilation server for me
0.9.14.1
|
file |
diff |
annotate
|
2010-11-12 |
nemo |
This revision should, in theory, correctly merge 0.9.14 and tip, so that future merges of 0.9.14 should work properly
|
file |
diff |
annotate
|
2010-11-11 |
unc0rr |
Revert to old server in branch 0.9.14
0.9.14
|
file |
diff |
annotate
|
2010-07-19 |
unc0rr |
Reimplement ROUNDFINISHED
|
file |
diff |
annotate
|
2010-06-28 |
unc0rr |
Engine Message command
|
file |
diff |
annotate
|
2010-06-28 |
unc0rr |
START_GAME command
|
file |
diff |
annotate
|
2010-06-27 |
unc0rr |
A bunch of reimplemented commands
|
file |
diff |
annotate
|
2010-06-27 |
unc0rr |
Properly handle client exit
|
file |
diff |
annotate
|
2010-06-26 |
unc0rr |
Reimplement REMOVE_TEAM
|
file |
diff |
annotate
|
2010-06-25 |
unc0rr |
Reimplement REMOVE_TEAM
|
file |
diff |
annotate
|
2010-06-25 |
unc0rr |
Reimplement ADD_TEAM
|
file |
diff |
annotate
|
2010-06-23 |
unc0rr |
Start reimplementation of ADD_TEAM
|
file |
diff |
annotate
|
2010-06-23 |
unc0rr |
Reimplement TOGGLE_READY command
|
file |
diff |
annotate
|
2010-06-23 |
unc0rr |
Reimplement CFG protocol command
|
file |
diff |
annotate
|
2010-06-21 |
unC0Rr |
Reimplement room creating
|
file |
diff |
annotate
|
2010-06-06 |
unc0rr |
Use sockets instead of handles, use bytestrings instead of strings
|
file |
diff |
annotate
|
2010-05-06 |
unc0rr |
Some more steps in refactoring
|
file |
diff |
annotate
|
2010-03-06 |
unc0rr |
- Fix spectators team chat
|
file |
diff |
annotate
|
2010-03-06 |
unc0rr |
- Convert strings from utf-8 on recieve, and back to utf-8 when send them
|
file |
diff |
annotate
|
2010-03-03 |
unc0rr |
When removing team, set player's clan property to a colour of his another team
|
file |
diff |
annotate
|
2010-03-03 |
unc0rr |
Fix server for 0.9.12 (tested)
|
file |
diff |
annotate
|
2010-03-01 |
unc0rr |
Fix problems with utf8-encoded nicknames in team chat (not tested)
|
file |
diff |
annotate
|
2010-02-25 |
unc0rr |
- Unbreak support for client versions prior to 0.9.13-dev
|
file |
diff |
annotate
|
2010-02-04 |
smxx |
Server:
|
file |
diff |
annotate
|
2009-10-07 |
unc0rr |
Server provides more info in rooms list
|
file |
diff |
annotate
|
2009-10-03 |
unc0rr |
- Proper /team command implementation
|
file |
diff |
annotate
|
2009-09-16 |
unc0rr |
Don't store keepalive messages in game server spectators buffer
|
file |
diff |
annotate
|
2009-09-04 |
unc0rr |
Fixes suggested by hlint tool
|
file |
diff |
annotate
|
2009-08-30 |
unc0rr |
Some preparation for room control delegation support
|
file |
diff |
annotate
|
2009-08-12 |
unc0rr |
Implement filtering in server
|
file |
diff |
annotate
|
2009-07-09 |
nemo |
unc0rr's patch from issue #144 - prevent spectators from ruining the game
|
file |
diff |
annotate
|
2009-06-28 |
unc0rr |
Make server accpet TEAM_CHAT protocol command, and act like on CHAT command for now
|
file |
diff |
annotate
|
2009-05-27 |
unc0rr |
- Prevent server from producing zombies
|
file |
diff |
annotate
|
2009-04-13 |
unc0rr |
Some polishing
|
file |
diff |
annotate
|
2009-03-28 |
unc0rr |
- Fix bug with kicking players
|
file |
diff |
annotate
|
2009-03-09 |
unc0rr |
Implement kick from room
|
file |
diff |
annotate
|
2009-03-07 |
unc0rr |
Cut the length of most used net packet
|
file |
diff |
annotate
|
2009-02-23 |
unc0rr |
Implement two more missing protocol commands
|
file |
diff |
annotate
|
2009-02-20 |
unc0rr |
Fix team removing on PART command
|
file |
diff |
annotate
|
2009-02-20 |
unc0rr |
Save some more bytes in protocol
|
file |
diff |
annotate
|
2009-02-20 |
unc0rr |
- Remove client teams on exit
|
file |
diff |
annotate
|
2009-02-20 |
unc0rr |
Removeteam action
|
file |
diff |
annotate
|
2009-02-20 |
unc0rr |
Implement 'roundfinished' cmd on net server
|
file |
diff |
annotate
|