1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-06-13 17:06:51 +00:00
Commit Graph

263 Commits

Author SHA1 Message Date
LDDestroier
67e90b6237
Fixed copying empty lines... 2019-03-29 20:54:51 -04:00
LDDestroier
fb7becd17b
Fixed selecting on empty lines 2019-03-29 20:45:39 -04:00
LDDestroier
61e41ad13b
Optimized deleteSelections(), adde CTRL+[ and ] 2019-03-29 17:16:34 -04:00
LDDestroier
7869eee78f
Can input filename after starting, fixed bugs
Trying to tab-indent could crash if the selection went past the final line.
Also, pressing ENTER will actually delete your selections now. Oops.
Some micro-optimizations were also added.
2019-03-29 14:35:42 -04:00
LDDestroier
f87b818877
Added websocket check for skynet 2019-03-29 14:18:02 -04:00
LDDestroier
9ee9c530c2
Delete ccbn.lua 2019-03-29 13:48:43 -04:00
LDDestroier
19d4b3ccc5
Delete ccbn-autoextract.lua 2019-03-29 13:48:32 -04:00
LDDestroier
f97493630c
Create pixeltoast-tron.lua 2019-03-24 00:55:59 -04:00
LDDestroier
ec6ee3d166
Added scroll limits, and other things
Scrolling now has a limit, so you can't just scroll upwards infinitely.
Refreshing now has a dialogue box showing up to let you know it hasn't hung itself.
Clicking to the right of the text in a niftyRead prompt will move the cursor to the right position now.
(I still need to fix up that niftyRead prompt, since it's not as clean as I'd like)
2019-03-22 20:30:31 -04:00
LDDestroier
19235847e9
Added post-starting filename declaring 2019-03-22 20:16:02 -04:00
LDDestroier
efa19cb219
Added select + tab/shift+tab indenting 2019-03-21 14:05:11 -04:00
LDDestroier
64d86485eb
Update eldit.lua 2019-03-21 13:48:47 -04:00
LDDestroier
e6a8d1ff67
Optimized rendering
now it runs much faster
2019-03-21 13:48:12 -04:00
LDDestroier
f16a28e6d8
Added undo/redo 2019-03-20 14:31:48 -04:00
LDDestroier
78f7159e63
Added cut, improved multicursor paste 2019-03-20 11:49:59 -04:00
LDDestroier
4dafde4dd3
Added multi-clipboard, line # argument
Take that, EveryOS *twiddles mustache*
2019-03-20 11:36:18 -04:00
LDDestroier
b0a0cf958d
Fixed horizontal scrolling, added tab character 2019-03-20 01:34:57 -04:00
LDDestroier
962a1d3c0c
Update eldit.lua 2019-03-20 00:50:51 -04:00
LDDestroier
e9520031d2
Added line numbers, whitespace indicator
You can also select text by holding down the mouse button and scrolling.

Gotta add some more stuff later, like the ability to declare a filename after starting up the program, or stuff like Save As and Open, as well as multiple clipboards and undo/redo.
2019-03-20 00:01:59 -04:00
LDDestroier
d75ab877df
Update eldit.lua 2019-03-19 21:50:50 -04:00
LDDestroier
b3eca8588c
Added CTRL+S and Q, alt+scrolling
gotta add those selections later
2019-03-19 16:24:36 -04:00
LDDestroier
2e289f23bc
Create eldit.lua
To do:
+ file saving
+ syntax formatting
+ other text functions
+ yadda
2019-03-19 15:55:19 -04:00
LDDestroier
9e7475e684
Create goto-snippet.lua
This is a snippet, not an API.
Firstly, never ever ever use GOTO. Never even code GOTO. Neve-oh fuck

Declare tags with --::tagName::
Goto tags with goto(tagName). Don't include any colons or hyphens.
goto(tag) will not include any local variables, so keep that in mind.
2019-03-17 20:10:30 -04:00
LDDestroier
c099c170ed
Moved AES URL over to my github
In case it changes, see
2019-03-17 17:34:52 -04:00
LDDestroier
1736cf4b46
Added aeslua
Ported by SquidDev.
I really gotta move all these APIs over to this github, it's partially why I made it
2019-03-17 17:33:50 -04:00
LDDestroier
fc38840221
Fixed P2 skynet ping indicator / assist 2019-03-17 04:15:49 -04:00
LDDestroier
fed06ed6e2
Improved host P1 designation, --update argument
+ Host will now always be P1, since sometimes it would act up and give host P2, especially on skynet.
+ How to Play has been updated with mouse controls
+ Update argument now runs the updated version of TRON instantly instead of waiting for a re-run.
2019-03-17 03:30:05 -04:00
LDDestroier
a313b6364d
Add files via upload 2019-03-13 17:05:50 -04:00
LDDestroier
9e9d9592f0
Delete ccbn-selfextract.lua 2019-03-13 13:58:18 -04:00
LDDestroier
3a6429513e
Updated autoextract package 2019-03-13 13:57:59 -04:00
LDDestroier
f4d7b3f893
Added chip selector, win/lose, vulcan flinch
What an update, like damn
2019-03-13 13:56:51 -04:00
LDDestroier
23aa819c24
Added CCBN progdor2 selfextract 2019-03-13 00:20:59 -04:00
LDDestroier
ea8bbd18fc
Made mainDir path relative to main file 2019-03-13 00:17:55 -04:00
LDDestroier
e58d3515d1
Add files via upload 2019-03-13 00:15:41 -04:00
LDDestroier
e4fb776d54
Moved all chips/objectData outside main file 2019-03-13 00:14:24 -04:00
LDDestroier
0ed94bf6f5
Fixed player death causing crash 2019-03-12 17:04:46 -04:00
LDDestroier
04275c732d
Optimized panel rendering 2019-03-12 17:02:26 -04:00
LDDestroier
94383cb44f
Update ccbn.lua 2019-03-12 04:39:20 -04:00
LDDestroier
be760921db
Fixed objects being multihit, players entering enemy panels 2019-03-12 02:12:34 -04:00
LDDestroier
8f377b2269
Fixed rockcube, added Dash 2019-03-12 00:58:47 -04:00
LDDestroier
8e5589260e
Added objects, including incomplete RockCube
Almost, man!
2019-03-11 05:02:27 -04:00
LDDestroier
aa112c4965
Improved netcode, added chips
It also won't crash if a player dies!
2019-03-11 02:37:04 -04:00
LDDestroier
e40e30798e
Made exits more clean
It'll close the skynet socket upon exit as best it can.
2019-03-11 01:37:21 -04:00
LDDestroier
6ae70b0866
Added skynet support
This game is pretty spammy on the network. I'll try to optimize that later.
2019-03-11 01:33:25 -04:00
LDDestroier
cf947246e2
Netplay added
cool shit
2019-03-11 00:10:00 -04:00
LDDestroier
6afa80071f
Added hardcoded battlechips!
Along with that, I added a sprite for the buster, three dummy enemies, updated sprites for you and the enemies, and a proper Y-sorting system.
2019-03-10 21:15:22 -04:00
LDDestroier
f8dec59229
Made damage separate from panels 2019-03-10 16:12:49 -04:00
LDDestroier
eadcae3482
Update ccbn.lua 2019-03-09 17:32:49 -05:00
LDDestroier
b893214b16
Update ccbn.lua 2019-03-09 17:24:33 -05:00
LDDestroier
9f30479973
Update ccbn.lua 2019-03-09 17:20:14 -05:00