Commit Graph

246 Commits

Author SHA1 Message Date
c914fac1f5 Moved OutputLayout 2018-03-11 17:47:42 +01:00
28c8eef876 Added verbose logs 2018-03-01 10:03:46 +01:00
2a0440bac8 Moved MathSolver to solver.MathSolver 2018-03-01 09:54:14 +01:00
5MITT04
3248d7b488 Changed my nickname 2018-03-01 09:43:10 +01:00
5MITT04
a25f2a20c6 Resolved compiler errors 2018-03-01 09:39:47 +01:00
528e94966e Added more rules 2018-02-07 22:06:40 +01:00
ef1430a9e4 Converted more rules 2018-02-06 22:46:28 +01:00
62277c7b4f Added new rules and introduced the variable 'maxFactor' 2018-02-05 00:05:31 +01:00
Andrea Cavalli
81975bcd52 Update README.md
Conflicts:
	README.md
2018-02-04 12:08:13 +01:00
d8d0492f1f Added a keypad picture 2018-02-04 12:05:45 +01:00
Andrea Cavalli
fd6bf87e1b
Update README.md 2018-02-04 12:05:05 +01:00
b29681ace9 Added a keypad picture 2018-02-04 12:01:34 +01:00
9a642bd5c7 removed picture 2018-02-04 12:01:11 +01:00
Andrea Cavalli
f8e9e47af3
Update README.md 2018-02-04 11:59:47 +01:00
df693e329b Changed ExpandRule 1 and 2 2018-02-04 11:57:49 +01:00
f952f51ba8 Finished adding the rules of the functions 2017-12-26 15:04:23 +01:00
296dc63ccd Changed .gitignore 2017-12-26 14:02:18 +01:00
738a1f3982 Changed .gitignore 2017-12-26 14:00:00 +01:00
8ab3729f32 Fixed keyboard bugs 2017-12-24 13:03:21 +01:00
9dc4bcd6aa Fixed keyboard bugs 2017-12-24 12:57:36 +01:00
2d1f6b0e81 Merge remote-tracking branch 'refs/remotes/origin/master' into new-math-rules 2017-12-24 12:44:16 +01:00
2cc9ed829e Fixed CPU Window size 2017-12-24 12:43:55 +01:00
563717293d Merge remote-tracking branch 'refs/remotes/origin/master' into new-math-rules
# Conflicts:
#	src/main/java/org/warp/picalculator/StaticVars.java
2017-12-24 12:31:16 +01:00
c20aefdc5a Window zoom argument 2017-12-24 12:12:21 +01:00
88960e2f9d Merge branch 'new-math-rules' of https://github.com/XDrake99/WarpPI into new-math-rules 2017-12-24 12:04:15 +01:00
d181ecaf25 Updated rules 2017-12-24 12:02:29 +01:00
d5d34394db Added JIT warp-up phase 2017-12-24 12:02:28 +01:00
e6949aed92 Updated Division.js 2017-12-24 12:02:28 +01:00
b23eeeb35c Added division rule
removed also some old and unused resources
2017-12-24 12:02:27 +01:00
b7a50c3cc5 Fixed rules loading 2017-12-24 12:02:27 +01:00
62418138fc Redefined Functions 2017-12-24 12:02:26 +01:00
3c81271338 new math rules 2017-12-24 12:02:26 +01:00
4b97d6e639 Removed old imports 2017-12-24 11:59:59 +01:00
04555e77a4 Updated rules 2017-12-24 11:59:09 +01:00
86c5fa2818 Added JIT warp-up phase 2017-12-23 15:20:42 +01:00
aa9e36d72c Updated Division.js 2017-12-23 15:04:30 +01:00
c18596661f Added division rule
removed also some old and unused resources
2017-12-23 14:09:42 +01:00
8329b09601 Fixed rules loading 2017-12-23 01:14:38 +01:00
bc6609d7dd Redefined Functions 2017-12-22 22:39:58 +01:00
45859b266a new math rules 2017-12-21 23:21:29 +01:00
209253fcac Updated algebra rules 2017-12-20 18:07:11 +01:00
85d1e7d713 Updated JNI tests 2017-12-13 22:34:15 +01:00
d5f0514208 Created Framebuffer Engine implementation 2017-12-13 18:09:57 +01:00
d22faf0359 JNI Test 2017-12-11 18:09:00 +01:00
44ebaa787f Testing JNI 2017-12-10 01:09:27 +01:00
6a99a0ea4c Font atlas is now compressed: empty characters are omitted. 2017-12-09 23:00:04 +01:00
ca41857f0c Better GPU memory handling 2017-11-19 22:58:37 +01:00
35294797a3 Async math computing 2017-11-19 12:55:48 +01:00
f24511ffd7 Changed some rules and removed all the "SyntaxRule" ones
Added parentheses where needed in the output.
2017-11-01 22:34:35 +01:00
12478f1cb9 Keybard and Multiplication parsing changed.
-Faster keyboard input handling
-Fixed an important bug that prevents the correct parsing of the
multiplications
2017-10-31 23:11:53 +01:00