Replies: 2 comments
-
Congrats for the release! Another big step forward for TIC-80. :> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Got the surprise of my life to find out I'd been credited, I only changed one word! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CHANGELOG v0.90.1706
THANKS to all the people who helped release this version, especially the contributors
@cogk
@Voklen
@brickviking
@schraf
@Karethoth
@jminor
@cgrs
@RobLoach
@txgruppi
@tstopak
@phlubby
@joshgoebel
@technomancy
@nalquas
@msx80
@asiekierka
@drako0812
MAIN CHANGES
Added text selection/copy/paste to the console
A cart can be saved and distributes as a PNG image, use
save game.png
command.TIC-80 can work like a compiler without UI with
--cli
command line parameter, for example here we loadgame.tic
cart from current dir (use--fs .
) and export it asgame.exe
executable for Windows:Also, games can be exported without access to the editors with
alone=1
flag (PRO feature)export linux game.exe alone=1
The
help
command was redesigned and you can get info about spec/ram/api/command/...Another useful thing you can export whole help info in Markdown format, use command
export help cheatsheet.md
Added mouse capture functionality to receive relative values instead of the current cursor position (useful in first-person 3D games), the cursor is hidden and this mode. To enable this mode pls use
poke(0x7FC3F,1,1)
command.Small example with enabling the relative mode:
Added baremetal/rpi/3ds builds to Github Actions and all the Nightly Builds can be downloaded here https://nightly.link/nesbox/TIC-80/workflows/build/master
Now you can change bit mode in the map editor
On Android, you can switch between the system keyboard and TIC-80 internal keyboard
Hardware keyboard now detects automatically.
CLOSED ISSUES
[
and]
keys #1421 - Navigate palette with [ and ] keysnew & popular
filter to the website #1319 - Add new & popular filter to the websiteline
function causes Tic-80 to crash. #1282 - Dividing by Zero in line function causes Tic-80 to crash. bugnew fennel
creates the cart with the old palette #1271 - new fennel creates the cart with the old palettetic.c
could be split into quasi-independent parts for api, io, core loop, drawing, music... #1111 - tic.c could be split into quasi-independent parts for api, io, core loop, drawing, music...MERGED PULL REQUESTS
This discussion was created from the release TIC-80 tiny computer 0.90.1706.
Beta Was this translation helpful? Give feedback.
All reactions