Commit Graph

72 Commits

Author SHA1 Message Date
Kevin Dungs cd9d3673e9 Most things working. Apart from achivements somehow. Also achievements pop up has to be reintroduced. Probalby write an AchievementsManager or something. 2014-11-08 15:55:02 +01:00
Kevin Dungs 8516492297 Integrate achievements into GameObject system.
Now have to adjust the UI accordingly.
2014-11-08 15:55:01 +01:00
Kevin Dungs bfd38af8b8 Working on this A LOT. However, at this point this version is unfinished and DOESNT WORK! 2014-11-08 15:55:01 +01:00
Kevin Dungs 88ddebc980 Get new outreach engine working. 2014-11-08 15:55:00 +01:00
Kevin Dungs 18de4cd070 Improved upgrade system. Needs content! 2014-11-08 15:54:38 +01:00
cgeorg ff9515c277 Only splice if there's something to remove 2014-08-12 07:15:13 -04:00
cgeorg 46cda56701 Set the number of events to delete correctly
The code was only freeing up to 20 or so events, depending on how many particles the last non-visible event had.  Correctly setting the index to delete-up-to to be the highest non-visible event.
2014-08-11 17:10:01 -04:00
Igor Babuschkin 84302d2375 Reduce amount of events 2014-08-07 19:30:18 +02:00
Tadej Novak f1caef5a47 Improve rendering speed check 2014-08-07 19:30:11 +02:00
Tadej Novak 66864f0efc Temporarily remove event analytics 2014-08-07 13:50:55 +02:00
Igor Babuschkin 7ce7b84383 Take duration into account when fading out event 2014-08-07 13:35:19 +02:00
Kevin Dungs 79cd2ad461 I'm an idiot. .attach not .apply... 2014-08-07 10:44:45 +02:00
Tadej Novak 7c19dd93b4 Bump version, hardcoded for now 2014-08-07 10:13:33 +02:00
Kevin Dungs a740361c42 Add fastclick. 2014-08-06 19:42:39 +02:00
Kevin Dungs c07fbd43e9 Get warning on index.html to work. 2014-08-06 19:42:39 +02:00
Kevin Dungs 65cf1d0fc8 Implement first mobile version. 2014-08-06 19:42:39 +02:00
Tadej Novak 4305672ac7 Possible analytics fix 2014-08-06 19:30:20 +02:00
Kevin Dungs 80dec909bd Fix missing data tickers. 2014-08-05 23:52:47 +02:00
Kevin Dungs d6540d3ba7 Fix saving of name. 2014-08-05 09:06:23 +02:00
Tadej Novak e1a1f23cde Basic analytics support 2014-08-04 22:23:43 +02:00
Tadej Novak 62e285c16d Track gameplay time for achievements 2014-08-04 22:22:21 +02:00
Tadej Novak 50c6c3c240 Add update notification 2014-08-04 22:09:12 +02:00
Kevin Dungs a5a8aa800a Add UI functionality for saving.
Also fix problems with rounding and the numbers popping up.
2014-08-04 21:44:04 +02:00
Tadej Novak f441d1ab66 Add cookie law message 2014-08-04 20:24:27 +02:00
Tadej Novak 142b7941e8 Add achievements local storage support 2014-08-04 19:50:41 +02:00
Tadej Novak 4d5dbc3762 Remove duplicated achievements (closes #14) 2014-08-04 18:42:55 +02:00
Kevin Dungs fa12f3c14e Well I only wanted to implement saving and got carried away.
I cleaned the code up a bit. Everything auto-saves now (every 10s)
except for achievements. Maybe we should look at them together.
2014-08-04 16:56:53 +02:00
Kevin Dungs 014c84239a Add ObjectStorage module. 2014-08-04 16:56:53 +02:00
Kevin Dungs bd81838274 Re-introduce navbar. This fixes #9 and sets up navigation items to be
used for #7.
It also introduces fontawesome.
2014-08-04 02:18:17 +02:00
Tadej Novak aefc8aa34f Add achievements 2014-08-03 16:28:22 +02:00
Tadej Novak 5746ab90be Add achievements display 2014-08-03 15:47:20 +02:00
Igor Babuschkin 2dff44d8e6 Add formatting to counter updates 2014-08-03 13:50:52 +02:00
Igor Babuschkin dd683239d8 Add visualization of counter updates 2014-08-03 13:38:53 +02:00
Tadej Novak 6fb3e503c9 Do not generate worker events when not visible 2014-08-03 13:33:39 +02:00
Tadej Novak c7468000de Add event display for workers 2014-08-03 13:21:55 +02:00
Tadej Novak dab7c09594 Update retina.js 2014-08-03 12:54:23 +02:00
Tadej Novak 4e47fc980a Display achievements 2014-08-03 12:05:34 +02:00
Zhang Jian Nan 2f359c7da1 achievement board init 2014-08-03 12:04:18 +02:00
Tadej Novak ea679e2e68 Basic achievements 2014-08-03 12:04:18 +02:00
Kevin Dungs 4635dbea16 Implement ????? for unknown research items. Also add info page for detector. 2014-08-03 11:39:18 +02:00
Kevin Dungs efcaa18f9c Implement display of info boxes. Also fix formatting of numbers. 2014-08-03 11:39:17 +02:00
Gabor Biro 8fe00de3b5 Introducing Reputation-type upgrade 2014-08-03 10:53:22 +02:00
Igor Babuschkin e35d6eea88 Remove histogram for now 2014-08-03 10:14:32 +02:00
Kevin Dungs 74aadca97d Remove unecessary stuff. 2014-08-03 02:03:03 +02:00
Kevin Dungs ceb2db664f Consistency. 2014-08-03 02:00:55 +02:00
Kevin Dungs e1eeeea784 Remove feeble documentation attempt. 2014-08-03 01:58:22 +02:00
Kevin Dungs b9c6d094d1 Some more UI stuff. 2014-08-03 01:53:01 +02:00
Kevin Dungs 576f474359 Some work. Also remove round corners. 2014-08-03 01:53:01 +02:00
Gabor Biro 1571bc0c2c More workers, researches and upgrades. Balancing (== lot of testing/playing) needed! 2014-08-03 01:38:50 +02:00
Tadej Novak 7cf9f6042d Add Retina.js for hidpi images 2014-08-02 22:56:37 +02:00