2010-12-15 |
unc0rr |
The Fix
|
file |
diff |
annotate
|
2010-12-15 |
unc0rr |
Don't use std::string
|
file |
diff |
annotate
|
2010-07-31 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
2010-06-25 |
unc0rr |
Reimplement ADD_TEAM
|
file |
diff |
annotate
|
2010-04-16 |
smxx |
Frontend:
|
file |
diff |
annotate
|
2010-04-16 |
nemo |
Clarify an ambiguity as to what to do here if your name is already taken.
|
file |
diff |
annotate
|
2010-04-03 |
unc0rr |
Some stuff for game server administration task
|
file |
diff |
annotate
|
2010-04-01 |
sheepluva |
* fixing bug #156: Cancel button on password request works now.
|
file |
diff |
annotate
|
2010-04-01 |
nemo |
Update (c) lines to 2010 as unc0rr requested - they all had varying values so I just took the first year mentioned, then tacked on -2010
|
file |
diff |
annotate
|
2010-03-06 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
2010-02-17 |
smxx |
Frontend:
|
file |
diff |
annotate
|
2010-02-09 |
nemo |
tweak. no chirp on room creation.
|
file |
diff |
annotate
|
2010-02-09 |
nemo |
Only enable chirp for room owner
|
file |
diff |
annotate
|
2010-02-04 |
smxx |
Server:
|
file |
diff |
annotate
|
2010-01-24 |
koda |
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
|
file |
diff |
annotate
|
2009-10-18 |
unc0rr |
- lupdate && lrelease
|
file |
diff |
annotate
|
2009-10-16 |
unc0rr |
Fix player info response
|
file |
diff |
annotate
|
2009-10-14 |
unc0rr |
- Update some strings
|
file |
diff |
annotate
|
2009-10-03 |
unc0rr |
Fix /me chat command in demos
|
file |
diff |
annotate
|
2009-10-03 |
unc0rr |
- Proper /team command implementation
|
file |
diff |
annotate
|
2009-09-27 |
unc0rr |
Colorize chat messages in frontend and engine
|
file |
diff |
annotate
|
2009-09-10 |
nemo |
And in frontend
|
file |
diff |
annotate
|
2009-09-08 |
unc0rr |
Fix inconsistency in join/part messages
|
file |
diff |
annotate
|
2009-09-07 |
unc0rr |
Join messages too
|
file |
diff |
annotate
|
2009-09-07 |
unc0rr |
Not fakeable quit messages
|
file |
diff |
annotate
|
2009-09-02 |
unc0rr |
- Frontend: reorganize code controlling widgets state, fix problems getting room admin status
|
file |
diff |
annotate
|
2009-09-02 |
unc0rr |
Fix frontend ROOM_CONTROL_ACCESS protocol command handler
|
file |
diff |
annotate
|
2009-09-01 |
unc0rr |
Fix a bug when you are unable to do anything in lobby when room is closed during round
|
file |
diff |
annotate
|
2009-08-27 |
unc0rr |
Change password dialog to be more informative
|
file |
diff |
annotate
|
2009-08-27 |
unc0rr |
Ask user for a nickname on first run, suggest login name
|
file |
diff |
annotate
|
2009-06-12 |
unc0rr |
Implement ability for server admin to clear accounts cache
|
file |
diff |
annotate
|
2009-06-06 |
unc0rr |
Fix a bug in frontend leading to incorrect behaviour when dealing with names starting/ending with whitespace
|
file |
diff |
annotate
|
2009-05-31 |
nemo |
Remember password
|
file |
diff |
annotate
|
2009-05-24 |
unc0rr |
Silence frontend debug output
|
file |
diff |
annotate
|
2009-04-13 |
unc0rr |
Silence net debug messages
|
file |
diff |
annotate
|
2009-03-28 |
unc0rr |
- Fix bug with kicking players
|
file |
diff |
annotate
|
2009-03-27 |
unc0rr |
Allow admin to set server's motd
|
file |
diff |
annotate
|
2009-03-21 |
unc0rr |
- Use QCryptographicHash for md5
|
file |
diff |
annotate
|
2009-03-18 |
unc0rr |
Sync schemes config over net should work now (untested)
|
file |
diff |
annotate
|
2009-03-16 |
unc0rr |
Send scheme data over net (but recieving part isn't implemented yet)
|
file |
diff |
annotate
|
2009-03-09 |
unc0rr |
Implement kick from room
|
file |
diff |
annotate
|
2009-03-09 |
unc0rr |
own md5 function, no qca2 dependancy (patch by nemo with Qt adaptation by me)
|
file |
diff |
annotate
|
2009-03-09 |
unc0rr |
- Send initial room config
|
file |
diff |
annotate
|
2009-03-08 |
unc0rr |
Start refactoring some things. Frontend becomes temporarily unusable for network game
|
file |
diff |
annotate
|
2009-03-07 |
unc0rr |
Cut the length of most used net packet
|
file |
diff |
annotate
|
2009-03-04 |
unc0rr |
Some work on players lists context menus
|
file |
diff |
annotate
|
2009-03-02 |
unc0rr |
Enable admin button when have privilege. Button does nothing yet.
|
file |
diff |
annotate
|
2009-02-26 |
unc0rr |
Ask user password and send it to server
|
file |
diff |
annotate
|
2009-02-25 |
unc0rr |
Move from 'connecting' page to lobby only when account checked
|
file |
diff |
annotate
|
2009-02-25 |
unc0rr |
Retrieve client password from web database and ask for it
|
file |
diff |
annotate
|
2009-02-24 |
unc0rr |
Use another event to change state from 'logging in' to 'lobby'
|
file |
diff |
annotate
|
2009-02-23 |
unc0rr |
Accept new NOT_READY command format
|
file |
diff |
annotate
|
2009-02-20 |
unc0rr |
Oops, forgot a bunch of CONFIG_PARAM
|
file |
diff |
annotate
|
2009-02-20 |
unc0rr |
Prevent 'double team exiting' in egine
|
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-17 |
unc0rr |
Move template filter to map widget (by nemo)
|
file |
diff |
annotate
|
2009-02-15 |
unc0rr |
"connecting" page
|
file |
diff |
annotate
|
2009-02-15 |
unc0rr |
Templates filter by nemo
|
file |
diff |
annotate
|
2009-02-14 |
unc0rr |
Fix initial room config
|
file |
diff |
annotate
|