aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pedroterzero

Pages: [1] 2 3
1
Brutal AI / Re: BOXCE for Windows XP
« on: September 30, 2024, 01:02:00 pm »
Thank you very much!

By the chance, do you have xPiratez and BrutalAI builds for this good old OS?
Do you have links to them? I could have a look

2
OXCE Builds & Ports / Re: OXCE v7.14 for Windows XP
« on: September 09, 2024, 11:19:44 pm »
Thank you very much, comrade! Everything works perfectly!

You're welcome.

Just to verify, it's also working on Vista 32-bit:


3
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: September 07, 2024, 02:03:52 pm »
Perhaps you mean those posts that were highlighted in a separate topic - https://openxcom.org/forum/index.php?topic=12188.0 ?  There they will be more accessible and will not get lost among messages on another topic.

Ah I did not know this. Thanks! Was afraid I offended someone somehow  :)

4
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: September 07, 2024, 12:45:52 pm »
It seems my posts with regards to my successful 7.14 oxce xp 32-bit build are gone. Are they not acceptable?

5
OXCE Builds & Ports / Re: OXCE v7.14 for Windows XP
« on: September 06, 2024, 06:47:41 pm »
I don't know. The specified buttons were not found. I suspect that they are only available to registered users. Or Opera is glitching. Or there is some kind of blocking by territorial IP, which is quite common now.

In short, send it to PM please, so as not to violate anyone's copyright. Although I am not sure that publishing this material for general access on this site will cause any problems.

Oh sorry, it's my mistake. I did not remember that you need to be logged in to Github

I made a release, this will not require login:

https://github.com/pedroterzero/oxce-xp/releases/download/7.14-2024-08-31/oxce-winxp-7.14-2024-08-31.zip
https://github.com/pedroterzero/oxce-xp/releases/tag/7.14-2024-08-31

6
OXCE Builds & Ports / Re: OXCE v7.14 for Windows XP
« on: September 06, 2024, 02:47:21 pm »
Can you upload an archive to this site?

I don't think so unfortunately. I double checked the link and it's correct for me?

Otherwise go to this link: https://github.com/pedroterzero/oxce-xp/actions/runs/10711550139

At the bottom, at Artifacts you need oxce-winxp (click the download button)


7
OXCE Builds & Ports / Re: OXCE v7.14 for Windows XP
« on: September 06, 2024, 04:45:00 am »
Sorry, but I have nothing useful from this. I am not a programmer and I understand the scripts badly.
The download link is at the bottom of the link I added. Here is the direct link https://github.com/pedroterzero/oxce-xp/actions/runs/10711550139/artifacts/1893912978

8
OXCE Support / Re: Trouble installing OXCE v7.13
« on: September 06, 2024, 12:51:57 am »
The win32 version does not start. It says - "The procedure entry point GetTickCount64 was not found in the DLL KERNEL32.dll." Perhaps someone got something mixed up.  :D
You could try my build from this post: https://openxcom.org/forum/index.php?topic=6586.msg166108#msg166108

9
OXCE Builds & Ports / Re: OXCE v7.14 for Windows XP
« on: September 05, 2024, 03:31:06 am »
I (and SupSuper) will keep trying to create a working github build for WinXP for a bit longer...
...but if it doesn't work, I will simply say WinXP/Vista are officially not supported anymore.

I have created a successful Windows XP 32-bit build using mxe.

It can be found here (see the build artifact): https://github.com/pedroterzero/oxce-xp/actions/runs/10711550139


10
OXCE Support / Re: Trouble installing OXCE v7.13
« on: August 14, 2024, 01:23:58 am »
Just an FYI, in the latest OpenXcom linux archive, OpenXcomEx doesn't have executable bit set, which broke the AppImage for a bit. I solved it in the builder (I probably should have done that in the first place), but it might trip up some people trying to run the Linux build manually.

11
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: June 03, 2024, 11:48:08 am »
No, it's not intentional.

It seems to have returned, my pipelines no longer fail. Thanks!

12
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: June 02, 2024, 12:45:38 pm »
Hi Meridian, https://openxcom.org/oxce/release/ is gone, is that intentional?

It's what my pipelines use to check for new versions (and then build the docker/appimage).

If it is intended, where should I look instead?

13
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: November 21, 2023, 01:48:35 pm »
I have set up a test to build OXCE AppImage whenever a new OXCE is released. This should theoretically make it very easy to run OXCE on any linux distro (and WSL?), although I've only tested it on Ubuntu 20.04 & Fedora 38 myself.

The source can be found here: https://github.com/pedroterzero/oxce-docker/tree/deb7d72c4b24b0743443501a7e39e9911830f17e

Releases can be found here: https://github.com/pedroterzero/oxce-docker/releases

For me these steps sufficed to run OXCE from this AppImage (for v7.9.8 ):

Code: [Select]
mkdir oxce && cd oxce
# move your TFTD/UFO assets in here, see https://www.ufopaedia.org/index.php/Installing_(OpenXcom)#All_platforms
wget https://github.com/pedroterzero/oxce-docker/releases/download/v7.9.8/OpenXCOM_Extended-v7.9.8-x86_64.AppImage
chmod +x OpenXCOM_Extended-v7.9.8-x86_64.AppImage
./OpenXCOM_Extended-v7.9.8-x86_64.AppImage

It has all the required libraries bundled, you can check what is included with the following command:

Code: [Select]
./OpenXCOM_Extended-v7.9.8-x86_64.AppImage --appimage-extract

14
OpenXcom Extended (OXCE) / Re: OXCE (OpenXcom Extended) main thread
« on: June 29, 2022, 01:35:43 am »
Hi Meridian,

