2019-05-10 |
Wuzzy |
Teach frontend how to deal with official server replays (/watch)
|
file |
diff |
annotate
|
2019-04-30 |
alfadur |
upgrade to QSslSocket
|
file |
diff |
annotate
|
2019-04-30 |
alfadur |
add argument flag for tls connections
|
file |
diff |
annotate
|
2019-04-25 |
alfadur |
accept redirect messages
|
file |
diff |
annotate
|
2018-04-13 |
nemo |
QT for some reason messes with XCompose causing broken input (Qt 5 only - Qt 4 did not break anything). In Qt 5.2 and 5.3 this was causing an invalid conversion in chat messages containing these resulting in the bad bytes being stripped. In Qt 5.9 it is still broken, but you at least get a string with something in it. This checks for non-zero converted strings for room creation and chat lines.
|
file |
diff |
annotate
|
2016-10-02 |
sheepluva |
fix for Bug 91 - Make DELEGATE action available in frontend
|
file |
diff |
annotate
|
2015-08-10 |
sheepluva |
more copyright fixes
|
file |
diff |
annotate
|
2015-01-01 |
unc0rr |
Revert 5f34d3341fc1 and 28d5cebdf660, fix 9b789de8e5df instead
0.9.21
|
file |
diff |
annotate
|
2014-12-30 |
nemo |
revert 9b789de8e5df on branch based on feedback from zorg - seems to be breaking gameplay
0.9.21
|
file |
diff |
annotate
|
2014-12-27 |
unc0rr |
Workaround bug (each time losing room master status, even when joining mutliple rooms, new instance of NetAmmoSchemeModel created, receiving schemeConfig and modifying its 43rd member, thus the last model which accepts this signal has the string cut down several times, workaround creates copy of qstringlist to avoid modifying shared message instance. Proper fix would delete unneeded instances of NetAmmoSchemeModel, but who cares)
0.9.21
|
file |
diff |
annotate
|
2014-12-22 |
nemo |
this bugs me every time I look at it
|
file |
diff |
annotate
|
2014-02-04 |
sheepluva |
update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
|
file |
diff |
annotate
|
2014-01-25 |
unc0rr |
Mutual authentication: client side
|
file |
diff |
annotate
|
2014-01-21 |
koda |
partial merge of the webgl branch
|
file |
diff |
annotate
|
2014-01-17 |
sheepluva |
update copyright to 2014
|
file |
diff |
annotate
|
2014-01-04 |
unc0rr |
merge default
webgl
|
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-06-04 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-05-29 |
unc0rr |
bump copyright year for Andrey entries
|
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-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 |
sheepluva |
big indentation/whitespaces cleanup
|
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-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-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-11-30 |
unc0rr |
Bans manager
|
file |
diff |
annotate
|
2012-10-28 |
Xeli |
merge Medo's GSoC work
hedgeroid
|
file |
diff |
annotate
|
2012-10-21 |
unc0rr |
Remove deprecated signals
|
file |
diff |
annotate
|
2012-10-07 |
unc0rr |
Bring back sorting
|
file |
diff |
annotate
|
2012-10-05 |
unc0rr |
Start moving to players list model.
|
file |
diff |
annotate
|
2012-09-16 |
Medo |
Merge
|
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-05-29 |
Medo |
Removed dead/deprecated code and comments
|
file |
diff |
annotate
|
2012-04-28 |
sheepluva |
license header year range adjustments
|
file |
diff |
annotate
|
2012-02-22 |
unc0rr |
Start switching to rooms list model. To be continued.
|
file |
diff |
annotate
|
2012-02-17 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
2012-01-30 |
nemo |
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
|
file |
diff |
annotate
|
2011-09-28 |
sheepluva |
I started to move stuff around, c'mon, hate on meee. PS: if your (clean) build is broken - let me know)
|
file |
diff |
annotate
| base
|