summaryrefslogtreecommitdiffstats
path: root/src/render/Font.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'miami' into lcsSergeanur2021-02-261-10/+10
|\ | | | | | | | | | | | | | | | | | | | | # Conflicts: # README.md # premake5.lua # src/audio/MusicManager.cpp # src/core/main.cpp # src/core/re3.cpp # src/extras/postfx.cpp # src/render/Font.cpp
| * Add russian supportSergeanur2021-02-181-10/+10
| |
* | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-02-161-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/reLCS_msvc_amd64.yml # .github/workflows/reLCS_msvc_x86.yml # README.md # gamefiles/TEXT/american.gxt # gamefiles/TEXT/french.gxt # gamefiles/TEXT/german.gxt # gamefiles/TEXT/italian.gxt # gamefiles/TEXT/spanish.gxt # premake5.lua # src/animation/AnimManager.cpp # src/animation/AnimationId.h # src/audio/MusicManager.cpp # src/audio/audio_enums.h # src/control/Script7.cpp # src/core/FileLoader.cpp # src/core/re3.cpp # src/extras/custompipes_d3d9.cpp # src/extras/custompipes_gl.cpp # src/extras/postfx.cpp # src/extras/shaders/colourfilterVC.frag # src/extras/shaders/colourfilterVC_PS.hlsl # src/extras/shaders/make_hlsl.cmd # src/extras/shaders/obj/colourfilterVC_PS.cso # src/extras/shaders/obj/colourfilterVC_PS.inc # src/extras/shaders/obj/colourfilterVC_frag.inc # src/peds/PedFight.cpp # src/render/Font.cpp # src/render/Hud.cpp # src/render/Particle.cpp # src/render/WaterCannon.cpp # src/skel/win/gtavc.ico # src/vehicles/Automobile.cpp # utils/gxt/american.txt # utils/gxt/french.txt # utils/gxt/german.txt # utils/gxt/italian.txt # utils/gxt/spanish.txt
| * Controller menuSergeanur2021-02-101-1/+4
| |
* | Merge branch 'miami' into lcsSergeanur2021-01-251-0/+2
|\| | | | | | | | | | | | | | | | | # Conflicts: # src/control/Script.h # src/modelinfo/SimpleModelInfo.cpp # src/modelinfo/VehicleModelInfo.cpp # src/rw/VisibilityPlugins.cpp # src/rw/VisibilityPlugins.h
| * make building with Codewarrior 7 possiblewithmorten2021-01-241-0/+2
| |
* | More fontsSergeanur2021-01-201-2/+6
| |
* | more fontSergeanur2021-01-191-3/+2
| |
* | Merge branch 'lcs' into lcsfontSergeanur2021-01-181-6/+6
|\| | | | | | | | | # Conflicts: # src/render/Font.cpp
| * Use of sized bool types for CFontSergeanur2021-01-161-75/+36
| |
* | Use of sized bool types for CFontSergeanur2021-01-181-72/+33
| |
* | fontSergeanur2021-01-161-6/+12
|/
* Partial controller buttons supportSergeanur2021-01-021-2/+2
|
* merge attemptNikolay Korolev2020-12-191-0/+38
|\
| * Infamous XBOX subtitle outlineerorcun2020-11-191-0/+4
| |
| * Check if buttons txd exsistSergeanur2020-11-071-0/+1
| |
| * Button iconsSergeanur2020-11-051-0/+33
| |
* | PlayerPed and "Redefine controls" menu done, fixeserorcun2020-12-021-0/+1
| |
* | UnicodeMakeUpperCase move + arg fixSergeanur2020-10-111-0/+1
| |
* | Merge branch 'master' into VC/TextFinishSergeanur2020-10-111-0/+5
|\| | | | | | | | | # Conflicts: # src/text/Text.cpp
| * Some unicode funcs belong to Font.cpp + small fixSergeanur2020-10-111-0/+5
| |
| * Squeeze performance option, minor fixeseray orçunus2020-08-031-1/+1
| | | | | | | | Fixes are already in miami
| * Revert "FONT_BANK renamed to FONT_STANDARD"Fire-Head2020-06-071-1/+1
| | | | | | | | This reverts commit 552205dfbaea70628df56a4966d269a81a97d28e.
| * FONT_BANK renamed to FONT_STANDARDSergeanur2020-06-071-1/+1
| |
* | cleanupSergeanur2020-06-071-2/+1
| |
* | more fontSergeanur2020-06-071-11/+12
| |
* | more font stuffSergeanur2020-06-071-2/+3
| |
* | fixesSergeanur2020-06-071-1/+1
| |
* | a bit of fontsSergeanur2020-06-071-5/+35
| |
* | Menu borders and weapon fixeseray orçunus2020-05-241-1/+1
|/
* FixesSergeanur2020-04-271-11/+12
|
* Merge branch 'master' into MoreLanguagesSergeanur2020-04-261-4/+8
|\ | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/Frontend.cpp # src/core/MenuScreens.h # src/render/Font.cpp # src/render/Font.h # src/text/Messages.cpp # src/text/Text.cpp
| * Add polish lang supportFire-Head2020-04-191-2/+4
| |
| * rem refsFire-Head2020-04-171-5/+6
| |
* | More japaneseSergeanur2020-04-151-0/+6
| |
* | CFontSergeanur2020-04-071-3/+3
| |
* | JapaneseSergeanur2020-04-051-19/+28
|/
* Fix CFont type uint16 -> wcharSergeanur2020-04-021-11/+11
|
* Add russian lang supportSergeanur2020-03-301-0/+16
|
* CPlayerPed & CMenuManager (#286)erorcun2020-01-071-1/+2
| | | Make Frontend great again!
* Initial commit for Frontend._AG2019-06-251-0/+24
| | | | | | Bug fixes: fix #40, fix #39, fix #38, fix #37, fix #21. Code organization and cleanup...
* CCredits name cleanupaap2019-05-311-3/+3
|
* added CCreditsaap2019-05-311-0/+6
|
* added CFontaap2019-05-221-0/+108