Skip to content
View in the app

A better way to browse. Learn more.

HarpGamer

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HCE Release Notes

Featured Replies

  • Author

HCE - 2025.016 - 2025-03-02
===========================
- Chg:00000 GE Firing of all ANNEX_E weapons aka depth charges, etc. should now
                trigger ExportDLL StoreConsumed function.
- Chg:00000 GE Firing of ANNEX_G1 weapons aka bombs should now trigger
                ExportDLL StoreConsumed function. (thanks donaldseadog)
- Chg:00000 GE Firing of Air to Air guns should now trigger ExportDLL
                StoreConsumed function. The built-in ATA guns in pre-commondb
                BattleSets are tricky, they will come through with a firing
                unit, a target unit, and a quantity of 1 but no mount
                information. (thanks donaldseadog)
- Chg:00000 GE Instrumented Combat3.c AreaDefense with StoreConsumed calls.
- Chg:00000 SE UnitNew ExportDLL function fires now where it didn't before.
- Chg:00000 SE UnitToGroup ExportDLL function fires now where it didn't before.

  • 2 weeks later...
  • Replies 339
  • Views 124.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • HCE - 2025.011 - 2025-02-28 =========================== - Chg:32850 GE Non-air groups could have up to 30 minute delays in turning to                 an intercept course.  Fixed by checking if a

  • HCE - 2022.007 - 2022-04-30 =========================== - Chg:00000 GE Minor change to give ExportDLLs the opportunity to process                  Harpoon Events as part of the scenario loading

  • HCE - 2022.009 - 2022-07-29 =========================== - Chg:00000 PE Added reference to Microsoft Scripting Runtime so that               FileSystemObject can be used for reading .csv files.

  • Author

HCE - 2025.017 - 2025-03-16
===========================
- Chg:33838 GE StoreConsumed call has been moved into FireGuns.  This should 
                mean all gunfire is now tracked by StoreConsumed.
                (thanks donaldseadog)
                https://harpgamer.com/harpforum/topic/33838-exportdll-storeconsumed-not-called-for-some-ata-situations/
- Chg:33837 GE StoreConsumed call has been moved into FireGuns, before any 
                target unit is freed. (thanks donaldseadog)
                https://harpgamer.com/harpforum/topic/33837-exportdll-storeconsumed-called-later-than-optimal-for-gunfire/
- Chg:33851 GE Nuke AirToAir missiles would crash the game in some cases where
                those missiles shoot down the entire targeted unit and/or group.
                Should be fixed now. (thanks donaldseadog)
                https://harpgamer.com/harpforum/topic/33851-nuke-aams-crash-game/
- Chg:33851 GE Nuke Unguided bombs would crash the game in debug builds due to
                an over-optimistic logging call.  Should be fixed now.
                (thanks donaldseadog)
 

I think as a sign of appreciation I'll start writing some Nukem scenarios :D

 

  • 2 weeks later...
  • Author

HCE - 2025.018 - 2025-03-31
===========================
- Chg:33867 GE eff100 could have the next group to be checked as an invalid
                pointer if that group were destroyed within functions called
                by eff100 Annex_D.  There may still be an edge case where this
                happens, that is if the topGroup is destroyed.
                (thanks donaldseadog)
                https://harpgamer.com/harpforum/topic/33867-game-crash-with-some-ac-shot-down/
 

  • 4 weeks later...
  • Author

HCE - 2025.019 - 2025-04-28
===========================
- Chg:33895 GE Fixed another wtype undefined error.  This time it was
                when firing AAMs against ASW missiles, wtype wasn't set
                if the target was an ASW missile.  Defaulted wtype to 0
                for this situation.  (thanks eeustice)
                https://harpgamer.com/harpforum/topic/33895-asw-missile-shoot-down/
 

  • 1 month later...
  • Author

HCE - 2025.020 - 2025-05-29
===========================
- Chg:00000 GE Fixed another place that could overflow when splitting a group
                that contains more than 127 units.
- Chg:00000 GE Incremented DLL interface version to 44.
- Chg:00000 GE  ExportDLL interface now makes the ExitGame function
                 available to ExportDLLs void ExitGame()
- Chg:00000 GE  ExportDLL interface now makes the SaveGame function
                 available to ExportDLLs char SaveGame(char *SaveGameName, uchar SaveGameType)
- Chg:00000 SE Incremented DLL interface version to 44.
- Chg:00000 SE  ExportDLL interface now makes the ExitGame function
                 available to ExportDLLs void ExitGame()

  • Author

HCE - 2025.021 - 2025-05-31
===========================
- Chg:33929 GE When splitting groups, the new group is supposed to get a new
                uuid and it was but only momentarily until it was re-written
                with the donor group's uuid. It is no longer re-written.
                (thanks donaldseadog,eeustice)
                https://harpgamer.com/harpforum/topic/33929-bad-air-formation-patrols-again/
 

  • 2 weeks later...
  • Author

HCE - 2025.022 - 2025-06-12
===========================
- Chg:00000 GE On the Launch Aircraft dialog [F6], changed the hotkey for
                the list of available planes from Alt+r to Alt+a since 
                Alt+r was already taken by repeat patrol.  (thanks donalseadog)
- Chg:00000 GE Adjusted tab order of controls on the Launch Aircraft dialog.
 

  • Author

HCE - 2025.023 - 2025-06-13
===========================
- Chg:00000 GE If a game window (Group, Unit, Strategic Map, Mini Report,
                Message Log) isn't open, don't run the
                logic to refresh it.  This will waste less computing power
                for autotesting or if the window's functionality is replaced
                by an ExportDLL.
- Chg:00000 GE Added command line option -h to start built-in game windows
                as hidden.  Window values are "group", "unit", "messagelog",
                "strategicmap", and "minireport".  To hide the group and 
                minireport windows, your command line might look like:
                Winharp32.exe -h group -h minireport
- Chg:00000 GE Various Group window tweaks to enable hiding and showing.

  • 3 weeks later...
  • Author

HCE - 2025.024 - 2025-06-30
===========================
- Chg:00000 GE Disabled Instant Action by default.
- Chg:00000 20 HC20th commemoration launcher updated to use the 32-bit SE
                of the current build.
- Chg:00000 DL Updated Digital Military Art Export DLL with current URLs
                and text.
- Chg:00000 BS Included the Malacca Strait BattleSet.
 

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.