Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CppJavaCoder
/
tmxlite
Public
forked from
fallahn/tmxlite
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Mar 14, 2025
Merge pull request #128 from mpartel/tileset-without-map
Show description for 89eaddc
fallahn
authored
89eaddc
View commit details
Copy full SHA for 89eaddc
Browse repository at this point
Commits on May 24, 2024
update actions file
fallahn
committed
fcef1a2
View commit details
Copy full SHA for fcef1a2
Browse repository at this point
Commits on May 19, 2024
Merge pull request #157 from mward25/dev/feature/position_sfml_maps
Show description for ba50823
fallahn
authored
ba50823
View commit details
Copy full SHA for ba50823
Browse repository at this point
code consistency and warnings fixes
fallahn
committed
c15167a
View commit details
Copy full SHA for c15167a
Browse repository at this point
Commits on May 18, 2024
Added offsets to SFMLOrthogonalLayer.hpp. Also, you may now press W to
Show description for 500aa1e
mward25
committed
500aa1e
View commit details
Copy full SHA for 500aa1e
Browse repository at this point
Commits on Mar 15, 2024
update readme
fallahn
committed
3633ea5
View commit details
Copy full SHA for 3633ea5
Browse repository at this point
fix up CMake files
Show description for 90b15af
fallahn
committed
90b15af
View commit details
Copy full SHA for 90b15af
Browse repository at this point
add basic CMake file for SDL2 example
fallahn
committed
7ff665b
View commit details
Copy full SHA for 7ff665b
Browse repository at this point
implement basic tile layer rendering in SDL example
fallahn
committed
8cb41f7
View commit details
Copy full SHA for 8cb41f7
Browse repository at this point
update SDL2 example boilerplate with texture loading and vertex array creation
fallahn
committed
cb02974
View commit details
Copy full SHA for cb02974
Browse repository at this point
add boilerplate for SDL2 example
fallahn
committed
0142d8c
View commit details
Copy full SHA for 0142d8c
Browse repository at this point
Commits on Nov 12, 2023
Merge pull request #151 from Karamu98/master
Show description for a534fe3
fallahn
authored
a534fe3
View commit details
Copy full SHA for a534fe3
Browse repository at this point
No longer using shared pointers for storing child properties
Karamu98
committed
6c01634
View commit details
Copy full SHA for 6c01634
Browse repository at this point
Commits on Nov 7, 2023
Cleanup
Karamu98
committed
23115ef
View commit details
Copy full SHA for 23115ef
Browse repository at this point
Partial Tiled 1.8 Support
Show description for b0638e1
Karamu98
committed
b0638e1
View commit details
Copy full SHA for b0638e1
Browse repository at this point
Commits on Sep 12, 2023
update error reporting in SFML example
fallahn
committed
d259a59
View commit details
Copy full SHA for d259a59
Browse repository at this point
Commits on Jul 13, 2023
Merge pull request #132 from eXpl0it3r/bugfix/flip-calls
Show description for 2ac3055
fallahn
authored
2ac3055
View commit details
Copy full SHA for 2ac3055
Browse repository at this point
Commits on Jul 12, 2023
Fix flip-function calls
Show description for ccc1325
eXpl0it3r
committed
ccc1325
View commit details
Copy full SHA for ccc1325
Browse repository at this point
Commits on Jul 9, 2023
Merge pull request #130 from eXpl0it3r/bugfix/flip-triangles-correctly
Show description for c4da9cf
fallahn
authored
c4da9cf
View commit details
Copy full SHA for c4da9cf
Browse repository at this point
Commits on Jul 8, 2023
Fix flipping of verticies for triangles
Show description for e20ad09
eXpl0it3r
committed
e20ad09
View commit details
Copy full SHA for e20ad09
Browse repository at this point
Commits on Jun 20, 2023
Colour: made operator== and operator!= const, fixing a C++20 warning.
Show description for 831fb4d
mpartel
committed
831fb4d
View commit details
Copy full SHA for 831fb4d
Browse repository at this point
Support loading a Tileset without a Map.
mpartel
committed
70bbc0c
View commit details
Copy full SHA for 70bbc0c
Browse repository at this point
{Map,ObjectTypes}::loadFromString(): fixed using parent of given working directory, and reduced duplicate code in load()
mpartel
committed
cc35261
View commit details
Copy full SHA for cc35261
Browse repository at this point
Rewrote and unit tested 'resolveFilePath'
mpartel
committed
b169e94
View commit details
Copy full SHA for b169e94
Browse repository at this point
Commits on Jun 18, 2023
bump meson version number
Show description for 4303871
fallahn
committed
4303871
View commit details
Copy full SHA for 4303871
Browse repository at this point
Merge pull request #127 from mpartel/more-classes
Show description for 56c62c2
fallahn
authored
56c62c2
View commit details
Copy full SHA for 56c62c2
Browse repository at this point
Commits on Jun 17, 2023
Support `class` attribute on `Tileset` too.
mpartel
committed
92b3691
View commit details
Copy full SHA for 92b3691
Browse repository at this point
Support `class` attribute on `Map` and any `Layer`.
mpartel
committed
3c192b3
View commit details
Copy full SHA for 3c192b3
Browse repository at this point
Gitignored CMake build directory and VS Code directory
mpartel
committed
f1a4a0b
View commit details
Copy full SHA for f1a4a0b
Browse repository at this point
Commits on Jun 3, 2023
update meson build number
Show description for c3f9984
fallahn
committed
c3f9984
View commit details
Copy full SHA for c3f9984
Browse repository at this point
Merge pull request #125 from mateusvmv/master
Show description for 6341835
fallahn
authored
6341835
View commit details
Copy full SHA for 6341835
Browse repository at this point
Commits on Jun 2, 2023
Remove unused import
mateusvmv
committed
3c2e6dc
View commit details
Copy full SHA for 3c2e6dc
Browse repository at this point
Using index vector to store tile ids
mateusvmv
committed
11872ec
View commit details
Copy full SHA for 11872ec
Browse repository at this point
Commits on Jun 1, 2023
Improve createMissingTile performance
mateusvmv
committed
8f30933
View commit details
Copy full SHA for 8f30933
Browse repository at this point
Commits on May 11, 2023
add conversion operator to tmx::Colour
fallahn
committed
2fdd3fe
View commit details
Copy full SHA for 2fdd3fe
Browse repository at this point
Previous
Next
You can’t perform that action at this time.