Commit Graph
3648 Commits
Author SHA1 Message Date
MihailRisandShiftyX1 d7f3bf9c7c fix ui elements overriding 2025-12-08 19:21:49 +03:00
MihailRisandShiftyX1 5ae34c2dc2 fix: pack environment not passed to components 2025-12-08 19:21:49 +03:00
MihailRisandShiftyX1 59df377fde fix temporary 2025-12-08 19:21:49 +03:00
MihailRisandShiftyX1 15b3e4d549 make parsing error messages while assets loading more verbose 2025-12-08 19:21:49 +03:00
MihailRisandShiftyX1 b7751cf053 fix 'unexpected end' while parsing .obj 2025-12-08 19:21:49 +03:00
MihailRis 7c74eece99 fix: bad_alloc if canvas element size is negative 2025-11-30 14:01:59 +03:00
MihailRisandGitHub 3a999c6b19 Merge pull request #712 from MihailRis/revert-702-improve-gl-errors
Revert "Improve gl errors"
2025-11-29 19:14:39 +03:00
MihailRisandGitHub a04ea83c48 Revert "Improve gl errors" 2025-11-29 18:54:08 +03:00
MihailRis bcfcd9ca76 fix headless mode fatal error in some systems 2025-11-29 18:29:04 +03:00
MihailRis 618b3d7f61 fix world generator 2025-11-29 16:15:19 +03:00
MihailRis 66bb734a4e fix canvas:set_data 2025-11-26 22:46:43 +03:00
MihailRis 05d6fbd995 add onmouseover, onmouseout ui events & cleanup 2025-11-25 23:57:19 +03:00
MihailRis 8cc51a107e fix: panel width differs to size specified in xml 2025-11-25 21:54:58 +03:00
MihailRisandGitHub 662970f8c8 Merge pull request #702 from MihailRis/improve-gl-errors
Improve gl errors
2025-11-24 22:41:33 +03:00
MihailRis 6f765cda7c update gl::to_string 2025-11-24 22:24:38 +03:00
MihailRis be6710bc83 fix modelviewer fbo creation 2025-11-24 22:15:38 +03:00
MihailRis 5aa9e68d6f improve framebuffer creation error messages 2025-11-24 22:03:50 +03:00
eliotbyteandMihailRis b85c5e367a fix extended block placement across chunk borders 2025-11-24 21:25:15 +03:00
eliotbyteandMihailRis 9ccaecddd2 add :block placement for single blocks 2025-11-24 21:23:59 +03:00
MihailRis 28589c4b3b fix utf8 support 2025-11-23 19:56:12 +03:00
MihailRis 6810f9a03a add utf8.escape_xml and alias - string.escape_xml 2025-11-23 19:52:49 +03:00
MihailRis 91cb5ab7d8 fix: root node id overriding 2025-11-23 19:37:44 +03:00
MihailRis 17e8d9bb1b fix headless mode 2025-11-23 18:21:52 +03:00
MihailRis 50f6c48771 add gui.set_syntax_styles 2025-11-23 18:10:06 +03:00
MihailRis 5250c748be make chunk lightmap optional 2025-11-23 15:22:18 +03:00
MihailRis 6bc549dd90 fix world previews generation 2025-11-22 19:23:46 +03:00
MihailRisandGitHub acea4604fe Merge pull request #690 from MihailRis/more-canvas-methods
Add more canvas methods
2025-11-22 18:13:05 +03:00
MihailRis 6b2754e951 fix out of range 2025-11-22 17:50:19 +03:00
MihailRis 38c364b369 alignment related fix 2025-11-22 15:30:19 +03:00
MihailRis f6dd298e07 add canvas:rect 2025-11-22 14:40:31 +03:00
MihailRis fc292a57cd fix infinite loop in MemoryPCMStream if stream is playing with loop=true 2025-11-22 12:30:17 +03:00
MihailRis f1cf5c43e6 feat: throw exception in headless mode if player id is not passed to player.* functions 2025-11-21 23:08:23 +03:00
MihailRisandGitHub 3acb9f7409 Merge pull request #688 from MihailRis/continue-audio
Continue audio
2025-11-21 22:52:52 +03:00
MihailRis 6cee20ed86 remove audio.__set_input_device 2025-11-21 22:34:39 +03:00
MihailRis 2f01db8e8b rename 2025-11-21 22:33:51 +03:00
MihailRis 0f0e00cdde add 'audio.input-device' setting 2025-11-21 22:32:19 +03:00
MihailRis 8cfff09c0b add 'none' input device 2025-11-21 21:43:29 +03:00
Xertis e7e47df7bf improving the cheat commands 2025-11-21 20:59:57 +03:00
MihailRis 96bc395561 update audio lib 2025-11-21 20:34:33 +03:00
MihailRis 4f96ec47cd fix warnings 2025-11-21 19:14:04 +03:00
MihailRisandGitHub 6def370c2b Merge pull request #671 from MihailRis/debugging-client
Debugging client
2025-11-20 22:55:16 +03:00
MihailRis 0711a2d23e fix LevelController::processBeforeQuit 2025-11-20 21:27:56 +03:00
MihailRis 814f716ee5 fix 2025-11-20 18:11:28 +03:00
MihailRis 1a68371d85 fix -Wunused-lambda-capture 2025-11-20 18:10:46 +03:00
MihailRis 531e020cbd add canvas:get_data() -> bytearray 2025-11-20 12:37:23 +03:00
MihailRis 8a3ad8c728 Merge branch 'main' into debugging-client 2025-11-19 22:55:34 +03:00
MihailRis 0df5684adf fix: undo/redo also available when textbox is not editable 2025-11-19 22:54:59 +03:00
MihailRis 4d82fb7873 Merge branch 'main' into debugging-client 2025-11-19 20:14:21 +03:00
MihailRisandGitHub 38c869e72f Merge pull request #681 from MihailRis/canvas-export
image i/o in lua
2025-11-19 20:13:47 +03:00
MihailRis 2095e82f1a add Canvas.decode static method 2025-11-19 19:21:09 +03:00