Simon Fortier
|
d6bcb2e365
|
Merge pull request #16 from KevinRamharak/patch-5
makes it way easier to do a fresh install
|
2018-01-20 09:51:17 -05:00 |
|
simon
|
3ce8fba3cd
|
Editor support for PUSHF and POPF
|
2018-01-20 09:44:09 -05:00 |
|
simon
|
f3de9c4c74
|
Fixes #30
|
2018-01-20 09:32:28 -05:00 |
|
Simon Fortier
|
8f5e851b31
|
Merge pull request #36 from simon987/Typescript
Re-written a big chunk of code in typescript for readability
|
2018-01-20 09:13:00 -05:00 |
|
simon
|
bad28370ab
|
Temporary fix for #22
|
2018-01-20 09:10:14 -05:00 |
|
simon
|
2e85abf645
|
Added dig animation
|
2018-01-20 08:54:41 -05:00 |
|
simon
|
8119ababb2
|
Basic Vault Door Support
|
2018-01-17 22:00:43 -05:00 |
|
simon
|
5d36a55f2d
|
Major refactor of the console screen, game code rewritten in Typescript, users can now change their passwords
|
2018-01-17 19:30:27 -05:00 |
|
simon
|
9903631a93
|
Basic support for variable World size
|
2018-01-14 12:03:25 -05:00 |
|
simon
|
a06e49c0dd
|
Basic game frontend functionality in Typescript
|
2018-01-08 20:27:57 -05:00 |
|
simon
|
22c64110e9
|
Removed editor tab for guest users
|
2018-01-03 19:14:36 -05:00 |
|
Simon Fortier
|
9d508eccf2
|
Merge pull request #27 from sg495/master
Installation instructions restructured and more detailed
|
2018-01-03 18:44:15 -05:00 |
|
Simon Fortier
|
00182c2b92
|
Merge pull request #26 from KevinRamharak/issue-17-filter-sanitize-password-strips-characters
Removed filter for password Fixes #17
|
2018-01-03 18:42:58 -05:00 |
|
Simon Fortier
|
1e1011bc2c
|
Merge pull request #25 from KevinRamharak/issue-18-editor-upload-buttons-hidden-for-guest
Hide editor for guests. Fixes #18
|
2018-01-03 18:40:58 -05:00 |
|
Simon Fortier
|
47401747c7
|
Merge pull request #19 from Jaggernaut555/feature-server-descriptions
Updated server list descriptions
|
2018-01-03 17:16:19 -05:00 |
|
sg495
|
6ffbf24174
|
Restructured instructions a little.
|
2018-01-03 20:31:03 +01:00 |
|
sg495
|
b643c08a74
|
Made instructions slightly more detailed (with explicit examples for users on windows/XAMPP).
|
2018-01-03 20:22:38 +01:00 |
|
KevinRamharak
|
8f03acf1a6
|
hide editor for guests. Using hack to redirect editor button to login.php
|
2018-01-03 15:06:38 +01:00 |
|
KevinRamharak
|
6e0fe8f0c2
|
fixes #17
|
2018-01-03 14:39:21 +01:00 |
|
Jaggernaut555
|
c44350d14f
|
Updated server list descriptions
|
2018-01-02 19:09:29 -08:00 |
|
simon
|
d4732d8946
|
Added server list
|
2018-01-02 20:41:41 -05:00 |
|
simon
|
40afaf3d9e
|
Partial support for jumping and displays [Uncharted World] when a World is not yet generated.
|
2018-01-02 19:45:32 -05:00 |
|
Kevin Ramharak
|
b5a9a13b99
|
Update README.md
See way easier
|
2018-01-02 14:52:13 +01:00 |
|
Kevin Ramharak
|
0e15797645
|
Update database.sql
Added auto user
- TODO: make this based on some root level config file?
|
2018-01-02 14:49:09 +01:00 |
|
Kevin Ramharak
|
07d8d01c92
|
Update database.sql
This makes an installation way easier
|
2018-01-02 14:31:12 +01:00 |
|
simon
|
c943c829f0
|
Fixes #15
|
2018-01-01 16:44:14 -05:00 |
|
Simon Fortier
|
e7745e7810
|
Merge pull request #14 from ChartreuseK/bug-1
Mostly fixed #1 , more responsive to width and changes.
|
2018-01-01 15:43:58 -05:00 |
|
Simon Fortier
|
aac9fb8f47
|
Merge pull request #13 from KevinRamharak/patch-4
Remove newlines and tabs in hologram
|
2018-01-01 15:41:29 -05:00 |
|
Simon Fortier
|
a3c6329a41
|
Merge pull request #11 from KevinRamharak/patch-3
Fixed wrong hologram color display + remove newlines in hologram
|
2018-01-01 15:37:07 -05:00 |
|
Hayden Kroepfl
|
6152310c36
|
Mostly fixed width issue, more responsive to width and changes. Tweaked border shadow
|
2018-01-01 11:00:00 -07:00 |
|
Kevin Ramharak
|
7435b6178d
|
added global flag to regexp
finally fixes #12...
|
2018-01-01 16:53:29 +01:00 |
|
Kevin Ramharak
|
353c8161ae
|
actually implement the fix
forgot `[` around character classes `]`
fixes #12
|
2018-01-01 16:35:06 +01:00 |
|
Kevin Ramharak
|
a1f467576f
|
Remove tabs and newlines from displaying in holo
fixes #12
|
2018-01-01 16:31:41 +01:00 |
|
Kevin Ramharak
|
471e29e9ac
|
Fixed wrong holo color display
fixes #10
|
2018-01-01 16:21:48 +01:00 |
|
simon
|
71687cdc9f
|
Minor code styling refactor
|
2018-01-01 09:58:27 -05:00 |
|
Simon Fortier
|
55a800d0e8
|
Merge pull request #9 from KevinRamharak/master
Implemented different editor themes
|
2018-01-01 09:46:48 -05:00 |
|
Kevin Ramharak
|
119fabb7de
|
Merge https://github.com/simon987/Much-Assembly-Required-Frontend
|
2018-01-01 12:29:21 +01:00 |
|
Kevin Ramharak
|
c7730bd43c
|
put select in proper group + added default classes
|
2018-01-01 12:26:57 +01:00 |
|
Kevin Ramharak
|
1777e213bb
|
implemented different themes + local storage of theme selected
|
2018-01-01 12:20:15 +01:00 |
|
simon
|
ae375c7b08
|
Merge remote-tracking branch 'origin/master'
|
2017-12-31 12:20:56 -05:00 |
|
simon
|
57457da91e
|
Increased maximum password length
|
2017-12-31 12:20:46 -05:00 |
|
Simon Fortier
|
310b795f4f
|
Merge pull request #4 from KevinRamharak/patch-2
Update README.md
|
2017-12-31 11:03:17 -05:00 |
|
simon
|
b5da942878
|
Added console area
|
2017-12-31 09:58:29 -05:00 |
|
Kevin Ramharak
|
0374a07e35
|
Update README.md
Added mysql instructions
|
2017-12-31 11:43:33 +01:00 |
|
simon
|
e3fc607cdc
|
Cubot color support, Console output support.
|
2017-12-30 15:33:22 -05:00 |
|
Simon Fortier
|
bfc9c338c5
|
Merge pull request #3 from KevinRamharak/patch-1
added `JO` and `JNO` to the correct regexes
|
2017-12-30 15:07:38 -05:00 |
|
Kevin Ramharak
|
1b0f429c4d
|
added JO and JNO to the correct regexes
These were forgotten so the highlighter says they are errors
|
2017-12-30 20:42:31 +01:00 |
|
simon
|
59dae76be9
|
Visual improvements, Added Radio Tower, String literals
|
2017-12-30 09:35:12 -05:00 |
|
simon
|
2b96a2c77e
|
Merge remote-tracking branch 'origin/master'
|
2017-12-25 11:26:43 -05:00 |
|
simon
|
69b7c7c455
|
v1.3a update
|
2017-12-25 11:26:36 -05:00 |
|