Daniel Butum
|
c10ca31452
|
Use new API paths when calling the stk server
|
2014-08-04 21:55:56 +03:00 |
|
Marianne Gagnon
|
e3a2246e25
|
More work on cutscene screens
|
2014-06-12 18:43:20 -04:00 |
|
hiker
|
8228a5bc15
|
Merge branch 'master' of https://github.com/Flakebi/stk-code into Flakebi-master
|
2014-06-12 22:09:49 +10:00 |
|
Marianne Gagnon
|
8a4b4ae213
|
Update cutscene shortcuts
|
2014-06-10 19:59:30 -04:00 |
|
Flakebi
|
cd8c27cbec
|
Save 'remember-password' setting per user
|
2014-06-05 22:07:00 +02:00 |
|
Flakebi
|
af6c121a22
|
Run whitespaces.py
|
2014-06-04 15:10:20 +02:00 |
|
hiker
|
b18d7e75ac
|
Rewrote insertionSort to only require operator< (no >),
and removed the unnecessary operators.
|
2014-05-28 21:41:07 +10:00 |
|
hiker
|
3739e7515d
|
Support old configs (i.e. if icons don't exist, they will be
created at startup).
|
2014-05-24 10:05:54 +10:00 |
|
hiker
|
11d80d47ad
|
Added support for player icons.
|
2014-05-23 22:43:19 +10:00 |
|
hiker
|
498c6b46db
|
Removed m_save_session, some code cleanup.
|
2014-05-22 07:44:26 +10:00 |
|
hiker
|
8441dbbd32
|
Fixed saving login credentials. It's now possible to switch
user (and automatically a logout and login is triggered).
|
2014-05-20 22:13:26 +10:00 |
|
hiker
|
1946df97be
|
Fixed start with no players (including aborting the create user screen),
added 'lastWasOnline' flag to enable saving of a login token even
when the account is used offline in between.
|
2014-05-17 11:43:05 +10:00 |
|
hiker
|
b38a31f303
|
Simplified handling of current player: instead of storing a flag
in each player, PlayerManager now just uses its m_current_player
to write this information in the players.xml file.
|
2014-05-16 15:39:33 +10:00 |
|
hiker
|
8d4b33f221
|
Removed tabs, and use a separate screen instead. Some more refactoring
to make remember-me a global setting.
|
2014-05-08 22:17:15 +10:00 |
|
hiker
|
812da3e0c0
|
Some work on new login screen, though wip atm.
|
2014-04-29 09:02:44 +10:00 |
|
hiker
|
c8d679139f
|
Improved documentation.
|
2014-04-22 14:13:27 +10:00 |
|
hiker
|
056aa5ed6f
|
Refactor so that PlayerProfile provides a proper interface plus
function/states for local use, and CurrentUser implements the
missing functions.
|
2014-04-17 08:19:04 +10:00 |
|
hiker
|
447ca89c0a
|
Removed CurrentUser usage from all files except PlayerManager
and PlayerProfile.
|
2014-04-16 11:13:35 +10:00 |
|
hiker
|
f33a9f7cf6
|
Fixed #1282: STK crash on startup for the first time.
|
2014-04-15 09:06:50 +10:00 |
|
hiker
|
502987d3e0
|
Now each PlayerProfile has a (currently still called) CurrentUser
which manages online connection data. Work-in-progress to use
only one object for all player data (instead of two atm: PlayerProfile
and CurrentUser).
|
2014-04-10 16:32:58 +10:00 |
|
hiker
|
25c96d88ec
|
Moved saved session data from UserConfig to PlayerProfile - which
means that now each player can individually save an online session.
|
2014-04-09 08:33:42 +10:00 |
|
konstin
|
7cc83e1475
|
running whitespaces.py update 1
|
2014-03-29 11:33:43 +01:00 |
|
konstin
|
663fffdebb
|
Revert "Running whitespaces.py; no more trailing whitespaces & tabs -> 4 spaces"
This reverts commit 65e2dcf2f0 .
|
2014-03-29 11:32:04 +01:00 |
|
konstin
|
65e2dcf2f0
|
Running whitespaces.py; no more trailing whitespaces & tabs -> 4 spaces
|
2014-03-28 20:08:39 +01:00 |
|
hiker
|
4eb4ce1511
|
Bugfix: onRaceEnd was not called for achievements (resulting in
achievements not being reset at end of a race).
|
2014-03-12 22:40:43 +11:00 |
|
hiker
|
4d6b110e56
|
Removed unnecessary #include of user_config.hpp in other hpp files
(to reduce the amount of recompilation when user_config.hpp is changed).
|
2014-02-26 12:52:16 +11:00 |
|
hiker
|
5fc300d7bb
|
Removed Single and MapAchievent (and Singe/MapAchievementInfo), instead
using the generic key-value mapping Map* has provided for everything.
Changed format of achievements.xml to be more compact.
|
2014-02-24 08:21:15 +11:00 |
|
hiker
|
a3a5d5fc3b
|
Moved achievements data into PlayerProfile (and data is saved in players.xml
now instead of in a separate achievements.xml file).
|
2014-02-20 22:04:03 +11:00 |
|
hiker
|
94da45238c
|
Renamed GameSlot to StoryModeStatus to better describe its function.
|
2014-02-17 23:16:53 +11:00 |
|
hiker
|
f2e6126f8d
|
Renamed Challenge to ChallengeStatus (to better describe what
this class is doing).
|
2014-02-17 22:20:23 +11:00 |
|
hiker
|
2b4729a145
|
Renamed player.?pp to player_profile.?pp (to follow our style
guide); removed unnecessary #includes.
|
2014-02-17 20:10:29 +11:00 |
|