hedgewars/uStore.pas
Thu, 22 Oct 2020 12:50:24 +0200 unC0Rr Fix some problems caught by C compiler
Sat, 04 Jul 2020 03:11:41 +0200 sheepluva Merge chat-scaling (= current state of branch "ui-scaling") into default branch
Fri, 03 Jul 2020 23:51:47 +0200 sheepluva Merge branch 1.0.0 into branch ui-scaling ui-scaling
Tue, 26 May 2020 23:02:49 +0200 Wuzzy Fix wrong team health bar height after calling SetClanColor
Mon, 26 Aug 2019 23:17:17 +0300 alfadur add permenent digest logging
Fri, 23 Aug 2019 21:12:56 +0300 alfadur reduce casting
Fri, 23 Aug 2019 21:04:40 +0300 alfadur digest with byte arrays
Mon, 19 Aug 2019 18:59:24 +0300 alfadur remove per line digest logging
Mon, 19 Aug 2019 18:48:11 +0300 alfadur copy alpha extraction to the other digest computation
Mon, 19 Aug 2019 18:06:46 +0300 alfadur alpha digest test
Fri, 16 Aug 2019 11:02:01 -0600 raptor Merge of 0.9.25 branch with back-grafted macOS changes
Tue, 13 Aug 2019 09:50:24 -0600 raptor Make hardware acceleration optional on MacOS X 0.9.25
Tue, 13 Aug 2019 09:50:24 -0600 raptor Make hardware acceleration optional on MacOS X
Wed, 31 Jul 2019 23:14:27 +0200 sheepluva merge 1.0.0 beta 1 into ui-scaling branch ui-scaling
Tue, 02 Apr 2019 23:14:31 +0200 Wuzzy Fix uninitialized alpha values of rendered text
Tue, 02 Apr 2019 01:34:13 +0200 Wuzzy Fix team bar height depending on NameTex
Tue, 02 Apr 2019 00:06:19 +0200 Wuzzy Make team bars 1 pixel higher
Fri, 25 Jan 2019 06:46:13 +0100 Wuzzy Add settings.ini setting and hwengine param to disable holiday silliness (hat changes, etc.)
Mon, 21 Jan 2019 05:51:35 +0100 Wuzzy Fix SetClanColor causing crashes and rendering bugs
Mon, 12 Nov 2018 20:30:06 +0300 alfadur make engine windows checks work for 64bit builds
Fri, 09 Nov 2018 23:42:44 +0100 Wuzzy Fix bad StrToInt call ('0x' instead of '$' for hex), confuses Pas2C
Fri, 26 Oct 2018 19:53:07 +0200 unc0rr Fix lack of message and segfault when number texture creation fails
Fri, 26 Oct 2018 14:59:08 +0200 Wuzzy Allow to escape | and : character in engine translation files
Fri, 26 Oct 2018 06:15:57 +0200 Wuzzy Engine translation: With '::' can now suppress colons for highlighting
Thu, 25 Oct 2018 11:37:11 +0200 Wuzzy Add CJK font support for sidAmmoCount
Tue, 09 Oct 2018 12:54:40 -0400 nemo drop the error checked StrToInt as non-critical - pas2c did not implement it.
Tue, 09 Oct 2018 09:02:39 -0400 nemo make explicit for pas2c some string casts that fpc was probably doing automatically
Thu, 04 Oct 2018 19:04:27 +0200 Wuzzy Change syntax for Format/FormatA, remove array in function to be friendlier to Pas2C
Tue, 02 Oct 2018 21:51:27 +0200 Wuzzy Rewrite StrToInt code in uStore; get rid of "try" and "except" keywords
Wed, 08 Aug 2018 14:38:54 +0200 Wuzzy Refactor text color variable names, export 2 color values to Lua
Wed, 08 Aug 2018 13:14:42 +0200 Wuzzy Make ammo count in ammo menu translatable, and replace “x” with “×”
Wed, 01 Aug 2018 21:30:33 +0200 Wuzzy Load default clan colors from settings file
Sat, 28 Jul 2018 12:58:12 -0400 nemo merge of 0.9.24 - hopefully correctly this time
Tue, 24 Jul 2018 20:15:32 +0200 Wuzzy Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack 0.9.24
Wed, 18 Jul 2018 01:35:59 +0200 Wuzzy Switch from http:// to https:// URLs where possible
Tue, 17 Jul 2018 19:44:29 +0200 Wuzzy Clarify the wording of a few checkFails messages
Mon, 16 Jul 2018 19:15:22 +0200 Wuzzy Always use SDL_Map(A)RGB in SDL_FillRect for color
Thu, 12 Jul 2018 14:41:24 +0200 Wuzzy Send proper failure error message when image loading has failed
Sun, 08 Jul 2018 00:16:33 +0200 Wuzzy Fix teleport tooltip claiming it doesn't end turn, while in in hog placing phase with inf. attack
Tue, 15 May 2018 16:55:37 +0200 sheepluva WIP: allow changing chat size ui-scaling
Thu, 03 May 2018 21:40:13 +0200 Wuzzy Lua API: Add 5th parameter showExtra to SetAmmoTexts to hide extra text
Tue, 24 Apr 2018 20:30:15 +0200 Wuzzy Change KeyBindToName to shortstring
Wed, 11 Apr 2018 17:59:59 -0400 nemo merge with 0.9.23, pulling in unc0rr's desync fix
Sat, 17 Mar 2018 17:47:42 +0100 Wuzzy Show sidNoEndTurn text for most weapons when in inf attack mode
Tue, 06 Mar 2018 15:21:36 -0500 nemo the clipping was just due to remote abuse anyway - this addresses a couple of the concerns from the bug
Wed, 21 Feb 2018 03:03:16 +0100 Wuzzy Fix quit menu showing incorrect key when using non-default bindings
Fri, 16 Feb 2018 13:57:48 +0100 Wuzzy Add SetTeamLabel to Lua API, can set arbitrary string as team label
Thu, 08 Feb 2018 07:09:39 +0100 Wuzzy Fix timebox being usable in SD w/ damage=0
Wed, 17 Jan 2018 00:59:39 +0100 unc0rr Add assert on LoadingText texture value 0.9.23
Fri, 05 Jan 2018 21:43:33 +0100 unc0rr Comment out functions that don't need to be called for engine in frontend window qmlfrontend
Tue, 02 Jan 2018 23:45:18 +0100 unc0rr Break engine completely and make it render in frontend window (no actual rendering yet, just white screen) qmlfrontend
Sat, 25 Nov 2017 09:40:43 -0500 nemo Should probably have gl context stuff in its own unit separate from store, but, don't close the gl context before anything that might still want to do gl operations
Wed, 25 Oct 2017 19:44:42 -0400 nemo checksum immediately after loading because surface2tex does surface manipulation. also add some FIXMEs
Tue, 24 Oct 2017 18:55:19 -0400 nemo w is in pixels, so presumably this needs to be *4
Tue, 24 Oct 2017 18:28:59 -0400 nemo use pitch for surfaces, land_width x2 since 16 bit
Wed, 18 Oct 2017 20:33:20 -0400 nemo extend land digest to all surfaces that could possibly be loaded into Land[] - i.e. ones that impact sync
Fri, 13 Oct 2017 16:37:56 -0400 nemo mark up sprites for uStore loading. critical is for ones needed for proper gameplay, checksum is for ones where the game will desync if they don't match. will add checksumming next...
Sat, 30 Sep 2017 21:54:47 +0200 sheepluva fix some fpc hints
Fri, 29 Sep 2017 22:53:53 +0200 sheepluva fix some things that annoy pas2c and whitespaces
Fri, 29 Sep 2017 22:09:11 +0200 sheepluva rename ifTransparent to ifColorKey
less more (0) -300 -100 -60 tip