2013-11-30 |
unc0rr |
Fix erroneous message in console debug
|
file |
diff |
annotate
|
2013-11-17 |
unc0rr |
- Column for script in rooms list
|
file |
diff |
annotate
|
2013-10-15 |
unc0rr |
Allow user to enter password for the room he joins
|
file |
diff |
annotate
|
2013-10-14 |
unc0rr |
- Frontend finally learns how to create passworded room
|
file |
diff |
annotate
|
2013-10-11 |
koda |
merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang
webgl
|
file |
diff |
annotate
|
2013-10-08 |
unc0rr |
Icons for 'i' and 'c' flags
|
file |
diff |
annotate
|
2013-06-04 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-05-29 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
2013-05-13 |
unc0rr |
Restore ready toggle for room admins (issue 432)
|
file |
diff |
annotate
|
2013-04-08 |
unc0rr |
- Better fix to friends joins/quits highlighting problem
|
file |
diff |
annotate
|
2013-04-02 |
koda |
update webgl branch
webgl
|
file |
diff |
annotate
|
2013-03-21 |
sheepluva |
fix/hack so that (own) messages sent in frontend are also visible in the game chat
|
file |
diff |
annotate
|
2013-03-21 |
sheepluva |
fix player info
|
file |
diff |
annotate
|
2013-03-20 |
sheepluva |
add lobby chat features to room chat
|
file |
diff |
annotate
|
2013-03-12 |
koda |
this should prevent the password prompt from appearing on local games (issue 548)
|
file |
diff |
annotate
|
2013-02-23 |
unc0rr |
Fix issue 507 (not highlighting friends joins)
|
file |
diff |
annotate
|
2013-02-22 |
unc0rr |
Support 'registered only' room flag in frontend
|
file |
diff |
annotate
|
2013-02-21 |
unc0rr |
Workaround queued signals problem in netclient instead. Should fix everything.
|
file |
diff |
annotate
|
2013-02-09 |
dag10 |
Implements protocol message JOINING on frontend, so client in a room always displays correct room name, even when room name changes. Fixes issue 522.
|
file |
diff |
annotate
|
2013-01-26 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-01-25 |
unc0rr |
- Also pass unknown cmds to the server when in room
|
file |
diff |
annotate
|
2013-01-21 |
dag10 |
It is now possible to start a game even if not all players are "ready"; a confirmation prompt is shown. This commit updates the server.
|
file |
diff |
annotate
|
2013-01-18 |
unc0rr |
Server messages localization using Qt's l10n subsystem:
|
file |
diff |
annotate
|
2013-01-17 |
unc0rr |
- Pass unknown chat commands to server
|
file |
diff |
annotate
|
2012-12-25 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
2012-12-16 |
unc0rr |
Merge from default
flibqtfrontend
|
file |
diff |
annotate
|
2012-12-16 |
unc0rr |
Pass ROUND_FINISHED to engine so it could stop syncing
|
file |
diff |
annotate
|
2012-12-14 |
Ondrej Skopek |
Added handling of not registered nicks (no change-server side tho), clearPasswordHash() also now sets the savepassword setting to false
|
file |
diff |
annotate
|
2012-12-10 |
Ondrej Skopek |
Patched login dialog bugs, added retry dialogs
|
file |
diff |
annotate
|
2012-12-04 |
unc0rr |
merge from default
flibqtfrontend
|
file |
diff |
annotate
|
2012-11-30 |
unc0rr |
Bans manager
|
file |
diff |
annotate
|
2012-11-25 |
unc0rr |
Convert HWTeam to be a wrapper to flib_team
flibqtfrontend
|
file |
diff |
annotate
|
2012-11-14 |
unc0rr |
Don't accept in-room flags when not in room
|
file |
diff |
annotate
|
2012-10-26 |
unc0rr |
Oops, fix room players list emptyness
|
file |
diff |
annotate
|
2012-10-21 |
unc0rr |
Keep room admin ready status always set
|
file |
diff |
annotate
|
2012-10-21 |
unc0rr |
Remove deprecated signals
|
file |
diff |
annotate
|
2012-10-17 |
unc0rr |
'In game' client flag, both server and frontend support
|
file |
diff |
annotate
|
2012-10-11 |
unc0rr |
- Nicks starting from not-letter char go to bottom of the list
|
file |
diff |
annotate
|
2012-10-09 |
unc0rr |
Don't ask for full rooms list on part/kick
|
file |
diff |
annotate
|
2012-10-08 |
unc0rr |
Load friends/ignored nicks from file
|
file |
diff |
annotate
|
2012-10-08 |
unc0rr |
Room players list
|
file |
diff |
annotate
|
2012-10-07 |
unc0rr |
Bring back sorting
|
file |
diff |
annotate
|
2012-10-07 |
unc0rr |
Bring icons back
|
file |
diff |
annotate
|
2012-10-06 |
unc0rr |
Further work on moving to players list model
|
file |
diff |
annotate
|
2012-10-05 |
unc0rr |
Start moving to players list model.
|
file |
diff |
annotate
|
2012-09-27 |
unc0rr |
Oops
|
file |
diff |
annotate
|
2012-09-25 |
unc0rr |
- Keep track of room name so correct name is displayed when you become room admin
|
file |
diff |
annotate
|
2012-09-09 |
sheepluva |
recognize client-flags h and u, ROOM_CONTROL_ACCESS will be ignored from here on
|
file |
diff |
annotate
|
2012-09-09 |
sheepluva |
client-flags: make code easier to read/prettier; add parsing of flag 'a'; add warning in console on unknown flag; ignore ADMIN_ACCESS
|
file |
diff |
annotate
|
2012-08-16 |
unc0rr |
Forgot this state
|
file |
diff |
annotate
|
2012-08-13 |
unc0rr |
Allow JOINED message in lobby
|
file |
diff |
annotate
|
2012-08-09 |
unc0rr |
Don't accept room messages when not in room state. Not tested even if it builds.
|
file |
diff |
annotate
|
2012-05-27 |
unc0rr |
- Allow switching colors with mouse wheel
|
file |
diff |
annotate
|
2012-04-28 |
sheepluva |
license header year range adjustments
|
file |
diff |
annotate
|
2012-02-26 |
unc0rr |
Send ROUND_FINISHED only once (only from in game mode)
|
file |
diff |
annotate
|
2012-02-24 |
unc0rr |
- Increase server version number due to rooms list protocol changes
|
file |
diff |
annotate
|
2012-02-23 |
unc0rr |
Setup rooms list headers
|
file |
diff |
annotate
|
2012-02-23 |
unc0rr |
Handle ROOM* commands in rooms list model
|
file |
diff |
annotate
|
2012-02-22 |
unc0rr |
Start switching to rooms list model. To be continued.
|
file |
diff |
annotate
|
2012-02-20 |
unc0rr |
Show message and return from network game pages on server shutdown
|
file |
diff |
annotate
|