I hope I'm posting this in the right place -- I am trying to cross compile both OXCE and FtA from Linux using your instructions, but it seems I am probably doing something wrong. Can you point me in the right direction, or by any chance, does it fail for you in the same way currently? To clarify, I've tried this for both OXCE and FtA and neither are successful.

This is what is, I think, the relevant bit from the logs (I've also attached the full build logs for both OXCE/FtA below):

Code: [Select]
[ 41%] Building CXX object src/CMakeFiles/openxcom.dir/Engine/State.cpp.obj
[ 41%] Building CXX object src/CMakeFiles/openxcom.dir/Engine/Surface.cpp.obj
[ 41%] Building CXX object src/CMakeFiles/openxcom.dir/Engine/SurfaceSet.cpp.obj
[ 41%] Building CXX object src/CMakeFiles/openxcom.dir/Engine/Timer.cpp.obj
[ 42%] Building CXX object src/CMakeFiles/openxcom.dir/Engine/Unicode.cpp.obj
[ 42%] Building CXX object src/CMakeFiles/openxcom.dir/Engine/Zoom.cpp.obj
[ 42%] Building CXX object src/CMakeFiles/openxcom.dir/Geoscape/AlienBaseState.cpp.obj
/app/src/Engine/Unicode.cpp: In function 'bool OpenXcom::Unicode::naturalCompare(const string&, const string&)':
/app/src/Engine/Unicode.cpp:607:100: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'WinStrCmp' {aka 'int (*)(const wchar_t*, const wchar_t*)'} [-Wcast-function-type]
  WinStrCmp pWinStrCmp = (WinStrCmp)GetProcAddress(GetModuleHandleA("shlwapi.dll"), "StrCmpLogicalW");
                                                                                                    ^
[ 42%] Building CXX object src/CMakeFiles/openxcom.dir/Geoscape/AllocatePsiTrainingState.cpp.obj
In file included from /app/src/Engine/Zoom.cpp:51:
/opt/mxe/usr/lib/gcc/x86_64-w64-mingw32.static/8.4.0/include/cpuid.h:217:1: error: redefinition of 'unsigned int __get_cpuid_max(unsigned int, unsigned int*)'
 __get_cpuid_max (unsigned int __ext, unsigned int *__sig)
 ^~~~~~~~~~~~~~~
In file included from /opt/mxe/usr/x86_64-w64-mingw32.static/include/intrin.h:70,
                 from /app/src/Engine/Zoom.cpp:46:
/opt/mxe/usr/lib/gcc/x86_64-w64-mingw32.static/8.4.0/include/cpuid.h:217:1: note: 'unsigned int __get_cpuid_max(unsigned int, unsigned int*)' previously defined here
 __get_cpuid_max (unsigned int __ext, unsigned int *__sig)
 ^~~~~~~~~~~~~~~
In file included from /app/src/Engine/Zoom.cpp:51:
/opt/mxe/usr/lib/gcc/x86_64-w64-mingw32.static/8.4.0/include/cpuid.h:272:1: error: redefinition of 'int __get_cpuid(unsigned int, unsigned int*, unsigned int*, unsigned int*, unsigned int*)'
 __get_cpuid (unsigned int __leaf,
 ^~~~~~~~~~~
In file included from /opt/mxe/usr/x86_64-w64-mingw32.static/include/intrin.h:70,
                 from /app/src/Engine/Zoom.cpp:46:
/opt/mxe/usr/lib/gcc/x86_64-w64-mingw32.static/8.4.0/include/cpuid.h:272:1: note: 'int __get_cpuid(unsigned int, unsigned int*, unsigned int*, unsigned int*, unsigned int*)' previously defined here
 __get_cpuid (unsigned int __leaf,
 ^~~~~~~~~~~
In file included from /app/src/Engine/Zoom.cpp:51:
/opt/mxe/usr/lib/gcc/x86_64-w64-mingw32.static/8.4.0/include/cpuid.h:289:1: error: redefinition of 'int __get_cpuid_count(unsigned int, unsigned int, unsigned int*, unsigned int*, unsigned int*, unsigned int*)'
 __get_cpuid_count (unsigned int __leaf, unsigned int __subleaf,
 ^~~~~~~~~~~~~~~~~
In file included from /opt/mxe/usr/x86_64-w64-mingw32.static/include/intrin.h:70,
                 from /app/src/Engine/Zoom.cpp:46:
/opt/mxe/usr/lib/gcc/x86_64-w64-mingw32.static/8.4.0/include/cpuid.h:289:1: note: 'int __get_cpuid_count(unsigned int, unsigned int, unsigned int*, unsigned int*, unsigned int*, unsigned int*)' previously defined here
 __get_cpuid_count (unsigned int __leaf, unsigned int __subleaf,
 ^~~~~~~~~~~~~~~~~
make[2]: *** [src/CMakeFiles/openxcom.dir/build.make:2462: src/CMakeFiles/openxcom.dir/Engine/Zoom.cpp.obj] Error 1
make[2]: *** Waiting for unfinished jobs....

15
Tools / Re: VSCode OpenXcom Modding Tools
« on: March 21, 2022, 02:31:42 pm »
I have just released the v1.0.0 (first "stable") version of my extension has been released on the marketplace. It includes the new CSV/spreadsheet editor and many fixes/corrections. Many thanks to all the testers/users of this exntesion that helped me get it over the line. Visual studio code should auto update you to this latest version.

Here is a demo of the new spreadsheet editor:



Pages: [1] 2 3