2008-10-15 |
unc0rr |
Fix conditions to disconnect
|
changeset |
files
|
2008-10-15 |
unc0rr |
Fix chat messages in saves and demos
|
changeset |
files
|
2008-10-15 |
unc0rr |
Oops... fix introduced bug
|
changeset |
files
|
2008-10-15 |
unc0rr |
Share chat between frontend and engine
|
changeset |
files
|
2008-10-15 |
unc0rr |
Further improve disconnects handling
|
changeset |
files
|
2008-10-15 |
unc0rr |
Various small insignificant improvements everywhere
|
changeset |
files
|
2008-10-14 |
unc0rr |
- Perform lupdate-qt4 && lrelease-qt4
|
changeset |
files
|
2008-10-14 |
unc0rr |
Add more support for handling disconnects while playing (not fully tested)
|
changeset |
files
|
2008-10-13 |
unc0rr |
Add partial implementation of handling disconnects while playing via network
|
changeset |
files
|
2008-10-13 |
unc0rr |
- Reverse the order of client list
|
changeset |
files
|
2008-10-13 |
unc0rr |
- Add forgotten PirateFlag map to list of installed maps
|
changeset |
files
|
2008-10-13 |
unc0rr |
- Remove deprecated stuff
|
changeset |
files
|
2008-10-13 |
unc0rr |
- Set focus to dead hedgehog
|
changeset |
files
|
2008-10-13 |
unc0rr |
Make messages be more debug-friendly
|
changeset |
files
|
2008-10-12 |
unc0rr |
Server erases teams list after round finish, so everything should be okay now
|
changeset |
files
|
2008-10-12 |
unc0rr |
Clients send roundfinished message to server when the round is over
|
changeset |
files
|
2008-10-12 |
unc0rr |
Fix water rising too fast
|
changeset |
files
|
2008-10-10 |
unc0rr |
Rename function
|
changeset |
files
|
2008-10-10 |
unc0rr |
Allow --port=PORT command-line parameter to specify the port to listen on
|
changeset |
files
|
2008-10-09 |
unc0rr |
Flush CONNECTED message, so client hasn't to wait for it on connect
|
changeset |
files
|
2008-10-09 |
unc0rr |
Fix the bug
|
changeset |
files
|
2008-10-09 |
unc0rr |
Stub to run network game
|
changeset |
files
|
2008-10-09 |
unc0rr |
Update protocol doc
|
changeset |
files
|
2008-10-09 |
unc0rr |
Fix team colors mismatch on some conditions (just synchronize them when team is added)
|
changeset |
files
|
2008-10-09 |
unc0rr |
Small optimization (use partition instead of two filters with opposite predicates)
|
changeset |
files
|
2008-10-09 |
unc0rr |
Send team removal message to others in room when client disconnects
|
changeset |
files
|
2008-10-09 |
unc0rr |
- Fix a bug with chosen map (new clinet gets wrong information)
|
changeset |
files
|
2008-10-09 |
unc0rr |
Fix that bug (lol, pretty fast, eh?)
|
changeset |
files
|
2008-10-09 |
unc0rr |
Send teams info to newly connected client (has a bug with team sequence, need to discover)
|
changeset |
files
|
2008-10-09 |
unc0rr |
- Allow team color changing
|
changeset |
files
|
2008-10-09 |
unc0rr |
- Only team owner can remove team from the list
|
changeset |
files
|
2008-10-09 |
unc0rr |
Add support for removing team
|
changeset |
files
|
2008-10-09 |
unc0rr |
Can choose hedgehogs number now
|
changeset |
files
|
2008-10-09 |
unc0rr |
Add seduction weapon sound
|
changeset |
files
|
2008-10-08 |
unc0rr |
Adding teams now works
|
changeset |
files
|
2008-10-08 |
unc0rr |
Get rid of team id in client code
|
changeset |
files
|
2008-10-08 |
unc0rr |
Build neccessary structures in memory on ADDTEAM message, but don't send answer yet (need to review team id concept)
|
changeset |
files
|
2008-10-08 |
unc0rr |
Fix protocol implementation to conform documentation
|
changeset |
files
|
2008-10-08 |
unc0rr |
- Add protocol description (just started)
|
changeset |
files
|
2008-10-08 |
unc0rr |
Optimize list lookups a bit
|
changeset |
files
|
2008-10-08 |
unc0rr |
Reformat some code =P
|
changeset |
files
|
2008-10-08 |
unc0rr |
- Shut the client's tries to configure server up
|
changeset |
files
|
2008-10-08 |
unc0rr |
Server now fully supports game options
|
changeset |
files
|
2008-10-08 |
unc0rr |
- Add join and leave messages to chat box
|
changeset |
files
|
2008-10-08 |
unc0rr |
Implement rooms list refresh
|
changeset |
files
|
2008-10-08 |
unc0rr |
Implement room create and join
|
changeset |
files
|
2008-10-08 |
unc0rr |
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
|
changeset |
files
|
2008-10-08 |
unc0rr |
Create a page for rooms list
|
changeset |
files
|
2008-10-07 |
unc0rr |
- Add stub page for rooms list
|
changeset |
files
|
2008-10-06 |
unc0rr |
Get rid of "internet" network game mode
|
changeset |
files
|
2008-10-06 |
unc0rr |
Fix a bug with 'ghosts' on server
|
changeset |
files
|
2008-10-06 |
unc0rr |
Fix another server failure (when second client in room disconnects)
|
changeset |
files
|
2008-10-06 |
unc0rr |
- Now actually fix
|
changeset |
files
|
2008-10-05 |
unc0rr |
Fix server crash on client disconnect
|
changeset |
files
|
2008-10-05 |
unc0rr |
- Fix build of server (has some bugs now)
|
changeset |
files
|
2008-10-05 |
unc0rr |
Start refactoring standalone server (prepare to change protocol)
|
changeset |
files
|
2008-10-05 |
unc0rr |
Don't allow team with the same name from the same client (helps with double add due to lags)
|
changeset |
files
|
2008-10-05 |
unc0rr |
Remove deprecated stuff
|
changeset |
files
|
2008-09-29 |
unc0rr |
Fix a bug screwing team selection up in network game
|
changeset |
files
|
2008-09-29 |
unc0rr |
Fix arithmetic bug in CHedgehogerWidget
|
changeset |
files
|