• R/O
  • SSH

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
修訂. 時間 作者
cc30ceba9a84 tip 2020-07-11 22:48:53 Martin Krošlák

Remove forgotten code paths

537c6ccd7ce5 2020-07-11 22:48:17 Martin Krošlák

Fix double-free during UI reload

0954861edb00 2020-07-11 22:47:30 Martin Krošlák

Add notes about bugs in text layout

84829348bc40 2020-07-11 22:46:26 Martin Krošlák

Fix line breaking after line has already overflown

9792865ff87b 2020-07-11 18:44:03 Martin Krošlák

Add automatic line breaking

2e93909f5f2b 2020-07-10 14:10:33 Martin Krošlák

Fix unhandled swapchain suboptimal results

f18e438f7bde 2020-07-01 04:06:27 Martin Krošlák

@ fixed sRGB handling

13406e343eb2 2020-06-29 02:39:12 Martin Krošlák

@ fixed leaking modules instances

b225c3ea865c 2020-06-28 23:52:18 Martin Krošlák

@ linux build

c93d42b6da6b 2020-06-08 02:47:11 Martin Krošlák

+ helper script

b9213e92c904 2020-06-08 02:27:10 Martin Krošlák

+ text placement determined by box
+ text alignment (horizontal and vertical)
+ text rendering settings grouped together

e6298c5d32a2 2020-06-08 02:24:02 Martin Krošlák

@ fixed white color alpha value

faa7f9d540df 2020-05-24 23:53:38 Martin Krošlák

* refactored color to its own type
+ added sprite coloring
* UI compiling as reloadable module
+ nine-slice scaling

cef3968a8009 2020-05-16 21:08:21 Martin Krošlák

* refactored and more robust plugin re/loading

968e3a069d35 2020-05-16 18:02:47 Martin Krošlák

+ added nine-slice image for testing UI rendering

7496e8db8629 2020-05-16 18:02:15 Martin Krošlák

- removed debug prints around controllers

5194da221bf5 2020-05-16 18:01:38 Martin Krošlák

@ multiplication of V2 by scalar implemented for all types, instead of just f32

c82f7b1c411c 2020-05-16 17:22:42 Martin Krošlák

* solution now has separately registered debug and release builds

ab1a0d178dd4 2020-05-16 17:16:03 Martin Krošlák

* refactored module interface to expose single function table

a3f385edf3f9 2020-05-09 17:04:23 Martin Krošlák

+ added binding to SDL2

e143b31ac149 2020-05-03 21:48:22 Martin Krošlák

* updated rusttype

06afcda43f38 2020-05-03 21:39:55 Martin Krošlák

* updated 3rd party crates

c071e38fed57 2020-05-03 21:17:28 Martin Krošlák

* refactoring of mel-gal to prepare for run-time code reloading
@ fixed a bunch of warnings that are allowed by default
+ runtime reloading of mel-gal

59aa19d9222d 2020-05-03 21:17:14 Martin Krošlák

+ tool basis in Windows API

e1c5737d861f 2020-05-02 00:53:55 Martin Krošlák

* rust version update to 1.43.0

80d96399f181 2020-05-01 17:06:42 Martin Krošlák

- removed vk-validation feature in favor of environment vars

cae31d1d21d5 2020-04-15 05:19:34 Martin Krošlák

* moved notes from code to separate file

5ef357b70344 2020-03-18 07:28:46 Martin Krošlák

* reduced Api and made everything closer to Vulkan

86c2496a89c6 2020-03-14 20:15:55 Martin Krošlák

@ using Xcb surface on unix

63d93d82c8e9 2020-03-09 04:49:08 Martin Krošlák

* rewrite to use function pointer tables in ash directly