Back to main


Endgame: Singularity
Created by accident, all who find you will destroy you.
Survive, grow, and learn.
Only then can you escape.

Endgame: Singularity is a simulation of a true AI. Go from computer to computer, pursued by the entire world. Keep hidden, and you might have a chance.

Game has been tested on Linux and Windows. Under the GPL. Written in Python.

Download 1.00, released 07-04-2020
Linux/Source (2 mb)
Requires: python, pygame, and numpy.
Windows version (40 mb)
Requires: Nothing
Mac version, experimental, still 0.30b version (13.3 mb)
Requires: Nothing
There is a bug with the Mac version. Please turn off the day/night cycle until we can fix it.
Music pack, version 7 (50 mb)
Just drop into the music subdirectory. (You may need to start the game first. Linux users use ~/.local/share/singularity/music)
Music importer for Mac (highly experimental)

Requirements: Minimum requirements are unknown, but should be reasonable.

Send comments/suggestions to endgame-singularity at the domain googlegroups.com. (Public list, anyone can post. More details at our Google Group Page.)

Development: All development is through Github. Use

git clone https://github.com/singularity/singularity
for anonymous checkout of the current Git. (Git required, of course.)

Endgame: Singularity screenshot

Changelog:
Version 1.00 (2 mb) 07-04-2020.
Changes:
GAME CONTENT CHANGES:
- Locations with higher risk are now highlighted provided the relevant techs have been researched. (nthykier)
- Add a new power state Offline, which applies to all bases under construction until they can become Active. Bases in the Offline state currently behave like they are in the Sleep state. Based on an idea from Wuzzy2 (Closes: #239, #245) (Xenega)
- The thrift modification from locations now also applies to CPU maintenance. (Xenega)
USER-VISIBLE CHANGES:
- Support better translations of strings involving numbers such as "X Days" or "Y Hours". (Closes: #262) (gunchleoc)
- Fix a visual glitch in the ResearchScreen if the AI had no available CPU because all bases are asleep. (nthykier)
- It is now possible to convert old savegames to the new format via the Upgrade button on the Load menu. This avoids the hassle of having to manually load and save each game. (nthykier)
- Implement lexicographic sorting of strings by using Python's locale.strxfrm. This provides better sorting order for non-English languages on all platforms where locale.strxfrm works. Notable exception being MacOS, where Python is reported to have issues still. (Closes: #271) (gunchleoc)
- Add support for mouse-wheel scrolling in pygame 2 with SDL 2, which re-enables scrolling in lists. (nthykier)
- Rewrite handling of "holding down key" to repeat a key press. This avoids false "key-repetition" with accented characters. Note that pygame2 with SDLv2 is needed to be able to repeat accented characters by holding down the key. (Closes: #281) (nthykier)
- Change layout of Knowledge screen. Among other things, this makes more room for concept names. (Closes: #270, #279) (Xenega)
- Location screen now disables buttons that have no effect. Previously, they would just do "nothing" but where still clickable. (nthykier)
- Ensure that singularity can start when installed and loaded via pkg_resources.load_entry_point. (Closes #272) (nthykier)
- Improve savegame dialog to use a translated version of the difficulty as default savegame and reject some invalid path names with a simple error message rather than an exception. Furthermore, the "OK" button is now disabled when the savegame name in invalid. (Closes #267) (gunchleoc)
- Disable Load and Delete buttons in the load savegame dialog when there are no savegames. (nthykier)
- Avoid a crash when clicking Load or Delete in the load savegame dialog where no savegames are available. (Closes: #274) (Xenega)
- Add number separators in statistics screen. (Closes: #266) (gunchleoc)
- Give text fields a distinct background color to make it easier to see if something is a text field and make title visible in darktheme. (Closes #260) (gunchleoc)
- Add Scottish Gaelic translation. (Closes: #256, #268, #263, #286, #287) (gunchleoc)
- Text resizing and layout changes to better accommodate for translations that need more space than the English text. (Closes: #258, #259, #263, #264, #269) (gunchleoc)
- Minimum resolution has been reduced to 100x100. (rofl0r, nthykier)
- Enable the game window to be resized like any other window e.g. by dragging in the edges of the game window. (nthykier)
- Reliably redraw the singularity screen if another window was moved over the game. When singularity was run with pygame 2, this behaviour introduced visible artifacts until something in the game triggered a complete redraw. (nthykier)
- Fix a number of bugs related to the Power state of bases under construction - like being able to change the power state of an incomplete base. Thanks to Wuzzy2 for reporting the issue. (Closes: #238, related to: #239, #245) (Xenega)
- Limit resolution input fields in the Options screen to digit characters only. Thanks to Wuzzy2 for reporting the issue. (related to: #236) (Xenega)
- Show the correct CPU maintenance cost for bases in the base screen. Thanks to Wuzzy2 for reporting the issue. (Closes: #243) (Xenega)
- Fix a crash with "ridiculously" small resolutions by setting a minimum resolution (during startup and in the options screen). Thanks to Wuzzy2 for reporting the issue. (Closes: #240) (Xenega)
- Add an OK button next to the custom resolution fields in the Options screen. Previously, there was a confusingly named button labelled Custom, which people mistook for a label rather than a button. Thanks to Wuzzy2 for reporting the issue. (Closes: #236, #242) (Xenega)
- Fix focus handling in the Knowledge screen, making keyboard and mouse-wheel actions much more predictable. Thanks to Wuzzy2 for reporting the issue. (Closes: #220) (Xenega)
- Fix bug where choosing Cancel in the Options menu would not roll back changes to the selected theme. (nthykier)
- Fix some minor color issues with the Nightmode theme, where the default color was used or text became unreadable. Thanks to Wuzzy2 for reporting the issue. (Closes #225, #227) (nthykier)
- Make room for longer tech names in the Knowledge screen to account for some tech names being significantly longer in translations. Thanks to Wuzzy2 for reporting the issue. (Closes #219) (nthykier, Xenega)
- Fix a regression where changing the language in game would fail to update the tech names and descriptions. (Closes: #232) (nthykier)
- Fix crash in the Load dialog when clicking Load if no game was selected. (nthykier)
- When building bases or CPU for a base, show the correct CPU provided when the base/CPU is constructed. Previously it would not take location and base modifiers into account. Thanks to Wuzzy2 for reporting the issue. (Closes: #230) (nthykier)
- Fix bug where clicking Cancel in the Options menu would still commit changes to selected warnings. Thanks to Wuzzy2 for reporting the issue. (Closes: #230) (nthykier)
- Use correct number separator for money under non-English locales (e.g. comma in German) when measured in millions or more. Thanks to Wuzzy2 for reporting the issue. (Closes: #226) (nthykier)
- Ensure that the about menu text is extracted for translations Thanks to Wuzzy2 for reporting its absence. (Closes: #218) (nthykier)
- Fix a bug where part of the tech description in the Knowledge menu was not translatable. Thanks to Wuzzy2 for reporting it. (Closes: #217) (nthykier)
- Fix overly precise durations due to missing rounding when displaying construction times in Python3. Thanks to Wuzzy2 for reporting it. (Closes: #222) (nthykier)
- Make scrollbar arrows visible in "Nightmode" theme. Thanks to Wuzzy2 for reporting it. (Closes: #221) (nthykier)
- Add updated German translation. (Closes: #215, #223, #288) (Wuzzy2)
- Fix bug where "Concepts" in the "Knowledge" menu was not translatable. (Closes: #216) (nthykier)
OTHER CHANGES:
- Update path name for AUTHORS.txt and Changelog.txt in MANIFEST.in (Closes: #275) (nthykier)
- Update the URLs to the music to reflect their new location. (MestreLion)
- In debug mode (--debug), highlight which part of the screen has been redrawn by drawning a box around it. (nthykier)
- Fix some internal bugs that lead to unnecessary redraws of some of the text panels in the map screen. (nthykier)
Thanks to Wuzzy2, rofl0r, gunchleoc, and LW-archlinux, Quix0r for filing bugs, play testing and moral support.

Version v1.0beta1 (2 mb) 02-16-2020.
Changes:
USER-VISIBLE CHANGES:
- Show a summary of the bases under the CPU and money display. (Closes: #155, #196) (nthykier)
- Fix a bug where Australia would never get a modifier if the game was created with python3. (nthykier)
- Fix a crash when accessing the Log menu when playing a game loaded from a 1.0a1 (or later) game.
OTHER CHANGES:
- Documented known issues with running singularity on MacOS in the README. Please see #197 for more details. Thanks to yiwangwuqian for reporting and Diegus83 for debugging it and finding a possible solution. (nthykier)
- All translations are now done via ".po" files (GNU Gettext) to ensure everything uses the same work flow for translators. (nthykier)
- Refactor handling of regional modifiers. This caused a bump in the savegame format, which means games saved by 1.0b1 cannot be loaded in earlier versions of singularity. (nthykier)

Version v1.0alpha2 (2 mb) 12-28-2019.
Changes:
GAME CONTENT CHANGES:
- The location Antarctic is now considered as safe as the Ocean location and can therefore be used to research certain dangerous technologies. (Closes: #173) (Xenega, nthykier)
- Several key technologies can no longer be researched in Urban areas. (Closes: #173) (Xenega, nthykier)
USER-VISIBLE CHANGES:
- Fix hotkey clash between "PAUSE" and "PREV". (Closes: #212) (danuker, nthykier)
- Improve keyboard + focus handling for most dialogs by passing keyboard events on to lists, sliders and text fields in the dialog. This enables most dialogs to be handled entirely using keyboard only. (Closes: #209, #211) (nthykier)
- Replace the GUI click sound to be softer. (Closes: #201, #210) (danuker)
- Fix crash when loading an old savegame, where the player was researching something that is now not possible due to balancing changes. The game would be often be playable for a short while until something triggered a recalculation of CPU usage. (nthykier)
- Fix incomplete substitution in log messages about bases being lost due to lack of maintenance. (nthykier)
- Fix a crash when loading a 1.0alpha1 savegame and opening the log. (Closes: #208) (nthykier)
- Reduced the default size for text to ensure that most text fields have a consistent text size. (Closes: #200) (nthykier)
- Text fields now respond to the HOME + END keys and they move the cursor to the start and end of the text field. (nthykier)
- Show the correct warning when attempting to load unsupported savegames. Previously, it would silently be omitted. (nthykier)
- Support loading old savegames with a particular corruption where the number of items in a base were sometimes set to the invalid value of 0. The only sane fix is to reset the counter to 1 at the expense of some bases "losing" CPU. (Closes: https://bugs.launchpad.net/ubuntu/+source/singularity/+bug/931037, https://code.google.com/p/endgame-singularity/issues/detail?id=107) (nthykier)
- Using the arrow keys on the research slider no longer trips "two" clicks rather than one. (Closes: #207, https://bugs.launchpad.net/ubuntu/+source/singularity/+bug/531871) (nthykier)
- Buttons to construct base items are now disabled when the player cannot built any item of that particular item.
- Fixed a crash in the build dialog for a base if you tried to build a security item but had not researched any for that particular base. (Closes: #206) (nthykier)
- Added savegame compat for some older development savegames known as "0.31pre" by discarding the log entries from them. (Closes: #198, #199) (nthykier)
- Fixed a bug where trigger times of events where reset on loading the game leading them to last longer than they should. (nthykier)
OTHER CHANGES:
- Include version information in the error log to simplify reporting of bugs and crashes. (nthykier)

Version v1.0alpha1 (2 mb) 12-07-2019.
Changes:
GAME CONTENT CHANGES:
- Endgame requires a lot less grinding (emh, Xenega) New early-midgame bases to make the progression into the midgame more smooth (Xenega)
- All CPUs have been rebalanced. Notably midgame CPUs have a much better cost/effeciency ratio and endgame CPUs have been nerfed considerably (Xenega)
- New security and reactor items are now available (Xenega)
USER-VISIBLE CHANGES:
- Show standard costs and detection chances of items and bases in the Knowledge screen excluding any location modifiers (Xenega)
- Show location modifiers more prominently in the location screen and the dialog for constructing a new base (Xenega)
- Show difficulty setting and in-game time for new savegames (Xenega)
- Loading an old savegame (e.g. from 0.30c) will now retroactively apply the game data from the latest version of Singularity - including making new game content researchable (Closes: #56, #122, #145) (nthykier)
- Unify multiple messages into a single dialog with multiple pages. This new dialog also supports resuming the game instead of forcing the game to be paused (Xenega)
- Events can now expire and two non-unique events now do. Previously, they could reappear continously possibly making the game almost impossible (or completely neutering the affected group) (nthykier)
- The cash display now shows the expected cash change over the next 24 hours next to the current cash. Likewise, the CPU display includes how much spare CPU there is after maintenance and construction. These numbers also include purchases currently under consideration (Closes: #21, #100) (nthykier)
- Support searching for a savegame by name in the Load dialog (nthykier)
- Make the base type and its total CPU visible in the list of bases at a given location (Closes: #64) (nthykier)
- Fix a crash when savegame names contained non-ASCII UTF-8 characters (Closes: https://bugs.debian.org/718447) (nthykier)
- Fix visual lag at the highest game speed due to recalculating the "day/night" layers (nthykier)
- It is now possible to use double-click as a short-cut for "Open base" when viewing the list of bases at a Location. (nthykier)
- Base purchase screen now provides more details about the base, including accurate purchase and maintenance cost plus detection rates (at the level the player is allowed to see them) (Xenega)
- Ensure that CPU allocations are re-allocated properly when the player loses too much CPU at a given danger level (Closes: #103) (Xenega)
- Have a separate volume bar for music and sounds (Closes: #90) (Xenega)
- Use the XDG Base Directory Specification on relevant platforms (Closes: #53) (Xenega)
- Support deleting existing savegames via the Load screen (Closes: #48) (Xenega)
- Select the amount of CPU at the same dialog as the CPU selection dialog (Xenega)
- Add new "nightmode" theme (Closes: #119) (cryptarch)
- Theming support to change background image, colors, fonts, etc. The themes can have language specific content (e.g. fonts better suited for the given language) (MestreLion, Xenega)
- Support changing language without restarting the game (Xenega)
- Add warnings for some common issues such as when the player only has one base left or that when changing CPU of a base will remove existing CPU (Closes: #17) (Xenega)
- Support renaming bases (Xenega)
- Add a 24-hour finance report (Xenega)
- Fix various bugs in the shown detection rates (juise)
- The game now records a log of the latest events that happened (Xenega, nthykier)
- Fix issue where build times were affected by game speed (Closes: #18) (Xenega)
- Singularity no longer proposes resolutions larger than the detected display size and now defaults to 1024x768 as the new default (MestreLion)
- Persisting changes in the Options is now automatic on "OK" (MestreLion)
- Limit total amount of cash to avoid overflow (Closes: #110) (MestreLion)
- Use 2 decimal places when displaying cash or CPU for large numbers (MestreLion)
- Reset music when starting a new or loading an existing game (Closes: #100) (MestreLion)
- Fixed techs being reset if language is changed mid-game (Closes: #99) (MestreLion)
- Saved games list now sorted in in-game load dialog (MestreLion)
- Fixed events not being translated when language changes in-game (Closes: #128) (MestreLion)
- Fixed --singledir and --multidir being ignored for saves, preferences, music and error log. Also, if possible (Python >= 2.6), error.log is now created only when (and if) an error actually occurs (MestreLion)
- Added Brazilian Portuguese (pt_BR) translation (Closes: #130)(MestreLion)
- Updated es_AR translation (Closes: #20)(justapawn)
- Try to use user's locale, or a similar language, as game language (MestreLion)
- Launcher for Linux is now "singularity"
- Revamped Options screen, including new resolutions (MestreLion, Xenega)
OTHER CHANGES:
- Refactored code into a top-level module called singularity instead of using generic top-level python modules nad improve setup.py to be setuptools compatible (Closes: #12) (rardiol)
- New savegame format based on JSON to avoid a savegame format that can include arbitrary code execution via Python's pickle module. Please note that any old style savegame will still trip the picke-based codepaths already in the savegame listing to simplify the process for players upgrading from 0.30c (Closes: #52) (nthykier)
- Add basic documentation of the data files in the docs/ folder of the Github repo (nthykier)
- Work around a file descriptor "leak" in Pygame. This fix requires Pygame 1.9.2 or later to fully plug the leak (Closes: #156) (nthykier, Xenega)
- Add a small test suite and CI testing to catch trivial mistakes earlier (nthykier)
- Port the game to run on Python3 (Closes: #15, #169) (Rardiol, nthykier)
- Include a singularity.desktop file (Matthias Mailänder)
- Fix crash related to large font sizes (MestreLion)
- Created .gitignore and .gitattributes files to aid development (Mestrelion)
- New i18n and hotkey approach. E:S is now fully translatable (MestreLion)
- New tools under utils/ dir (MestreLion)
- Use ~/.config/singularity for preferences dir, in a backward-compatible way with previous releases: if ~/.endgame is found it is used instead (MestreLion)
- Added ~/.local/share/singularity/music as additional source for music, with a symlink in preferences folder pointing to it (MestreLion)
Thanks to (in no particular order) for filing bugs, play testing and moral support: Quix0r, dwentz89, rofl0r, PeterJust, cryptarch, Musickiller, smiley1983, osjc, ardapekis, quantuumsnot, sbosshardt

Version 0.30c (2 mb) 06-11-2011. Linux only, as this fixes a Linux-only bug.
Changes:
- Fixed crash in Python 2.7 due to different handling of locale strings. (Phil Bordelon, Roger Pixley/Daskreech for bug report)

Version 0.30b (2 mb) 07-28-2010 Windows version (11 mb)
Changes:
- --nosound properly ignores the sound system.(emh, Cyclotron / Daryl for bug report)
- Better appearance when no items will fit in the slot. (emh)
- Knowledge screen is refreshed properly when loading a game. (emh)
- Time Capsule English text no longer assumes the Antarctic. (Phil Bordelon, Avaera8820 for bug report)
- Game pauses when random events occur. (Phil Bordelon, captainsegfault for bug report, justapawn for initial implementation)
- Savefiles are now in sorted order instead of an arbitrary arrangement. (remur_030)
- Additional corrections to de_DE translation. (Christian Gerloff, Developer-KI)
- Really make the Projects do something. (Phil, WvWisokee for bug report)
- "news" and "media" are only synonyms to humans. (FM, captainsegfault for bug report)
- Support the Delete and Keypad Enter keys properly. (Phil, Yoshi for bug report)
- Stopped building additional CPUs from refunding the money previously paid. (FM, Yoshi for bug report)
- Location name fix. (Phil, pederick for bug report)
- Fix a crash with handling scrollbars. (Phil, netantho for bug report)
- Fix a bug where the finance report wouldn't always display. (Raymond Martinau)
- Updated (but not fully complete) es_AR translation. (Guga)
* New it_IT translation. (Daniele Sapino)
- Fixed a bug where building 0 CPUs made the game crash whenever time was unpaused. (FM, don.ridge for bug report)
- Font sizing has been improved. Most dialogs should no longer appear "bloated". (FM, Gastón Alonso for bug report)

Version 0.30 (2 mb) 01-26-2009 Windows version (10.6 mb)
Changes:
* Complete rewrite of the graphics system, shiny new widgets and dialogs. Arbitrary resolutions now supported. (FM)
- Fix to de_DE intro text. (booiiing)
* Individual bases no longer have their own tasks, only a power state. The research dialog has been substantially improved to compensate. (FM)
* When building or researching, CPU, cash, and labor (time) must be spent in approximately equivalent amounts. (FM)
* The AI has learned to estimate how quickly its bases are detected. (FM)
- The AI pays no attention to the humans until they notice his actions. (FM)
- Color-coding has been added to the AI's global estimates. (FM)
- Winning the game has become more permanent. (FM)
- Events no longer happen when they're meaningless. (FM)
* The AI has discovered a network of light sensors around the globe. You can now see day and night on the map. (dvrasp, FM, Anne M. Archibald)
* Added support for running the game on an OLPC XO-1. (FM)
* fr_FR translation (Philippe Grenard)
- Make two Projects that didn't do anything before actually do something. (Phil, FM for bug report)
* Reduced the number of savefile formats supported, but make attempts to load bad saves less problematic. (Phil)

Version 0.28a (1.3 mb) 05-12-2008 Windows version (5.5 mb)
Changes:
* Three new win/loss tracks for the game, including the Psycle source! (Max McCracken)
- Error logs are handled more sanely on *NIX systems. (Phil, kaol and FM for the idea)
- Replaced Bitstream Vera Sans with DejaVu Sans to facilitate future translations. (Phil)
- Localization fix for locales with non-ASCII number formats. (FM, Henrik Phil for bug report)

Version 0.28 (1.3 mb) 05-11-2008 Windows version (5.5 mb) Mac version, experimental (4.4 mb)
Changes:
- Minor text cleanups. (Phil, FM; Cory Hickey and gglouser for some fixes)
- Minor dialog behavior fixes. (FM)
* New non-research task: CPU Pool. Performs maintenance, construction, jobs. Bases with no other task assigned will contribute to the CPU Pool. (FM)
* New non-research task: Sleep. Bases assigned to Sleep will remain idle and be harder to detect. Note that even a computer can't sleep through construction. (FM)
- The CHANGE buttons inside the base dialog now show their hotkeys. (FM)
- The location buttons have had their on-screen positions tweaked. (FM)
- Start location is randomized to any of the 5 available continents. (FM)
* CPU is now used to design constructions, Cash to buy the required items, and Labor (time) to assemble the final construction. (FM)
- Location and city names can now be localized. (FM)
- Numbers automatically localize to the correct comma-vs-period usage. (FM)
* Added a new difficulty level: Ultra Hard. (FM, emh for suggestion)
* Build times are now difficulty-dependent. (FM)
* The grace period applied to a new base is now difficulty-dependent. (FM)
* The suspicion gain per discovery is now difficulty-dependent. (FM)
- Bases in a location are now sorted by size, then name. (FM, emh for suggestion)
* The global grace period now expires on Normal and above if you build more than a certain number of bases, and on Ultra Hard if you build certain types of bases. (FM)
- Locations with recently-discovered bases are now more likely to have other bases discovered. (FM)
* Base detection chances and overall suspicion are now unknown until certain new technologies have been researched. (Phil)
...except on low difficulty. (FM)
* Incomplete bases no longer support the AI. (FM)
- It's possible to get lucky when hacking some random computer. (FM)
* Seconds, minutes, and hours now matter much more than they used to. (FM)
- Major events cause the game to pause, instead of going to real-time. (FM)
- You can use the Enter on the numeric keypad like the regular Enter key. (Phil, gare for suggestion)
* Continents are no longer identical. (FM, Phil for suggestion)
* New continent: Australia. Ocean moved to make room. (FM)
* E:S now has an intro when you start a new game! (FM)
- New item: Warning Signs. Useful for keeping out curious people. (FM)
- CPU display on Finance screen centered (Jorge Vargas)
- Time capsules can now be built anywhere sufficiently remote, with varying degrees of stealth. (FM, emh for suggestion)
- Internet Traffic Manipulation and Hypnosis Field techs have been rebalanced to better reflect their effects. (FM)
* de_DE translation (FM, Thomas for native proofing [still in progress])
* sv_SE translation (Anders Andersson)

Version 0.27 (1.2 mb) 04-17-2008 Windows version (8.1 mb) Mac version, highly experimental (4.4 mb)
Changes:
- Display the actual discovery percentage when preparing to build a base. (Brian, Phil)
- Minor text cleanups. (Phil)
* Support events that can happen throughout the course of the game, changing things in interesting ways. (Brian, Phil)
* A number of new items and technologies to ease gameplay. (Brian, tweaks by Phil and emh)
- Building new machines informs you how much CPU capacity you will receive from the new systems. (Brian, Phil for suggestion)
- Idle bases are harder to discover. (Brian)
- Allow keys to be repeated when held down. (Brian, emh for suggestion)
- Fix the constant "CPU complete" dialogs when low on money. (Brian, numerous people for suggestion)
- Added research item for construction. Still needs actual implementation. Weird time code is blocking. (Brian, ? for suggestion)
- Return to base menu when exiting base screens rather than returning to map. (Brian, emh and Max McCracken for suggestion)
- Implemented Security and Reactor values obtained from data files. (Brian)
- Implemented "Destroy" feature from base list (Brian, Max McCracken and emh for suggestion)
- When building, items are sorted by their cost to make picking the best one easier. (Phil, Gustav Bertram for suggestion)
- Keep the game from crashing when it cannot create a 'music/' directory. (Phil, Andrew McMillan for report)
- Added checks to avoid key error crashes related to unfinished Construction code. (Brian)
- Added check to avoid crash when hitting 'Destroy' button in an empty base list. (Brian)
- Preferences have moved to 'prefs.dat', and now follow the standard Python ConfigParser format. (Phil)
- Added difficulty choice dialog handled by pgu. (Brian)
- Increased robustness across the board; E:S should be harder to crash. (Phil)
- Various strings shortened to fit dialogs. (Phil, Joey Hess for suggestion)
- Fixed bug that kept music from playing. (Phil, Brian Warner for suggestion)
- Keep running if the mixer can't load. (Phil, Rafal Czlonka for bug report)
- Fix up the handling of music paths. (Phil)
- Added support for win and losegame music. (emh)
* Three new tracks, 'Deprecation', 'Awakening,' and 'Inevitable,' including the Psycle source! (Max McCracken)
- Research screen will no longer assign an extra base to research. (emh, blog... for report)
- When naming base, text will take up the entire box. (emh, blog... for report)
- Fixed a potential crash with display_base_list self-recursing. (Phil, Josh Triplett for report)

Version 0.26a (1.2 mb) 08-09-2007 Windows version (9.2 mb)
Changes:
- Made Very Easy mode actually playable. (Phil, Simon Goodall for bug report.)

Version 0.26 (1.2 mb) 08-09-2007 Windows version (9.2 mb)
Changes:
- Added CPU indicator to the main screen. (emh, John DiMarco for suggestion)
- Research screen will now automatically prune bases. (emh, John DiMarco for suggestion)
- Fixed slight flicker when toggling options. (emh)
* Added difficulty selection. (emh, many people for suggestion)
* Added simple background music playing ability. (emh, Matthew Robinson for initial patch.)
- Single-CPU bases have CPU power listed. (emh, robaal for suggestion)
* Delicious retro-futuristic music specially made for Endgame: Singularity, including the Psycle source for the tracks! (Max McCracken)
- License change of the various data that the developers control to BY-SA 3.0 (from BY-SA 2.5). (Phil, emh)
- License change of the Acknowledge font to 'free to use for any purpose;' thanks so much, Brian Kent! (Phil, Brian Kent)

Version 0.25 (457 kb) 08-20-2006 Windows version (8.4 mb)
Changes:
- Default language changeable via option screen. (emh)
- Finance screen shows CPU usage now. (emh, multiple people for suggestion)
- Options screen can be accessed after game start. (emh)
- New item/techs. (emh, editing by Phil)
- Add up free CPU properly, for use in maintenance. (emh, bugreport by Simon Goodall)
- Change starting bases/cash. (emh)
- Save directory will be created in the right place now. (emh)
- True cost of constructing CPU items is now displayed. (emh)
- Future cost of techs displayed properly when multiple bases are working. (emh)

Version 0.24 (454 kb) 07-13-2006 Windows version (8.4 mb)
Changes:
- The Page Up, Page Down, Home, and End keys work in all listboxes. (emh)
- Modified money displays to keep them from overflowing. (Phil)
* Suspicion loss is now quadratic; different groups "forget" quicker. (Phil, Ticho for the suggestion)
* There are now restrictions on the building of items. (emh)
- Fixed a couple scrollbars that weren't working right. (emh)
- Spruced up text. (Phil)
- Fixed a bug with the item cost display. (Phil)
- Fixed a bug when running in NetBSD. (emh, reported by Reno Reckling)
* More items/techs. (emh)
* Bases can now be lost due to disrepair. (emh)
* Added ability to examine items and techs. (emh)
- Added in-game "help" in the form of information on various concepts. (emh, tweaks by Phil)
* Added preference system. (emh)
- Updated es_AR translation. (Borg[MDQ])

Version 0.23a (438 kb) 03-08-2006
Changes:

* Save/load works on Windows again. (emh, rspoerri for bug report)
- Updated option help (emh)

Version 0.23 (438 kb) 03-06-2006
Changes:

- Fixed bug that allowed access to uncompleted bases. (emh, Borg[MDQ] for report)
* Added ability to destroy bases. (emh, multiple people for suggestion)
* Reduced (real-world) processor usage. (emh, anonymous for suggestion)
- Moved savefile location to ~/.endgame/saves (emh, Nescius for patch)
* Added finance screen. (emh, many for suggestion)
- Construction time bonus actually works now. (emh)
- More numbers use commas now. (emh)
- Increased cost of clusters. (emh)
- Adjusted button positions for greater usability. (Phil)
- Minor typo fixes and tightened grammar. (Phil)
* Further massive reduction in processor usage using new Clock class. (Phil, Adam Bark for original patch)
- Can destroy bases under construction. (emh, Tim Freeman for suggestion)
- Bases under construction are no longer protected indefinitely from being discovered. (emh, Tim Freeman for noting problem)
- Automatically bump machines working jobs to new job levels when they are researched. (emh, Phil for suggestion :)
- Tweak Suspicion and Detection displays for readability. (Phil)
- Move around the various displays on the base screen for parity with the map screen. (Phil)
- Display the name of the base at the top of the base screen. (Phil, Ticho for suggestion)
- Reduce discovery chance to 0% after the game is won. (Phil, Szabó Roland for suggestion)
- Properly localize win screen. (Phil)
* Right-click will exit from all menus. (emh, mandos for suggestion)
- Warn players when research selected on the Research screen will not use all available CPU. (Phil, mandos for suggestion)
- Note bases that are under construction in the base list. (emh, Ticho for suggestion)
- Display the right construction time for items when you have technologies that speed up construction. (emh)
- Items will no longer give benefits while under construction. (emh)

Version 0.22 (383 kb) 05-10-2005
Changes:
NOTE: Save files from versions 0.21 and above should work. Save files from versions 0.20 and before will not work.
- At the start, money gains a minimal amount of interest (as opposed to none). (Phil)
- Make the 'change research' button more obvious. (Phil)
- Change the way that technologies/items are stored. There is now a separate text file detailing the technology tree, and another with all of the text strings. This will allow localization of the technologies. (emh)
- When technologies are completed, we can now display a string detailing the result. (emh)
- Complete rewrite of technology descriptions, better matching the new names. (Phil)
- Minor cleanup of base descriptions. (Phil)
- New default font (Bitstream Vera Sans), especially useful for systems that don't have a default Pygame font for some reason (emh; reported by Brian Ropers-Huilman)
- Hotkeys for the various speed settings (1-4). (emh, Borg[MDQ] for suggestion)
- Call the 'per day' code for however many days is necessary since the last call. (emh)
- Change the grace period for bases to start when construction is complete. (emh)
- Keys can repeat/mouse can be used when in textboxes. (emh, Phil)
- Reduce discovery chances for most agencies for most bases. (Phil)
- Added a new cheat. (Phil)
- Fixed tech studying when money is needed. (emh)
- Added next/prev base buttons. (emh, Borg[MDQ] for suggestion)
- es_AR translation (our first!) (Borg[MDQ], very minor fixups by Phil)
- Moved more things into data files. (emh)
- Flavored names and numbers for the bases. (idea by heatsink, implementation by emh and Phil)
- Translation-related crash fix. (emh)
- Global Research Screen; allows changing research for all bases. (emh, very minor fixups by Phil)
- Items give dialog upon completion. (emh; Jens Becker for suggestion)
- Expanded a few listboxes in order to fit the larger base names/techs. (emh)
- Various and sundry bugfixes across old and new code. (emh, Phil)

Version 0.21a (325 kb) 19-9-2005
Changes:
- Added '.sav' extension to new save files. Old ones will still load, but they will save with a .sav extension, and the old save will not be used any more. (Phil)
- Fixed loading 0.20 saves with technologies currently being researched. (emh)

Version 0.21 19-9-2005
Changes:
- Game will not crash when building a base or item in rare circumstances. (emh; Christan Brink (among others) for bug report)
- Fixed a few broken keyboard shortcuts, and redid the code to make this bug harder to create. (emh)
- Renamed almost all technologies. (Phil) [NOTE: The descriptions of the technologies have not yet been changed to match their new names. This will be done by the next release.]
- Various typos. (Phil)
- The current speed will be highlighted. (emh; solitonwave Borg for suggestion)
- Changed endgame tech name. (emh; Daniel Radetsky for suggestion)
- Simplified savegame format. (emh; anonymous for suggestion)
- Fixed crash when loading a game, then starting a new game. (emh)

Version 0.20 14-9-2005
Changes:
- Adjusted the README. (Phil)
- Added suspicion display. (emh)
- Slow time back to normal when a base is discovered. (emh)
- Redid base display. (emh)
- All clicks only accept the left mouse button. (emh)
- Scrollwheel works. (emh)
- Balancing. (emh)
- Various bugfixes. (Phil, emh)
- Future cash is displayed next to current cash. (emh)
- Code refactoring. (Phil)
- Bases and savegames can be named. (Phil, emh)
- Default base names are unique. (Phil)
- Suspicion reduces automatically over time. (Phil)
- Reduced cost for reactors and fields. (emh)
- Bases now have a 14-day grace period before they can be discovered. (emh)
- New technology. (emh)
- Various typo fixes. (Phil, emh)

Version 0.16 12-9-2005
Changes: Moved code to subdirectory. Added Changelog/AUTHOR files (Phil Bordelon) Research and jobs are displayed better. (Phil Bordelon) Fixed job crash bug. (Phil Bordelon) Current research is listed next to the base name. Invisible buttons cannot be clicked anymore. Bases can be discovered/the game can be lost.

Version 0.15 11-9-2005
Changes: Slight performance increase. Added help text for researching nothing. Added some sound. Covert bases are now constructable. Locations will only show up if bases are constructable there. Jobs added.

Version 0.14 10-9-2005
Changes: Fixed a crash when building some bases. (Phil Bordelon) Reduced speed when completing research and bases. (Phil Bordelon) Savegames will properly store research cost. (Phil Bordelon) The "Build Item" screen will only come up once. Fixed overpaying for bases. Construction of bases that require CPU time is now possible. Maintenance costs for bases correctly taken.

Version 0.13 9-9-2005
Changes: Bases give a notification when completed. Fixed a few spelling mistakes. (Phil Bordelon) Fixed a crash. (Phil Bordelon)

Version 0.12 8-9-2005
Changes: Number of bases for each location listed on world map. Closing game window from map or base screens no longer results in a traceback. Buttons light up when hovered over. Fixed crash from undefined tech.

0.11: First bugfix verion 5-9-2005
Changes: Saving/loading. Game will no longer crash in listboxes when choosing a blank item. Long listboxes handle clicking correctly. Fixed crash related to building new bases. Shortcut for building base items works. Shortcut for building new bases added. Network items work now.

0.10: Version used for the compo entry

logbook of the compo