summaryrefslogtreecommitdiffstats
path: root/src/text/Text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'miami' into lcsSergeanur2021-02-261-3/+3
|\ | | | | | | | | | | | | | | | | | | | | # 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-3/+3
| |
* | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-02-161-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Overhaul MusicManager - fix radio bugs, scroll to prev station, radio off texterorcun2021-02-011-1/+1
| |
* | Merge branch 'miami' into lcsSergeanur2021-01-251-5/+5
|\| | | | | | | | | | | | | | | | | # 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-5/+5
| |
* | Merge remote-tracking branch 'origin/miami' into lcsSergeanur2021-01-221-2/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/animation/CutsceneMgr.cpp # src/control/CarCtrl.cpp # src/control/Script.cpp # src/control/Script2.cpp # src/core/Frontend.cpp # src/core/main.cpp # src/entities/Physical.cpp # src/peds/Ped.cpp # src/peds/PedAI.cpp # src/text/Messages.cpp # src/vehicles/Cranes.cpp # src/vehicles/Transmission.cpp
| * get rid of most --MIAMI commentswithmorten2021-01-221-2/+0
| |
* | Merge branch 'miami' into lcsSergeanur2021-01-131-5/+5
|\| | | | | | | | | | | | | | | | | | | | | | | * miami: Fix backface culling of cutscene objects more renames anim velocity union rename m_vehEnterType -> m_vehDoor Port cmake improvements to miami some loose ends move TODO to Readme Fix build without FIX_BUGS, divide to 0 fixes
| * Fix build without FIX_BUGS, divide to 0 fixeserorcun2021-01-131-5/+5
| |
* | scriptNikolay Korolev2021-01-091-1/+1
| |
* | Original GXT supportSergeanur2021-01-081-2/+9
|/
* signed/unsigned fixes, and some other fixeserorcun2020-12-251-3/+3
|
* garages revision + some fixesNikolay Korolev2020-12-061-1/+1
|
* UnicodeMakeUpperCase move + arg fixSergeanur2020-10-111-15/+1
|
* Merge branch 'master' into VC/TextFinishSergeanur2020-10-111-27/+1
|\ | | | | | | | | # Conflicts: # src/text/Text.cpp
| * Some unicode funcs belong to Font.cpp + small fixSergeanur2020-10-111-28/+2
| |
| * Load and write our settings in re3.ini & fixeseray orçunus2020-10-021-1/+1
| |
| * 64-bit on Windowseray orçunus2020-07-221-8/+10
| |
* | Finish Text stuffSergeanur2020-10-101-22/+58
| |
* | bug fixNikolay2020-10-101-1/+2
| |
* | cheats, fixes, cosmetic changesmajestic2020-09-011-0/+14
| |
* | 64-bit on Windowseray orçunus2020-07-241-11/+15
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-06-291-13/+33
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/audio/soundlist.h # src/control/Script.cpp # src/control/ScriptCommands.h # src/core/Cam.cpp # src/core/Camera.cpp # src/core/Camera.h # src/core/Frontend.cpp # src/core/Frontend.h # src/core/Game.cpp # src/core/MenuScreens.cpp # src/core/Pad.cpp # src/core/Pad.h # src/core/config.h # src/entities/Entity.cpp # src/render/Credits.cpp # src/render/Fluff.cpp # src/render/Hud.cpp # src/render/MBlur.cpp # src/render/Timecycle.cpp # src/skel/glfw/glfw.cpp # src/skel/win/win.cpp # src/text/Text.cpp
| * Merge branch 'master' into ps2menuFire_Head2020-06-291-0/+16
| |\
| | * fixed CText to be 64 bit compatibleaap2020-05-161-0/+16
| | |
| * | restore Text.cppFire-Head2020-06-281-6/+6
| | |
| * | fixesFire-Head2020-06-281-6/+6
| | |
| * | mips overdoseFire-Head2020-06-271-8/+28
| |/
* | VC CMenuManager struct, ctor etc.eray orçunus2020-05-221-2/+2
| |
* | CTextSergeanur2020-05-181-44/+206
| |
* | fixed CText to be 64 bit compatibleaap2020-05-161-0/+16
|/
* FixesSergeanur2020-04-271-317/+319
|
* Merge branch 'master' into MoreLanguagesSergeanur2020-04-261-20/+6
|\ | | | | | | | | | | | | | | | | | | # 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-0/+3
| |
| * Remove patchesSergeanur2020-04-171-19/+1
| |
| * rem refsFire-Head2020-04-171-1/+1
| |
| * More refs removedSergeanur2020-04-161-1/+1
| |
| * normalized line endings to LFaap2020-04-091-324/+324
| |
* | JapaneseSergeanur2020-04-051-1/+8
|/
* Add russian lang supportSergeanur2020-03-301-0/+5
|
* Fix Text n PagerSergeanur2020-03-281-271/+271
|
* CText encoding fixesSergeanur2019-10-201-0/+319