Javidx9
f467e7dce2
PGE 2.20, Added Animate2D Utilities, and unleashed Geom2D as well, though work in progress
2022-10-15 14:10:07 +01:00
Javidx9
c29acc74cc
Added some more Geom2D functions, only 32 to go...
2022-09-20 22:18:49 +01:00
Javidx9
429f84fece
Removed global variable from Quadtree
2022-09-20 21:49:56 +01:00
Javidx9
854060277a
Tidied up quad tree
2022-09-20 21:43:33 +01:00
Javidx9
12c8638c15
Added Utility Palette, and Utility Quadtree
2022-09-20 21:35:46 +01:00
Javidx9
6a1105fd3e
Fixed Circle V Circle
2022-09-19 21:44:30 +01:00
Javidx9
a88cd7afb5
Fixed yet more template bugs, started to add triangle tests
2022-09-19 20:47:38 +01:00
Javidx9
e7c20b096d
Fixed more template bugs - made rectangle overlap fair on all sides
2022-09-19 16:21:24 +01:00
Javidx9
025dcbdc4e
Some minor compile bug fixes
2022-09-19 16:08:06 +01:00
Javidx9
5f13562dbd
Started work on Geometry2D Utility library
2022-09-19 15:53:42 +01:00
Javidx9
c080589ccf
Update README.md
2022-09-12 22:48:45 +01:00
Javidx9
3a0457e603
Added Gorbit's Viewport PGEX
2022-09-12 22:45:21 +01:00
Moros1138
f62f0f81eb
lowercase contributions directory
2022-09-12 17:14:09 -04:00
Moros1138
3810d7bcb3
consolidate extensions into a single directory.
2022-09-12 17:13:17 -04:00
Javidx9
3f8f7224d2
Merge branch 'master' of https://github.com/OneLoneCoder/olcPixelGameEngine
2022-09-12 22:05:48 +01:00
Javidx9
bc602fbf71
Repo re-org #2
2022-09-12 22:05:37 +01:00
Javidx9
89636488e8
Delete WikiPics directory
2022-09-12 22:04:42 +01:00
Javidx9
6049dce15e
Reorganised Repo - Javidx9 videos moved to external repo, freeing up this one to just be PixelGameEngine, extensions, tools and utilities distribution.
2022-09-12 22:01:51 +01:00
Javidx9
b7fdab1576
Update LICENCE.md
2022-08-17 21:09:52 +01:00
Javidx9
6cc039c2fa
olcPixelGameEngine 2.19
...
2.19: Textual Input(of)course Edition!
=Built in font is now olc::Renderable
+EnablePixelTransfer() - Gate if layer content transfers occur (speedup in decal only apps)
+TextEntryEnable() - Enables/Disables text entry mode
+TextEntryGetString() - Gets the current accumulated string in text entry mode
+TextEntryGetCursor() - Gets the current cursor position in text entry mode
+IsTextEntryEnabled() - Returns true if text entry mode is activated
+OnTextEntryComplete() - Override is called when user presses "ENTER" in text entry mode
+Potential for regional keyboard mappings - needs volunteers to do this
+ConsoleShow() - Opens built in command console
+ConsoleClear() - Clears built in command console output
+ConsoleOut() - Stream strings to command console output
+ConsoleCaptureStdOut() - Capture std::cout by redirecting to built-in console
+IsConsoleShowing() - Returns true if console is currently active
+OnConsoleCommand() - Override is called when command is entered into built in console
v2.19
2022-08-07 15:32:28 +01:00
Javidx9
12f634007c
TransformedView PGEX 1.06
...
Fix for bug that creeped in
2022-03-25 11:45:23 +00:00
Javidx9
51900bb3af
Added QuadTree Part1 Code
2022-02-26 13:26:52 +00:00
Javidx9
dbeabb8ffc
Added Dithering Code
2022-01-14 14:51:52 +00:00
Javidx9
bb767c871e
v2.17
...
+Clipping for DrawLine() functions
+Reintroduced sub-pixel decals
+Modified DrawPartialDecal() to quantise and correctly sample from tile atlasses
+olc::Sprite::GetPixel() - Clamp Mode
v2.17
2022-01-14 14:50:15 +00:00
Javidx9
e50d1c115a
olc::PixelGameEngine 2.17
2022-01-14 14:49:17 +00:00
Javidx9
ccedd4ecf9
Updated TransformedView to 1.05
2022-01-14 14:48:41 +00:00
Javidx9
7a20524ae4
Update OneLoneCoder_PGE_ExtensionTestGFX2D.cpp
...
Definition update fixed
2021-11-28 14:29:15 +00:00
Javidx9
5764bbab19
Added Five Dice Video
2021-06-06 19:35:17 +01:00
Javidx9
0bdfb62d60
PGE v2.16
...
FIX Emscripten JS formatting in VS IDE (thanks Moros)
+"Headless" Mode
+DrawLineDecal()
+Mouse Button Constants
+Move Constructor for olc::Renderable
+Polar/Cartesian conversion for v2d_generic
+DrawRotatedStringDecal()/DrawRotatedStringPropDecal() (thanks Oso-Grande/Sopadeoso (PR #209 ))
=Using olc::Renderable for layer surface
+Major Mac and GLUT Update (thanks Mumflr)
v2.16
2021-06-03 20:57:15 +01:00
Javidx9
02dac30d50
Update README.md
2021-04-07 21:30:45 +01:00
Javidx9
3aa3393dda
Update LICENCE.md
2021-03-29 13:42:46 +01:00
Javidx9
188ce57114
Update README.md
2021-03-23 17:47:37 +00:00
Javidx9
7fd9f27c46
PGE v2.15 - WASM
v2.15
2021-03-21 18:58:45 +00:00
Javidx9
1f123a7335
Delete readme.md
2021-03-21 18:00:14 +00:00
Javidx9
75210dec94
Create README.md
2021-03-21 17:59:59 +00:00
Javidx9
74ec5500f6
Added Basic WASM Utilities
2021-03-21 17:58:12 +00:00
Javidx9
61d0e06766
Added RayCastDDA Video
2021-02-28 16:26:45 +00:00
Javidx9
8fb4feccfa
Graphics3D PGEX v0.4 (C++17 Fixes)
2021-02-19 21:28:39 +00:00
Javidx9
038ee3afff
Update olcPGEX_TransformedView.h
...
Fixed DrawLine bug
2021-02-16 06:55:34 +00:00
Javidx9
705ab91a79
Update README.md
2021-02-14 20:27:24 +00:00
Javidx9
5dd4d2fac3
Update README.md
...
Added Arc and Font PGEX
2021-02-14 20:24:19 +00:00
Javidx9
4a077066c5
Update README.md
2021-02-14 20:12:40 +00:00
Javidx9
2a0c1cf74a
Add files via upload
2021-02-14 20:11:52 +00:00
Javidx9
678965f677
Added Networking Part 4 Video
2021-02-14 17:46:28 +00:00
Javidx9
de7690c926
PGE v2.14
...
Fixed Bug in DrawPartialDecal(), introduced a couple of versions ago. Apologies :ashamed:
v2.14
2021-02-11 19:36:49 +00:00
Javidx9
3374a6924c
Added Circle Vs Rect, Transformed View Demo
2021-01-29 19:24:11 +00:00
Javidx9
8cb4e675b5
Added v2.13
...
+GetFontSprite()
v2.13
2021-01-29 19:21:49 +00:00
Javidx9
25427d5e29
Added TransformedView PGEX 1.00
2021-01-29 19:20:59 +00:00
Javidx9
44f93b0596
Version 2.12 - "Clean up MinGW mess"
v2.12
2021-01-17 17:04:33 +00:00
Javidx9
3bd39ee92e
Version 2.11 - The "dammit XD" version
...
Oops, so yeah, broke some things, but should be ok now...
2021-01-17 15:59:50 +00:00