aboutsummaryrefslogtreecommitdiff
path: root/emulators/tic-80
Commit message (Collapse)AuthorAgeFilesLines
* *: Bump revisions after dbus updateGleb Popov2025-03-081-1/+1
| | | | | PR: 285253 Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
* */*: chase lang/quickjs SONAME changeRobert Clausecker2025-02-181-0/+1
| | | | PR: 275087
* emulators/tic-80: update to 1.1.2837Robert Clausecker2023-10-273-34/+56
| | | | | | - unbundle lang/s7 Changelog: https://github.com/nesbox/TIC-80/releases/tag/v1.1.2837
* lang/quickjs: Build shared librariesYuri Victorovich2023-10-241-3/+2
| | | | | PR: 274681 Reported by: Robert Clausecker <fuz@FreeBSD.org>
* emulators/tic-80: update to 1.1.2736Robert Clausecker2023-09-104-87/+148
| | | | | | | | | This update brings new support for Janet and replaces some other dependencies. QuickJS is currently linked statically from lang/quickjs as that port does not provide a shared object. Changelog: https://github.com/nesbox/TIC-80/releases/tag/v1.1.2736 Changelog: https://github.com/nesbox/TIC-80/releases/tag/v1.1.2729
* emulators/tic-80: fix build on amd64 CURRENTRobert Clausecker2023-08-062-1/+15
| | | | | | | | Import an upstream patch to fix an incorrect alignment specifier. Obtained from: https://github.com/wasm3/wasm3/commit/d3a763c84ce6b78b730332900036b2be0e0e0794 Reported by: fallout MFH: 2023Q3
* emulators/tic-80: unbundle devel/lua-lpegRobert Clausecker2023-05-255-32/+69
| | | | | This one is needed for the moonscript dependency. Once moonscript is unbundled, the dependency can be removed entirely.
* emulators/tic-80: support graphics/sdl2_gpuRobert Clausecker2023-05-182-14/+104
| | | | | | Now that we've ported this library, wire it into the options. See also: https://github.com/nesbox/TIC-80/issues/2189
* emulators/tic-80: fantasy game consoleRobert Clausecker2023-05-115-0/+507
TIC-80 is a free and open source fantasy computer for making, playing and sharing tiny games. With TIC-80 you get built-in tools for development: code, sprites, maps, sound editors and the command line, which is enough to create a mini retro game. Games are packaged into a cartridge file, which can be easily distributed. TIC-80 works on all popular platforms. This means your cartridge can be played in any device. To make a retro styled game, the whole process of creation and execution takes place under some technical limitations: 240x136 pixel display, 16 color palette, 256 8x8 color sprites, 4 channel sound, etc. WWW: https://tic-80.com