Commit Graph

22 Commits (2733516cb9cdad7ac4cef98b819d4d01846e5c66)

Author SHA1 Message Date
Leandro Doctors 2733516cb9 Organize imports 2020-01-16 08:21:24 +08:00
lodici 1ae240a92d consolidate duplicate log header code into setLogHeader(). 2017-06-19 10:00:21 +01:00
melvinzhang abf695ac4a ensure files and read/written using UTF_8 instead of platform default charset 2017-06-17 12:06:28 +08:00
lodici 16b35f4e82 relocate VERSION and SOFTWARE_TITLE out of GeneralConfig and into MagicSystem to avoid statics dependency and fix issue #684. 2016-02-07 20:39:31 +00:00
melvinzhang c8f1262b45 remove trailing space from java code 2015-12-31 18:54:52 +08:00
lodici 3152b32bb1 replace inline "game.log" strings with constant. 2015-11-07 09:34:22 +00:00
lodici 22d07bfdde moved VERSION constants out of MagicMain into GeneralConfig - core classes should not be referencing launch classes. 2015-02-15 12:20:32 +00:00
melvin 347262f7f3 normalize source files 2014-09-04 13:37:26 +08:00
projectfiremind 3ac35f4375 add code to launch firemind worker from settings menu 2014-09-03 19:15:41 +02:00
melvin 2c898c8fca replace tab with four spaces 2014-09-01 11:40:40 +08:00
Lodici c99e853f06 refactor: use chain of .append instead of string concatenation; improve visibility of private ctr. 2014-08-17 10:03:24 +01:00
Lodici 7de7ca0d79 get data path via MagicFileSystem. 2014-08-17 09:58:35 +01:00
ShawnieBoy 12d812ca74 Import tidyup for magic.model and magic.model.action 2014-04-18 14:58:52 +01:00
melvin 861c9ab5f8 able to overwrite default game.log file with environment variable game.log 2014-04-02 13:52:00 +08:00
Lodici 9b37c18bbe fix[#454]: Open logs folder' option launches another instance of Magarena. See issue for full changes (http://code.google.com/p/magarena/issues/detail?id=454). 2013-12-15 15:38:30 +00:00
Lodici e38a14ddaf - Complete UI revamp to present a simpler, more focused game-like UI.
- New look should improve touch-screen access.
- Menubar removed and replaced with "menu" screens accessed using ESC or standard screen icon.
- F12 toggles UI visibility for those want to view the background art in all its glory.
- ESC is global key for displaying options/pause menu.
- Readme screen revamp.
- Keywords screen revamp.
- Show confirmation dialog on Save Duel.
- Version info now set in one place in MagicMain.
- Added Backspace and Delete keys as undo action in duel screen in place of ESC.
2013-12-01 18:01:06 +00:00
melvin 64368e1b9a remove extraneous whitespace 2013-06-24 09:33:35 +08:00
melvin f1b27c586c convert to UNIX line endings 2013-04-13 10:32:25 +08:00
melvin ca4ae7af9b remove redundant field initialization 2012-10-03 16:17:01 +08:00
melvin 3036d12c63 mark members as final 2012-09-28 15:59:14 +08:00
melvin 14ccd4a165 convert tabs to four spaces 2012-06-16 22:55:26 +08:00
beholder b4a7fa6c5f added basic game log. File will be saved in /Magarena/game.log. Relevant to issue 80 2012-02-25 16:46:42 +01:00