andreja6
|
1c337b0cdc
|
test
|
2018-06-05 00:00:59 -07:00 |
|
andreja6
|
54b19ba659
|
Added "Oh No!" to test gitlab
|
2018-06-04 23:55:55 -07:00 |
|
MusicalProgrammer
|
336b978fd3
|
Disabled editing inside the ComboBox.
|
2018-06-04 23:01:45 -04:00 |
|
MusicalProgrammer
|
90c609d06d
|
Child windows added.
|
2018-06-04 22:58:20 -04:00 |
|
MusicalProgrammer
|
cd7785ce06
|
Bye bye GApp. We need more control.
|
2018-06-02 21:27:10 -04:00 |
|
MusicalProgrammer
|
fb3513c6f6
|
WindowFunctions.cpp added for annoyingly long win32 stuff.
|
2018-06-02 19:22:01 -04:00 |
|
andreja6
|
0cf7813bea
|
Made mouse cursor not flicker
|
2018-06-02 15:24:32 -07:00 |
|
andreja6
|
39f68e1acc
|
Removed many useless variables
|
2018-06-02 14:54:15 -07:00 |
|
MusicalProgrammer
|
db9e030b53
|
Fixed a camera zooming bug.
|
2018-06-02 16:29:34 -04:00 |
|
MusicalProgrammer
|
e03a438169
|
Cleaned up old code.
|
2018-06-02 15:16:58 -04:00 |
|
MusicalProgrammer
|
f934a3fa38
|
Merge branch 'master' into MusicalProgrammer
|
2018-06-02 15:08:49 -04:00 |
|
andreja6
|
8f72e8e666
|
Removed inner border on 9x machines
|
2018-06-02 12:06:19 -07:00 |
|
MusicalProgrammer
|
da9d64c56f
|
Big camera improvements.
|
2018-06-02 15:04:52 -04:00 |
|
andreja6
|
e5f7c7d1cc
|
Fixed mouse down issues on buttons
Bypassed isHolding(VK_LBUTTON) with (GetKeyState(VK_LBUTTON) & 0x100) != 0; temporarily
|
2018-06-01 23:23:28 -07:00 |
|
andreja6
|
08b4d062e9
|
Added todo comment
|
2018-06-01 23:10:22 -07:00 |
|
andreja6
|
a8bfa1b4cd
|
No longer pushing and poping state for each button drawn
|
2018-06-01 23:07:00 -07:00 |
|
andreja6
|
312ea44922
|
Made rendering slightly more efficient (Draw::Box is really not effective)
|
2018-06-01 23:04:06 -07:00 |
|
MusicalProgrammer
|
636d39bd2d
|
Final cleanup
|
2018-06-01 21:35:32 -04:00 |
|
MusicalProgrammer
|
6730ddc7bc
|
Pan and tilt restored.
|
2018-06-01 20:53:57 -04:00 |
|
MusicalProgrammer
|
b66d676254
|
Custom unstable camera added.
|
2018-06-01 19:16:50 -04:00 |
|
MusicalProgrammer
|
a6eb176ec3
|
Fixed cursor displacement issues, and stopped ClipCursor from firing.
|
2018-05-31 21:23:15 -04:00 |
|
MusicalProgrammer
|
8816e96ba3
|
Mouse hover, and part selection is now functional.
|
2018-05-31 19:59:17 -04:00 |
|
MusicalProgrammer
|
5aaf134ba8
|
GUI Mouse clicks now functional.
|
2018-05-31 19:27:07 -04:00 |
|
MusicalProgrammer
|
66391f69c4
|
Various user input functions added.
|
2018-05-31 19:13:08 -04:00 |
|
MusicalProgrammer
|
b40a2559f6
|
App class removed. It's no longer used.
|
2018-05-31 15:09:07 -04:00 |
|
MusicalProgrammer
|
741f4eaf14
|
Merge branch 'master' into MusicalProgrammer
|
2018-05-31 14:12:17 -04:00 |
|
MusicalProgrammer
|
72954be880
|
3D Viewport resizing added. (Resizes very smooth!)
|
2018-05-30 23:47:01 -04:00 |
|
MusicalProgrammer
|
a16953c8a0
|
Keyboard Controls changed to Win32 API.
|
2018-05-30 22:42:48 -04:00 |
|
MusicalProgrammer
|
b2c0fb58da
|
Changed SDL Window to Win32Window.
|
2018-05-30 21:46:53 -04:00 |
|
MusicalProgrammer
|
828c0dcb41
|
Merge branch 'master' into MusicalProgrammer
|
2018-05-30 21:19:46 -04:00 |
|
MusicalProgrammer
|
cd0f1617cb
|
Revert "Polishing panning"
This reverts commit 2bdef97edf.
|
2018-05-30 20:47:05 -04:00 |
|
andreja6
|
2607fc8551
|
Exit on alt+f4 rather than ESC
|
2018-05-03 12:13:14 -07:00 |
|
andreja6
|
1de2fb6811
|
Set controls to UHJK
|
2018-05-03 11:41:08 -07:00 |
|
andreja6
|
c84a2173c8
|
Removed repeat function
|
2018-05-03 11:09:45 -07:00 |
|
andreja6
|
c38ede1bd1
|
Added message functions to DataModel
|
2018-05-02 19:59:49 -07:00 |
|
andreja6
|
29dad6bd8d
|
Cleaned up useless code and comments
|
2018-05-02 17:04:36 -07:00 |
|
andreja6
|
e04f53c071
|
Changed how buttons render
|
2018-05-02 16:47:14 -07:00 |
|
willemsteller
|
4b580ef5ad
|
Added part dragging
|
2018-05-02 09:47:53 +02:00 |
|
andreja6
|
60c7a386f0
|
Changed how selection boxes work
|
2018-05-01 21:43:18 -07:00 |
|
andreja6
|
3ee06b6c62
|
Made guiroot a child of datamodel
|
2018-05-01 21:00:46 -07:00 |
|
andreja6
|
57b407c894
|
Made timer and score a part of Workspace
|
2018-05-01 20:10:52 -07:00 |
|
andreja6
|
9999eb62e4
|
Changed how render works
|
2018-05-01 19:58:58 -07:00 |
|
andreja6
|
930aee06dc
|
Finished new datamodel
Not very efficient, but its somewhere
|
2018-05-01 15:02:04 -07:00 |
|
andreja6
|
e6ca1cd502
|
changed AudioPlayer::PlaySound() to AudioPlayer::playSound()
|
2018-05-01 12:14:54 -07:00 |
|
andreja6
|
9986f2ee5f
|
Made class name getter, can not be set outside of class
|
2018-04-30 21:43:02 -07:00 |
|
andreja6
|
529821ab9f
|
Made size getters and setters
|
2018-04-30 18:05:14 -07:00 |
|
MusicalProgrammer
|
2bdef97edf
|
Polishing panning
|
2018-04-30 12:02:52 -04:00 |
|
MusicalProgrammer
|
df5076e90f
|
Pan left added. Whoops
|
2018-04-30 11:22:25 -04:00 |
|
MusicalProgrammer
|
78ece8c2a2
|
Panning done?
|
2018-04-30 11:04:05 -04:00 |
|
andreja6
|
8dff73d5f5
|
added test squares to resize and arrows
|
2018-04-30 01:07:23 -07:00 |
|