19 Commits

Author SHA1 Message Date
Thunderforge a33c10e3a9 WEB: Adding ZOOM Platform link to Compatibility pages
Includes affiliate link
2023-08-25 08:18:11 +02:00
Thunderforge fdd8ec9857 Revert "WEB: Changing Compatibility ids to engine_id:game_id (#267)"
This reverts commit 777834c50b.
2022-11-10 18:44:59 -06:00
Thunderforge 777834c50b WEB: Changing Compatibility ids to engine_id:game_id (#267) 2022-11-10 18:23:28 -06:00
Thunderforge 9b4256b660 WEB: Adding additional store links 2022-05-17 18:37:55 +02:00
Thunderforge 54e15f90c2 WEB: Adding "Available At" info to game compatibility pages
This provides GOG.com and Steam links. In the future, we can expand this to additional websites, including free downloads from the developer sites.
2022-05-15 12:29:44 +02:00
Daniel ef9abdef7f WEB: Automatically determine filemask for screenshots (#212)
Add "variant_id" column to screenshots spreadsheet
2022-03-06 08:56:24 +00:00
Thunderforge 286aaa5739 IMAGES: Moving screenshots from company/game to engine/game (#207)
Includes a recalculation of how screenshot files are counted due to the removal of the `filemask` field.
2022-02-19 20:32:15 -06:00
Thunderforge e0c85807b6 DATA: Restoring extra info on downloads page
This involved renaming the spreadsheet column from "Description" to "Notes"
2022-01-17 20:55:39 +01:00
Thunderforge 60e02dbf54 DATA: Changing downloads table to use version column (#174)
In order to simplify the process of updating version downloads, [downloads spreadsheet table](https://docs.google.com/spreadsheets/d/1QzwFleEKXOsE59cYMOcQB7C2f0Np48uAQOCG8kicX_s/edit#gid=1057392663) now includes a `version` column and the `url` field is much simpler. In order to update a new version, simply change the value in the `version` field.

Further improvements can be made, but for now this is an improvement that keeps parity with the previous code.
2021-11-18 16:04:20 -06:00
Thunderforge 60b9a85f16 WEB: Add a Wikipedia link for games
Add a new field to the game table called `wikipedia_page`, which is the URL page title for the game's corresponding page on English Wikipedia.

The field has been filed out for a few games (such as Martian Memorandum and Manhunter: New York), but more will need to be filled out.
2021-09-08 15:45:34 +02:00
mataniko 7b0b6b8bb1 WEB: Add Director Demo data model 2021-08-23 21:39:04 -04:00
Mataniko da09516b9d WEB: Change release_date column to timestamp 2021-01-18 19:31:37 -05:00
Mataniko 6589516321 WEB: Restore number of shots in screenshots page 2020-12-31 04:49:44 -05:00
Mataniko cf5b7b8431 WEB: Rename Database tables 2020-12-31 04:49:44 -05:00
Mataniko 8f961660d8 WEB: Move compatibility to the ORM model 2020-12-31 04:49:44 -05:00
Mataniko 1e7f0f1684 WEB: Auto generate PK when undefined 2020-12-31 04:49:44 -05:00
Mataniko f1a969bdbd WEB: Use ORM objects for Screenshots 2020-12-31 04:49:44 -05:00
Mataniko 8e2c5cd7da WEB: Model remaining data into the ORM schema 2020-12-31 04:49:44 -05:00
Mataniko 6ef35310d0 WEB: Add Propel as an ORM 2020-12-31 04:49:44 -05:00