1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-06-25 22:53:18 +00:00
Commit Graph

470 Commits

Author SHA1 Message Date
LDDestroier
a3abda09df
Fixed transparency, added other options
Added the windont.info table, which will tell you miscellaneous information about the API
 + time in which the render function was last called
 + list of all windows rendered last
 + amount of windows rendered last
 + amount of term.blit calls during last render
Fixed term.scroll
Fixed transparency
Added "meta.renderBuddies" table which renders all windows associated with the main one inside the table after rendering the main one.
2019-12-11 00:29:30 -05:00
LDDestroier
fe9956a65b
Fixed some stuff
Transparency now works
Window positions now work properly (gotta test these things beforehand...)
2019-12-09 03:53:52 -05:00
LDDestroier
1ea4ec8910
Create windont.lua 2019-12-09 02:30:33 -05:00
LDDestroier
809c23c2fe
Removed use of 'game.nou'
This will allow LDris to technically handle more than two players, And yes, with updated matchmaking code, that means you can technically have 99 players.
2019-11-22 17:52:36 -05:00
LDDestroier
b9d2a3476c
Added control help screen 2019-11-22 02:37:44 -05:00
JackMacWindows
5d5709546a Fix crash when player is nil (#8) 2019-11-21 21:37:25 -05:00
LDDestroier
2b611cda3d
Fixed crash 2019-11-21 03:39:35 -05:00
LDDestroier
096fb60f77
Fixed 2P flickering issue 2019-11-21 03:36:38 -05:00
LDDestroier
028f229a0f
Added multiplayer, title menu, skynet...
Very yes
2019-11-21 01:56:52 -05:00
LDDestroier
3b27814f13
Added a fuckton of shit bitch
* Added garbage
* Added a second player (but no controls for that yet)
* Fixed bug in which minos get locked one space above the floor
* Improved input function to allow different "keysDown" tables for different players
* Added T-spin detection (ties into garbage)
2019-11-17 00:10:11 -05:00
LDDestroier
19482e0094
Update ldris.lua 2019-11-15 22:22:44 -05:00
LDDestroier
30b75fef26
Create json 2019-11-03 20:41:06 -05:00
LDDestroier
0ece62a08f
Create tar 2019-11-03 20:40:00 -05:00
LDDestroier
ef34b2da33
Update touchpoint 2019-11-03 20:37:58 -05:00
LDDestroier
cd40dd1db5
Update surface2 2019-11-03 20:37:15 -05:00
LDDestroier
8af12cbb19
Update statemachine 2019-11-03 20:36:26 -05:00
LDDestroier
ee8df2b6a1
Update skynet 2019-11-03 20:35:07 -05:00
LDDestroier
c1c51510f4
Update shatter 2019-11-03 20:34:49 -05:00
LDDestroier
f96449745e
Update rc4 2019-11-03 20:33:35 -05:00
LDDestroier
74eae2bc97
Update progdor2 2019-11-03 20:31:34 -05:00
LDDestroier
f8fc6c0997
Update pbapi 2019-11-03 20:30:47 -05:00
LDDestroier
bd21409eb5
Update noisegen 2019-11-03 20:29:34 -05:00
LDDestroier
72c7c3a68f
Update nfte 2019-11-03 20:28:49 -05:00
LDDestroier
c62cc1ceca
Update lex 2019-11-03 20:28:31 -05:00
LDDestroier
4c88dd24d7
Update lddterm 2019-11-03 20:26:29 -05:00
LDDestroier
d211d79d01
Update lddfm 2019-11-03 20:25:59 -05:00
LDDestroier
292b1c3329
Update input 2019-11-03 20:25:44 -05:00
LDDestroier
d9a292fb84
Update gif 2019-11-03 20:24:57 -05:00
LDDestroier
511859d20a
Delete gfx 2019-11-03 20:24:03 -05:00
LDDestroier
74818d65e8
Update figlet 2019-11-03 20:21:54 -05:00
LDDestroier
c5a5b072c9
Update disknet 2019-11-03 20:20:06 -05:00
LDDestroier
3b9138e3ea
Update ccnet 2019-11-03 20:19:53 -05:00
LDDestroier
d8dde2fb87
Update cca 2019-11-03 14:51:49 -05:00
LDDestroier
91d926404d
Update blittle 2019-11-03 14:50:51 -05:00
LDDestroier
d1cd5653ac
Update bigfont 2019-11-03 14:49:34 -05:00
LDDestroier
0e5de4ef88
Update bbpack 2019-11-03 14:48:50 -05:00
LDDestroier
ce6740d487
Update argparser 2019-11-03 14:47:06 -05:00
LDDestroier
115c5098bb
Update aplib 2019-11-03 14:46:15 -05:00
LDDestroier
2c06ba7105
Update aes 2019-11-03 14:45:30 -05:00
LDDestroier
a732d7bdaf
Update netrequire.lua 2019-11-03 14:44:51 -05:00
LDDestroier
5d6f155499
Update netrequire.lua 2019-11-03 14:44:16 -05:00
LDDestroier
7c18e45698
Create aplib 2019-11-03 14:43:07 -05:00
LDDestroier
3c075902e5
Improved cursor navigation with keyboard
Moving/deleting with CTRL+Arrows and CTRL+Backspace/Delete should be more accurate now.
Also, you can't make new cursors from within selected areas now.
2019-10-28 03:37:13 -04:00
LDDestroier
9497203bf2
Added T-Spin Triple rotation (no detection, yet) 2019-10-22 02:17:47 -04:00
LDDestroier
a5e0d08f72
Fixed crash when pushing key on color picker
I can't believe it took Noodle for me to notice this issue
2019-10-18 02:51:39 -04:00
LDDestroier
f7d040e6aa
Update pain.lua 2019-10-15 03:32:59 -04:00
LDDestroier
4d8c07d6b9
Fixed crash when starting selection on empty area 2019-10-13 01:35:45 -04:00
LDDestroier
03b97bc087
Create eyestrain.lua 2019-10-13 00:19:20 -04:00
LDDestroier
ba32360948
Fixed rotation, added levels
among other things
2019-10-10 22:11:24 -04:00
LDDestroier
39f7d03506
Update ldris.lua 2019-10-10 04:39:53 -04:00