Skip to content

Commit

Permalink
the changed creation
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperIlu committed May 2, 2019
1 parent f9088e8 commit a7fc72f
Show file tree
Hide file tree
Showing 2,906 changed files with 531,538 additions and 549,065 deletions.
14 changes: 6 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,18 @@ TEST2.JS
CWSDPMI.SWP
stderr.txt
stdout.txt
grx249/bin/fnt2c
grx249/bin/bin2c
grx249/bin/xmodetest
grx249/src/systag.002
grx249/src/systag.004
lpng1636/pnglibconf.h
miktest.c

# other dirs
upx/
cylindrix/
jsboot/fonts/
build/
allegro-4.2.2-xc-master/
p5.js-master/
tests/p5.js/
.vscode/ipch
tests/SCR.TGA
tests/SCR.PCX
tests/SCR.BMP
allegro-4.2.2-xc-master/obj/djgpp/asmcapa.h
allegro-4.2.2-xc-master/obj/djgpp/asmdef.inc
allegro-4.2.2-xc-master/obj/djgpp/asmdef.s
4 changes: 1 addition & 3 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/grx249/include/**",
"${workspaceFolder}/grx249/addons/bmp/**",
"${workspaceFolder}/mujs-1.0.5/**"
"${workspaceFolder}/allegro-4.2.2-xc-master/include/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"initializer_list": "c",
"string_view": "c",
"conio.h": "c",
"stddef.h": "c"
"stddef.h": "c",
"allegro.h": "c"
},
"editor.formatOnSave": true,
"editor.insertSpaces": false,
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
**Version 0.9.5 (the changed creation)**
* Replaced libmikmod, GRX and all sound code by Allegro 4.2.2.
* Transparency/RGBA now works.
* added `TransparencyEnabled()` to switch during runtime.
* Internal API changed quite much due to the switch to Allegro.
* p5js compatibility improved because of the better color handling.
* Added command line switch to disable transparency for speed reasons.
* PNGs are no longer supported, Allegro comes with PCX, TGA and BMP support only.
* Text printing lost a lot of its options due to the switch to Allegro.
* `SHIFT-F4` now clears the logfile before running the script.
* Improved internal debugging features.
* Splitted `func.c` into `gfx.c` and `func.c`.
* Implemented `push()` and `pop()` in p5js compatibility layer.
* Added a test-folder with scripts dedicated to test the API.
* Added `translate()`, `rotate()`, `shearX()`, `shearY()`, `resetMatrix()`, `scale()` and `applyMatrix()` in p5js compatibility layer.

**Version 0.9.1 (the fixed foreboding)**
* Fixed libmikmod creating a WAV file when no soundcard is detected.
* Added logging to another machine using IPX. set `REMOTE_DEBUG=true` and start `jsboot/logview.js` on other machine.
Expand Down
Loading

0 comments on commit a7fc72f

Please sign in to comment.