Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iTasks-SDK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
73
Issues
73
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
06be3a98
Verified
Commit
06be3a98
authored
Apr 23, 2019
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tested Trax with ABC interpreter
parent
357412c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
Examples/Games/Trax/Trax.prj.default
Examples/Games/Trax/Trax.prj.default
+7
-1
Examples/Games/Trax/Trax/UI.icl
Examples/Games/Trax/Trax/UI.icl
+0
-3
No files found.
Examples/Games/Trax/Trax.prj.default
View file @
06be3a98
...
...
@@ -3,9 +3,12 @@ Global
ProjectRoot: ...
Target: iTasks
Exec: {Project}/Games/Trax/Trax.exe
ByteCode: {Project}/Games/Trax/Trax.bc
CodeGen
CheckStacks: False
CheckIndexes: True
OptimiseABC: True
GenerateByteCode: True
Application
HeapSize: 134217728
StackSize: 512000
...
...
@@ -25,7 +28,7 @@ Global
Stack: False
Dynamics: True
GenericFusion: False
DescExL:
Fals
e
DescExL:
Tru
e
Output
Output: ShowConstructors
Font: Monaco
...
...
@@ -40,6 +43,9 @@ Global
ResourceSource:
GenerateDLL: False
ExportedNames:
StripByteCode: True
KeepByteCodeSymbols: True
PrelinkByteCode: True
Paths
Path: {Project}*Games*Trax
Path: {Project}*Games
...
...
Examples/Games/Trax/Trax/UI.icl
View file @
06be3a98
...
...
@@ -8,9 +8,6 @@ import Graphics.Scalable.Image
import
iTasks
.
Extensions
.
SVG
.
SVGEditor
import
Trax
.
UoD
derive
JSEncode
TraxSt
,
User
,
Trax
,
TraxTile
,
TileEdge
derive
JSDecode
TraxSt
,
User
,
Trax
,
TraxTile
,
TileEdge
::
RenderMode
=
ViewMode
|
PlayMode
updateTraxEditor
::
Bool
->
UpdateOption
TraxSt
TraxSt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment