Skip to content

Commit

Permalink
Updated version number and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riksweeney committed Jan 1, 2021
1 parent 92db219 commit 3662e50
Show file tree
Hide file tree
Showing 647 changed files with 656 additions and 648 deletions.
2 changes: 1 addition & 1 deletion disclaimer.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2020 Parallel Realities
Copyright (C) 2021 Parallel Realities

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
8 changes: 8 additions & 0 deletions doc/changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGE LOG
----------

Version 1.34
* Fixed issue with dialog box text sometimes not appearing on certain platforms
* Fixed a crash when exiting the game on certain platforms
* Music now plays when loading a save from within the game
* Joysticks are now detected whilst the game is running, as opposed to being needed to be connected before startup
* Fixed a rare crash when loading a game
* Fixed a rare crash when drawing entities

Version 1.33
* Updated Updated Brazilian Portuguese and French translations

Expand Down
4 changes: 2 additions & 2 deletions doc/readme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Legend of Edgar

Version 1.33
Version 1.34

LICENSE

Expand Down Expand Up @@ -41,5 +41,5 @@ PLAYING


Richard Sweeney
[email protected]
[email protected]
https://www.parallelrealities.co.uk/games/edgar/
2 changes: 1 addition & 1 deletion edgar.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Compiler>
<Add option="-Wall" />
<Add option='-DLOCALE_DIR=\&quot;locale\&quot;' />
<Add option='-DVERSION=&quot;1.33&quot;' />
<Add option='-DVERSION=&quot;1.34&quot;' />
<Add option='-DINSTALL_PATH=\&quot;\&quot;' />
<Add option='-DPAK_FILE=\&quot;edgar.pak\&quot;' />
<Add directory="../../../../MinGW/libs/SDL-1.2.15/include" />
Expand Down
4 changes: 2 additions & 2 deletions edgar.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ BEGIN
BEGIN
VALUE "CompanyName" , "Parallel Realities"
VALUE "FileDescription", "A 2D platform game with a persistent world"
VALUE "FileVersion" , "1.33.0.0"
VALUE "FileVersion" , "1.34.0.0"
VALUE "ProductName" , "The Legend of Edgar"
VALUE "ProductVersion" , "1.33.0.0"
VALUE "ProductVersion" , "1.34.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.33
VERSION = 1.34
RELEASE = 1
DEV = 0
PAK_FILE = edgar.pak
Expand Down
2 changes: 1 addition & 1 deletion makefile.amiga
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.33
VERSION = 1.34
RELEASE = 1
DEV = 0
PAK_FILE = edgar.pak
Expand Down
2 changes: 1 addition & 1 deletion makefile.aros
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.33
VERSION = 1.34
RELEASE = 1
DEV = 0
PAK_FILE = edgar.pak
Expand Down
2 changes: 1 addition & 1 deletion makefile.macos
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.33
VERSION = 1.34
RELEASE = 1
DEV = 0
PAK_FILE = edgar.pak
Expand Down
2 changes: 1 addition & 1 deletion makefile.windows
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.33
VERSION = 1.34
RELEASE = 1
DEV = 0
PAK_FILE = edgar.pak
Expand Down
2 changes: 1 addition & 1 deletion pak.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</Build>
<Compiler>
<Add option="-Wall" />
<Add option='-DVERSION=&quot;1.33&quot;' />
<Add option='-DVERSION=&quot;1.34&quot;' />
<Add directory="../../../../MinGW/libs/SDL-1.2.15/include" />
<Add directory="../../../../MinGW/libs/CEGUI-0.7.9/dependencies/include" />
</Compiler>
Expand Down
2 changes: 1 addition & 1 deletion src/audio/audio.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/audio/audio.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/audio/music.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/audio/music.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/ant_lion.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/ant_lion.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/armour_boss.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/armour_boss.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/awesome_boss.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/awesome_boss.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/awesome_boss_meter.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/awesome_boss_meter.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/azriel.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/azriel.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/azriel_grave.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/azriel_grave.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/black_book.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/black_book.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/black_book_2.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/black_book_2.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/black_book_3.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/black_book_3.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/blob_boss.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/blob_boss.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/borer_boss.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/borer_boss.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/boulder_boss.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/boulder_boss.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/boulder_boss_2.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/boulder_boss_2.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/cave_boss.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/cave_boss.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/centurion_boss.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/centurion_boss.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/chaos.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/chaos.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/chaos_vine.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/chaos_vine.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/evil_edgar.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/evil_edgar.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/fly_boss.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/fly_boss.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/boss/flying_maggot.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2009-2020 Parallel Realities
Copyright (C) 2009-2021 Parallel Realities

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
Loading

0 comments on commit 3662e50

Please sign in to comment.