Javidx9
0790d76236
Stub for 2.21
2 years ago
Javidx9
991bccb021
Merge branch 'develop' of https://github.com/OneLoneCoder/olcPixelGameEngine into develop
2 years ago
Javidx9
cac2457654
Added Camera2D Utility and example file
2 years ago
Moros1138
df9595d19a
emscripten resizer overhaul!
2 years ago
Javidx9
3280f71307
Merge pull request #300 from OneLoneCoder/develop
...
PGE 2.20 + Utilities
2 years ago
Javidx9
f467e7dce2
PGE 2.20, Added Animate2D Utilities, and unleashed Geom2D as well, though work in progress
2 years ago
Javidx9
c29acc74cc
Added some more Geom2D functions, only 32 to go...
2 years ago
Javidx9
429f84fece
Removed global variable from Quadtree
2 years ago
Javidx9
854060277a
Tidied up quad tree
2 years ago
Javidx9
12c8638c15
Added Utility Palette, and Utility Quadtree
2 years ago
Javidx9
6a1105fd3e
Fixed Circle V Circle
2 years ago
Javidx9
a88cd7afb5
Fixed yet more template bugs, started to add triangle tests
2 years ago
Javidx9
e7c20b096d
Fixed more template bugs - made rectangle overlap fair on all sides
2 years ago
Javidx9
025dcbdc4e
Some minor compile bug fixes
2 years ago
Javidx9
5f13562dbd
Started work on Geometry2D Utility library
2 years ago
Javidx9
c080589ccf
Update README.md
3 years ago
Javidx9
3a0457e603
Added Gorbit's Viewport PGEX
3 years ago
Moros1138
f62f0f81eb
lowercase contributions directory
3 years ago
Moros1138
3810d7bcb3
consolidate extensions into a single directory.
3 years ago
Javidx9
3f8f7224d2
Merge branch 'master' of https://github.com/OneLoneCoder/olcPixelGameEngine
3 years ago
Javidx9
bc602fbf71
Repo re-org #2
3 years ago
Javidx9
89636488e8
Delete WikiPics directory
3 years ago
Javidx9
6049dce15e
Reorganised Repo - Javidx9 videos moved to external repo, freeing up this one to just be PixelGameEngine, extensions, tools and utilities distribution.
3 years ago
Javidx9
b7fdab1576
Update LICENCE.md
3 years ago
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
3 years ago
Javidx9
12f634007c
TransformedView PGEX 1.06
...
Fix for bug that creeped in
3 years ago
Javidx9
51900bb3af
Added QuadTree Part1 Code
3 years ago
Javidx9
dbeabb8ffc
Added Dithering Code
3 years ago
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
3 years ago
Javidx9
e50d1c115a
olc::PixelGameEngine 2.17
3 years ago
Javidx9
ccedd4ecf9
Updated TransformedView to 1.05
3 years ago
Javidx9
7a20524ae4
Update OneLoneCoder_PGE_ExtensionTestGFX2D.cpp
...
Definition update fixed
3 years ago
Javidx9
5764bbab19
Added Five Dice Video
4 years ago
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)
4 years ago
Javidx9
02dac30d50
Update README.md
4 years ago
Javidx9
3aa3393dda
Update LICENCE.md
4 years ago
Javidx9
188ce57114
Update README.md
4 years ago
Javidx9
7fd9f27c46
PGE v2.15 - WASM
4 years ago
Javidx9
1f123a7335
Delete readme.md
4 years ago
Javidx9
75210dec94
Create README.md
4 years ago
Javidx9
74ec5500f6
Added Basic WASM Utilities
4 years ago
Javidx9
61d0e06766
Added RayCastDDA Video
4 years ago
Javidx9
8fb4feccfa
Graphics3D PGEX v0.4 (C++17 Fixes)
4 years ago
Javidx9
038ee3afff
Update olcPGEX_TransformedView.h
...
Fixed DrawLine bug
4 years ago
Javidx9
705ab91a79
Update README.md
4 years ago
Javidx9
5dd4d2fac3
Update README.md
...
Added Arc and Font PGEX
4 years ago
Javidx9
4a077066c5
Update README.md
4 years ago
Javidx9
2a0c1cf74a
Add files via upload
4 years ago
Javidx9
678965f677
Added Networking Part 4 Video
4 years ago
Javidx9
de7690c926
PGE v2.14
...
Fixed Bug in DrawPartialDecal(), introduced a couple of versions ago. Apologies :ashamed:
4 years ago