Commit Graph

225 Commits

Author SHA1 Message Date
andreja6
1c9b93d6ab Hm 2018-10-21 16:07:47 -07:00
andreja6
5eafaa401a NOT a good solution 2018-10-21 16:05:14 -07:00
andreja6
e0ba49a03c Attempted to make duplicate 2018-10-21 15:36:17 -07:00
andreja6
2725f6da58 Removed terrible instance type check, added dynamic casting 2018-10-21 13:44:53 -07:00
andreja6
8985579159 Made selected a vector 2018-09-18 19:24:12 -07:00
scottbeebiwan
c4df4131df hopefully fixed navigation canceled problems on xp, added all files to vcproj/sln, webbrowser error shows "placeholder crash" as title instead of just the name 2018-07-07 18:23:01 -07:00
MusicalProgrammer
374d3d3627 Merge branch 'master' of https://github.com/andreja6/G3D-Fun 2018-07-07 20:55:46 -04:00
MusicalProgrammer
fe65f8945c IEBrowser class added 2018-07-07 20:55:18 -04:00
scottbeebiwan
db4c46cf20 WHAT ARE YOU DOING
IM TAKING A PIIIIISSS
IM AN ENEMY YOUR SUPPOSED TO JUMP AT ME MOTHERFOCKUR
2018-07-07 13:09:20 -07:00
andreja6
c00e52a9e2 Fixed message 2018-07-07 12:57:00 -07:00
andreja6
c65ac42d64 OMFG 2018-07-07 12:56:06 -07:00
andreja6
95d041bf5e Fixed string 2018-07-07 12:54:27 -07:00
scottbeebiwan
89d2d0b981 did you know im fucking stupid 2018-07-07 12:53:50 -07:00
scottbeebiwan
0417060c1b *someone somehow undid commit 341866b god dman it* 2018-07-07 12:50:05 -07:00
andreja6
bbab248209 l i n k e r e r r o r s 2018-07-07 12:41:08 -07:00
scottbeebiwan
341866b8bb placeholderName now shows on failed to create hwnd screen instead of "Hypercube" 2018-07-07 01:01:51 -07:00
andreja6
dae6dd5390 Failed miserably at external functions 2018-07-06 22:38:27 -07:00
MusicalProgrammer
03fd38aaa7 IWebBrowser2 added and is functional. 2018-07-06 19:23:52 -04:00
andreja6
f99d18f6ae Added AX 2018-07-06 12:42:03 -07:00
andreja6
a47268830b Added web browser variable 2018-07-06 11:48:25 -07:00
scottbeebiwan
838f69944e un-break my commit,
make a easy way to change placeholder name
2018-07-05 21:02:37 -07:00
scottbeebiwan
c6d6c3fd40 Merge branch 'master' of https://github.com/andreja6/G3D-Fun 2018-07-05 20:49:28 -07:00
andreja6
bf946ead54 Changed placeholder name to another placeholder name 2018-07-05 20:02:51 -07:00
scottbeebiwan
2a2d6a777b Keyboard camera controls.
Comma: Pan Left
Period: Pan Right
I: Zoom in
O: Zoom out
2018-07-05 18:06:27 -07:00
MusicalProgrammer
5c90258546 Quick initialization fix. Small mouse bug fixed too. 2018-06-12 14:24:14 -04:00
andreja6
018c4a1557 Added basic textures for now 2018-06-10 21:02:38 -07:00
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