yesji
c92b9afbd1
Fixed "Module is defined but never used" issue
2019-10-11 22:30:58 +05:30
yesji
60515fe982
Fixed "Module is defined but never used" issue
2019-10-11 22:29:50 +05:30
yesji
0ed708004c
Fixed "Module is defined but never used" issue
2019-10-11 22:28:40 +05:30
yesji
d02599125c
Fixed "Module is defined but never used" issue
2019-10-11 22:28:10 +05:30
yesji
043bcd0cd8
Fixed "Module is defined but never used" issue
2019-10-11 22:26:56 +05:30
yesji
880d5d6da1
Fixed "Module is defined but never used" issue
2019-10-11 22:26:18 +05:30
yesji
6e9f584fa4
Fixed "Module is defined but never used" issue
2019-10-11 22:25:51 +05:30
yesji
4007039df4
Fixed "Module is defined but never used" issue
2019-10-11 22:25:16 +05:30
yesji
49caa55357
Fixed "Module is defined but never used" issue
2019-10-11 22:24:49 +05:30
yesji
6acbfead2c
Fixed "Module is defined but never used" issue
2019-10-11 22:24:20 +05:30
yesji
ed5d3ecda0
Fixed "Module is defined but never used" issue
2019-10-11 22:23:47 +05:30
yesji
f6a4330486
Fixed "Module is defined but never used" issue
2019-10-11 22:21:38 +05:30
yesji
9eaac08a7a
Fixed "Module is defined but never used" issue
2019-10-11 22:21:00 +05:30
yesji
131751bb01
Fixed "Module is defined but never used" issue
2019-10-11 22:18:48 +05:30
yesji
af2076df24
Fixed "Module is defined but never used" issue
2019-10-11 22:17:54 +05:30
yesji
82ed3fcf6f
Fixed "Module is defined but never used" issue
2019-10-11 22:17:16 +05:30
yesji
1725558d6a
Fixed "Module is defined but never used" issue
2019-10-11 22:16:25 +05:30
yesji
5633a76b38
Fixed "Module is defined but never used" issue
2019-10-11 22:14:32 +05:30
yesji
37b43b1746
Fixed "Module is defined but never used" issue
2019-10-11 22:10:54 +05:30
yesji
24c322b60a
Fixed "'module' is defined but never used." issue
...
Fixed "'module' is defined but never used." issue. If this is the expected solution, I will go forward and use the same solution for the similar issues.
2019-10-06 21:53:27 +05:30
yesji
638c5b3bb3
Fixed 3 "switch without 'default' clause." issues ( #207 )
...
Fixed 3 "switch without 'default' clause."
2019-10-06 08:51:32 -04:00
Richard Cuthbert
3a35f3fdfc
In Assembler.java, I moved the overloaded parseDWInstruction() method to be sequential to the earlier method of the same name.
2019-06-19 00:05:44 +01:00
Xinyuan Chen
fb97415ee7
simplified getRandomTileWithAdjacent
2019-05-30 22:57:19 -07:00
Simon Fortier
f37ae36262
Update dates
2019-05-22 18:34:59 -04:00
Simon Fortier
556b46badc
Typo
2019-05-22 18:34:25 -04:00
Christian Bauer
629dac6ea3
getAdjacentTileCount Method now uses for-loop instead of many if statements
2019-05-12 21:40:52 +02:00
simon987
55fdd93d9d
Update dependency
2019-04-23 17:14:24 -04:00
simon987
2f7d2cd85a
Fix build fail and refactor config file in tests
2019-04-23 17:04:20 -04:00
Kevin Ramharak
f9c7f02870
fix tests and configuration
2019-04-23 21:56:31 +02:00
Matias
35b6f06687
Code style & refactor for two issues
2019-04-18 14:54:37 -03:00
simon987
bcd96be625
Change mongo transaction warning message
2019-04-11 18:43:47 -04:00
Woosle Park
f99f327480
Issue 182: Leaderboard changes ( #194 )
...
Implement new stats
2019-04-11 18:35:41 -04:00
Kevin Ramharak
bf9cdc7b29
actually add the implemented instrutions to instruction set :)
2019-01-24 19:17:01 +01:00
simon987
e0ed1e0e6f
reformat code
2019-01-23 19:19:57 -05:00
Kevin Ramharak
0fbd1d1a6b
add setcc instruction to editor lexer
2019-01-23 17:21:52 +01:00
Kevin Ramharak
8018fb3e30
update syntax highlighting
2019-01-23 17:18:29 +01:00
Kevin Ramharak
fb8fdac9c3
add tests for all SETcc instructions
2019-01-23 14:25:58 +01:00
Kevin Ramharak
a3253e8e3a
fix setg
2019-01-23 14:08:40 +01:00
Kevin Ramharak
9ee754e5be
add forgoten alias
2019-01-23 13:47:42 +01:00
Kevin Ramharak
e72e8b45c5
implement setcc tests
2019-01-23 10:08:30 +01:00
Kevin Ramharak
311889bc93
fix operandValid check; remove unused import;
2019-01-23 10:08:15 +01:00
Kevin Ramharak
9cb2c29f0f
remove logs; 1 log might cause a null ref;
2019-01-23 09:48:43 +01:00
Kevin Ramharak
f3ae97c060
fix typo
2019-01-23 09:43:33 +01:00
Kevin Ramharak
e8033f3291
add operand constructors for easier testing
2019-01-23 09:39:44 +01:00
Kevin Ramharak
b19eb0568d
remove magic numbers
2019-01-23 09:31:49 +01:00
Kevin Ramharak
9aa876df62
implement all aliases as instructions
2019-01-23 09:16:56 +01:00
Kevin Ramharak
b1da29d7fb
fix feedback
2019-01-23 09:16:44 +01:00
Kevin Ramharak
12f20d178a
example implementation of setcc and first cc setz
2019-01-22 22:13:25 +01:00
Kevin Ramharak
a030e9fc5d
slightly rework aliases to work with inheritance
2019-01-22 22:12:34 +01:00
Kevin Ramharak
439547102f
remove package private attributes
2019-01-22 20:54:59 +01:00