]> git.lizzy.rs Git - nothing.git/log
nothing.git
4 years agoFix TODO formatting
rexim [Sun, 18 Aug 2019 16:20:34 +0000 (23:20 +0700)]
Fix TODO formatting

4 years agoGets rid of "actual" variable
The-Renaissance [Sat, 17 Aug 2019 22:32:11 +0000 (18:32 -0400)]
Gets rid of "actual" variable

From https://wiki.libsdl.org/SDL_CloseAudioDevice#Code_Examples you can
actually pass NULL to the obtained parameter and it will modify the
desired parameter struct in place (if it's allowed to do so)

4 years agoChange sound_samples_play_sound behavior
The-Renaissance [Sat, 17 Aug 2019 22:19:48 +0000 (18:19 -0400)]
Change sound_samples_play_sound behavior

When sound_samples_play_sound fails to queue audio of a certain
file, it warns but does not fail horribly since this is not a fatal
error

4 years agoImplement changes requested by @rexim
The-Renaissance [Sat, 17 Aug 2019 22:03:54 +0000 (18:03 -0400)]
Implement changes requested by @rexim

4 years agoChange sound played at hitting goal back to Nothing.wav
The-Renaissance [Thu, 15 Aug 2019 20:19:33 +0000 (16:19 -0400)]
Change sound played at hitting goal back to Nothing.wav

4 years agoPerformance optimization
The-Renaissance [Thu, 15 Aug 2019 02:33:51 +0000 (22:33 -0400)]
Performance optimization

Optimization by not using Dynarray for audio buffer array.

4 years agoRestructure sound_samples.c
The-Renaissance [Wed, 14 Aug 2019 21:11:23 +0000 (17:11 -0400)]
Restructure sound_samples.c

4 years agoImplement Sound_samples
The-Renaissance [Wed, 14 Aug 2019 19:57:52 +0000 (15:57 -0400)]
Implement Sound_samples

This commit resolves issue #863. Finally, some good f*cking sound.

4 years agoMerge pull request #1015 from tsoding/1010
Alexey Kutepov [Mon, 12 Aug 2019 18:52:21 +0000 (01:52 +0700)]
Merge pull request #1015 from tsoding/1010

(#1010) Make position of ColorPicker customizable

4 years ago(#1010) Make position of ColorPicker customizable
rexim [Sun, 11 Aug 2019 19:29:10 +0000 (02:29 +0700)]
(#1010) Make position of ColorPicker customizable

4 years agoMerge pull request #1011 from tsoding/1002
Alexey Kutepov [Sun, 11 Aug 2019 19:20:09 +0000 (02:20 +0700)]
Merge pull request #1011 from tsoding/1002

(#1002) Full undo support for PointLayer

4 years agoRemove TODO(#1001)
rexim [Sun, 11 Aug 2019 18:53:45 +0000 (01:53 +0700)]
Remove TODO(#1001)

4 years agoRemove TODO(#1000)
rexim [Sun, 11 Aug 2019 18:53:45 +0000 (01:53 +0700)]
Remove TODO(#1000)

4 years agoAdd TODO(#1014)
rexim [Sun, 11 Aug 2019 18:43:47 +0000 (01:43 +0700)]
Add TODO(#1014)

4 years agoAdd TODO(#1013)
rexim [Sun, 11 Aug 2019 18:43:47 +0000 (01:43 +0700)]
Add TODO(#1013)

4 years agoAdd TODO(#1012)
rexim [Sun, 11 Aug 2019 18:43:46 +0000 (01:43 +0700)]
Add TODO(#1012)

4 years ago(#1002) Implement undo id rename for PointLayer
rexim [Sun, 11 Aug 2019 18:33:45 +0000 (01:33 +0700)]
(#1002) Implement undo id rename for PointLayer

4 years ago(#1002) Add undo move support for PointLayer
rexim [Sun, 11 Aug 2019 18:18:01 +0000 (01:18 +0700)]
(#1002) Add undo move support for PointLayer

4 years ago(#1002) Add delete undo to PointLayer
rexim [Sun, 11 Aug 2019 17:58:44 +0000 (00:58 +0700)]
(#1002) Add delete undo to PointLayer

4 years ago(#1002) Implement color undo support for PointLayer
rexim [Sat, 10 Aug 2019 19:48:39 +0000 (02:48 +0700)]
(#1002) Implement color undo support for PointLayer

4 years ago(#1002) Remove undo history capabilities from color picker
rexim [Sat, 10 Aug 2019 19:05:11 +0000 (02:05 +0700)]
(#1002) Remove undo history capabilities from color picker

4 years ago(#1002) Integrate BackgroundLayer into LevelEditor
rexim [Sat, 10 Aug 2019 18:57:15 +0000 (01:57 +0700)]
(#1002) Integrate BackgroundLayer into LevelEditor

4 years ago(#1002) Introduce BackgroundLayer
rexim [Sat, 10 Aug 2019 18:36:16 +0000 (01:36 +0700)]
(#1002) Introduce BackgroundLayer

4 years agoMerge pull request #1009 from The-Renaissance/master
Alexey Kutepov [Sun, 11 Aug 2019 16:14:59 +0000 (23:14 +0700)]
Merge pull request #1009 from The-Renaissance/master

(#875) MinGW build support

4 years ago(#875) MinGW build support
The-Renaissance [Sun, 11 Aug 2019 02:54:33 +0000 (22:54 -0400)]
(#875) MinGW build support

4 years agoMerge pull request #1007 from tsoding/1001
Alexey Kutepov [Mon, 5 Aug 2019 14:25:30 +0000 (21:25 +0700)]
Merge pull request #1007 from tsoding/1001

(#1001) Undo history for PlayerLayer

4 years ago(#1001) Undo history for PlayerLayer
rexim [Mon, 5 Aug 2019 14:01:22 +0000 (21:01 +0700)]
(#1001) Undo history for PlayerLayer

4 years agoMerge pull request #1005 from tsoding/1000
Alexey Kutepov [Mon, 5 Aug 2019 13:59:34 +0000 (20:59 +0700)]
Merge pull request #1005 from tsoding/1000

 (#1000) Implement UndoHistory for ColorPicker

4 years ago(#1000) Fix Windows build
rexim [Sun, 4 Aug 2019 19:01:24 +0000 (02:01 +0700)]
(#1000) Fix Windows build

4 years ago(#1000) Implement UndoHistory for ColorPicker
rexim [Sun, 4 Aug 2019 18:52:07 +0000 (01:52 +0700)]
(#1000) Implement UndoHistory for ColorPicker

4 years ago(#1000) Integrate UndoHistory with ColorPicker
rexim [Sun, 4 Aug 2019 16:51:12 +0000 (23:51 +0700)]
(#1000) Integrate UndoHistory with ColorPicker

4 years agoMerge pull request #1004 from Funkschy/controller-threshold
Alexey Kutepov [Sun, 4 Aug 2019 18:12:46 +0000 (01:12 +0700)]
Merge pull request #1004 from Funkschy/controller-threshold

Added threshold to joystick axis

4 years agoAdded threshold to joystick axis
Funkschy [Sun, 4 Aug 2019 17:58:08 +0000 (19:58 +0200)]
Added threshold to joystick axis

4 years agoMerge pull request #998 from tsoding/824
Alexey Kutepov [Sun, 4 Aug 2019 15:12:01 +0000 (22:12 +0700)]
Merge pull request #998 from tsoding/824

 (#824) Introduce UndoHistory

4 years agoAdd TODO(#1003)
rexim [Sun, 4 Aug 2019 14:56:24 +0000 (21:56 +0700)]
Add TODO(#1003)

4 years agoAdd TODO(#1002)
rexim [Sun, 4 Aug 2019 14:56:23 +0000 (21:56 +0700)]
Add TODO(#1002)

4 years agoAdd TODO(#1001)
rexim [Sun, 4 Aug 2019 14:56:22 +0000 (21:56 +0700)]
Add TODO(#1001)

4 years agoAdd TODO(#1000)
rexim [Sun, 4 Aug 2019 14:56:22 +0000 (21:56 +0700)]
Add TODO(#1000)

4 years agoAdd TODO(#999)
rexim [Sun, 4 Aug 2019 14:56:21 +0000 (21:56 +0700)]
Add TODO(#999)

4 years ago(#824) Fix Windows build
rexim [Sun, 4 Aug 2019 14:55:46 +0000 (21:55 +0700)]
(#824) Fix Windows build

4 years ago(#824) Integrate UndoHistory with the LevelEditor
rexim [Sat, 3 Aug 2019 20:53:28 +0000 (03:53 +0700)]
(#824) Integrate UndoHistory with the LevelEditor

4 years ago(#824) Implement undo_history_push and undo_history_pop
rexim [Sat, 3 Aug 2019 20:06:54 +0000 (03:06 +0700)]
(#824) Implement undo_history_push and undo_history_pop

4 years ago(#824) Implement dynarray_pop
rexim [Sat, 3 Aug 2019 20:05:49 +0000 (03:05 +0700)]
(#824) Implement dynarray_pop

4 years ago(#824) Introduce UndoHistory
rexim [Sat, 3 Aug 2019 19:44:12 +0000 (02:44 +0700)]
(#824) Introduce UndoHistory

4 years agoFix RectLayer text input
rexim [Sat, 3 Aug 2019 18:56:06 +0000 (01:56 +0700)]
Fix RectLayer text input

4 years agoMerge pull request #997 from tsoding/846
Alexey Kutepov [Sat, 3 Aug 2019 18:44:36 +0000 (01:44 +0700)]
Merge pull request #997 from tsoding/846

 (#846) Implement better zooming

4 years ago(#846) Implement better zooming
rexim [Sat, 3 Aug 2019 18:26:18 +0000 (01:26 +0700)]
(#846) Implement better zooming

Zoom where the mouse cursor points.

4 years ago(#846) Initialize camera_scale
rexim [Sat, 3 Aug 2019 17:37:19 +0000 (00:37 +0700)]
(#846) Initialize camera_scale

4 years agoMerge pull request #996 from tsoding/856
Alexey Kutepov [Sat, 3 Aug 2019 17:35:40 +0000 (00:35 +0700)]
Merge pull request #996 from tsoding/856

 (#856) Prevent S leakage

4 years ago(#856) Prevent S leakage
rexim [Sat, 3 Aug 2019 16:51:16 +0000 (23:51 +0700)]
(#856) Prevent S leakage

4 years agoRemove TODO(#985)
rexim [Sat, 3 Aug 2019 16:32:21 +0000 (23:32 +0700)]
Remove TODO(#985)

4 years agoRemove TODO(#855)
rexim [Sat, 3 Aug 2019 16:32:21 +0000 (23:32 +0700)]
Remove TODO(#855)

4 years agoRemove TODO(#963)
rexim [Sat, 3 Aug 2019 16:32:21 +0000 (23:32 +0700)]
Remove TODO(#963)

4 years agoRemove TODO(#964)
rexim [Sat, 3 Aug 2019 16:32:21 +0000 (23:32 +0700)]
Remove TODO(#964)

4 years agoRemove TODO(#903)
rexim [Sat, 3 Aug 2019 16:32:21 +0000 (23:32 +0700)]
Remove TODO(#903)

4 years agoAdd Tsoding badge
rexim [Sat, 3 Aug 2019 14:59:07 +0000 (21:59 +0700)]
Add Tsoding badge

5 years agoMerge pull request #993 from tsoding/903
Alexey Kutepov [Mon, 29 Jul 2019 22:31:26 +0000 (05:31 +0700)]
Merge pull request #993 from tsoding/903

 (#903) Show the "Level saved" notice when the level is being saved

5 years agoAdd TODO(#994)
rexim [Mon, 29 Jul 2019 20:54:17 +0000 (03:54 +0700)]
Add TODO(#994)

5 years ago(#903) Center LevelEditor notice
rexim [Mon, 29 Jul 2019 20:51:37 +0000 (03:51 +0700)]
(#903) Center LevelEditor notice

5 years ago(#903) don't store position in WiggleText
rexim [Mon, 29 Jul 2019 20:20:17 +0000 (03:20 +0700)]
(#903) don't store position in WiggleText

5 years ago(#903) Show the "Level saved" notice when the level is being saved
rexim [Mon, 29 Jul 2019 18:15:47 +0000 (01:15 +0700)]
(#903) Show the "Level saved" notice when the level is being saved

5 years ago(#903) Introduce test notice
rexim [Mon, 29 Jul 2019 18:05:58 +0000 (01:05 +0700)]
(#903) Introduce test notice

5 years ago(#903) Make color of wiggly_text customizable
rexim [Sun, 28 Jul 2019 20:10:46 +0000 (03:10 +0700)]
(#903) Make color of wiggly_text customizable

5 years ago(#903) font_scale -> scale
rexim [Sun, 28 Jul 2019 20:05:22 +0000 (03:05 +0700)]
(#903) font_scale -> scale

5 years ago(#903) Introduce FadingWigglyText
rexim [Sun, 28 Jul 2019 20:04:00 +0000 (03:04 +0700)]
(#903) Introduce FadingWigglyText

5 years ago(#903) MenuTitle -> WigglyText
rexim [Sun, 28 Jul 2019 19:48:18 +0000 (02:48 +0700)]
(#903) MenuTitle -> WigglyText

5 years ago(#903) Make menu title transparent
rexim [Sun, 28 Jul 2019 19:42:37 +0000 (02:42 +0700)]
(#903) Make menu title transparent

5 years ago(#903) Decouple MenuTitle from Sprite_font
rexim [Sun, 28 Jul 2019 19:24:16 +0000 (02:24 +0700)]
(#903) Decouple MenuTitle from Sprite_font

5 years agoMerge pull request #992 from tsoding/990
Alexey Kutepov [Sun, 28 Jul 2019 18:54:39 +0000 (01:54 +0700)]
Merge pull request #992 from tsoding/990

(#990) Implement changing color

5 years ago(#990) Implement changing color for PointLayer
rexim [Sun, 28 Jul 2019 18:24:44 +0000 (01:24 +0700)]
(#990) Implement changing color for PointLayer

5 years ago(#990) Implement changing color for RectLayer
rexim [Sun, 28 Jul 2019 18:18:09 +0000 (01:18 +0700)]
(#990) Implement changing color for RectLayer

5 years agoMerge pull request #991 from tsoding/player-layer-finish-off
Alexey Kutepov [Sun, 28 Jul 2019 18:27:21 +0000 (01:27 +0700)]
Merge pull request #991 from tsoding/player-layer-finish-off

Player layer finish off

5 years agoMerge pull request #989 from bepzi/988
Alexey Kutepov [Sun, 28 Jul 2019 17:48:12 +0000 (00:48 +0700)]
Merge pull request #989 from bepzi/988

(#988) Implement C-k to kill the current line

5 years ago(#988) Kill to end of line instead of the entire line
bepzi [Sun, 28 Jul 2019 17:39:29 +0000 (12:39 -0500)]
(#988) Kill to end of line instead of the entire line

5 years agoFix PlayerLayer click-through problem
rexim [Sun, 28 Jul 2019 17:33:02 +0000 (00:33 +0700)]
Fix PlayerLayer click-through problem

5 years agoSplit LevelEditor event handling
rexim [Sun, 28 Jul 2019 17:26:04 +0000 (00:26 +0700)]
Split LevelEditor event handling

5 years agoLEVEL_EDITOR_EDITING -> LEVEL_EDITOR_IDLE
rexim [Sun, 28 Jul 2019 17:20:04 +0000 (00:20 +0700)]
LEVEL_EDITOR_EDITING -> LEVEL_EDITOR_IDLE

5 years ago(#988) Implement C-k to kill the current line
bepzi [Sun, 28 Jul 2019 17:17:35 +0000 (12:17 -0500)]
(#988) Implement C-k to kill the current line

5 years agoMake player visible even when PlayerLayer is not active
rexim [Sun, 28 Jul 2019 16:52:54 +0000 (23:52 +0700)]
Make player visible even when PlayerLayer is not active

5 years agoRemove player_layer dtor
rexim [Sun, 28 Jul 2019 16:52:43 +0000 (23:52 +0700)]
Remove player_layer dtor

5 years agoGet rid of Lt from PlayerLayer
rexim [Sun, 28 Jul 2019 16:46:44 +0000 (23:46 +0700)]
Get rid of Lt from PlayerLayer

5 years agoMerge pull request #978 from bepzi/355
Alexey Kutepov [Sun, 28 Jul 2019 11:19:21 +0000 (18:19 +0700)]
Merge pull request #978 from bepzi/355

(#355) Add common Emacs keybindings to `Edit_field`

5 years agoMerge pull request #987 from tsoding/985
Alexey Kutepov [Sat, 27 Jul 2019 21:37:21 +0000 (04:37 +0700)]
Merge pull request #987 from tsoding/985

(#985) Implement POINT_LAYER_MOVE

5 years ago(#985) Implement POINT_LAYER_MOVE
rexim [Sat, 27 Jul 2019 19:35:28 +0000 (02:35 +0700)]
(#985) Implement POINT_LAYER_MOVE

5 years agoMerge pull request #986 from tsoding/855
Alexey Kutepov [Sat, 27 Jul 2019 19:21:44 +0000 (02:21 +0700)]
Merge pull request #986 from tsoding/855

(#855) Draw id edit field inside of the world for PointLayer

5 years ago(#855) Draw id edit field inside of the world for PointLayer
rexim [Sat, 27 Jul 2019 18:27:30 +0000 (01:27 +0700)]
(#855) Draw id edit field inside of the world for PointLayer

5 years agoMerge pull request #984 from tsoding/854
Alexey Kutepov [Sat, 27 Jul 2019 18:59:50 +0000 (01:59 +0700)]
Merge pull request #984 from tsoding/854

 (#854) Display ids of selected point in PointLayer

5 years agoAdd TODO(#985)
rexim [Sat, 27 Jul 2019 18:19:04 +0000 (01:19 +0700)]
Add TODO(#985)

5 years ago(#854) points -> positions
rexim [Sat, 27 Jul 2019 18:17:46 +0000 (01:17 +0700)]
(#854) points -> positions

5 years ago(#864) Don't render point id in id editing state
rexim [Sat, 27 Jul 2019 18:10:05 +0000 (01:10 +0700)]
(#864) Don't render point id in id editing state

5 years ago(#854) Display ids of selected point in PointLayer
rexim [Sat, 27 Jul 2019 18:05:10 +0000 (01:05 +0700)]
(#854) Display ids of selected point in PointLayer

5 years agoMerge pull request #979 from tsoding/963
Alexey Kutepov [Sat, 27 Jul 2019 18:11:17 +0000 (01:11 +0700)]
Merge pull request #979 from tsoding/963

(#963) Implement adding a label

5 years agoAdd TODO(#983)
rexim [Sat, 27 Jul 2019 17:51:26 +0000 (00:51 +0700)]
Add TODO(#983)

5 years agoAdd TODO(#982)
rexim [Sat, 27 Jul 2019 17:51:25 +0000 (00:51 +0700)]
Add TODO(#982)

5 years agoAdd TODO(#981)
rexim [Sat, 27 Jul 2019 17:51:24 +0000 (00:51 +0700)]
Add TODO(#981)

5 years agoAdd TODO(#980)
rexim [Sat, 27 Jul 2019 17:51:24 +0000 (00:51 +0700)]
Add TODO(#980)

5 years ago(#963) Handle changed ColorPicker properly
rexim [Sat, 27 Jul 2019 17:48:41 +0000 (00:48 +0700)]
(#963) Handle changed ColorPicker properly

5 years ago(#963) More details for a TODO
rexim [Sat, 27 Jul 2019 17:45:11 +0000 (00:45 +0700)]
(#963) More details for a TODO

5 years ago(#963) Deselect label after deleting it.
rexim [Sat, 27 Jul 2019 17:36:56 +0000 (00:36 +0700)]
(#963) Deselect label after deleting it.

5 years ago(#963) make label_layer_element_at include id into bound checking
rexim [Sat, 27 Jul 2019 17:34:05 +0000 (00:34 +0700)]
(#963) make label_layer_element_at include id into bound checking