Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added game/assets/icon_64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion platforms/windows/projects/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,17 @@
<!-- Item Definitions - Release -->
<ItemDefinitionGroup Condition="$(Configuration.StartsWith('Release'))">
<ClCompile>
<Optimization>Full</Optimization>
<WholeProgramOptimization>true</WholeProgramOptimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
</ItemDefinitionGroup>
<!-- Item Definitions - Win32 -->
Expand Down
Binary file added platforms/xdk360/ArcadeInfo.xml
Binary file not shown.
Binary file added platforms/xdk360/ReMinecraftPE.spa
Binary file not shown.
121 changes: 121 additions & 0 deletions platforms/xdk360/ReMinecraftPE.spa.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
////////////////////////////////////////////////////////////////////
//
// ReMinecraftPE.spa.h
//
// Auto-generated on Friday, 30 January 2026 at 02:17:31
// Xbox LIVE Game Config project version 1.0.12.0
// SPA Compiler version 1.0.0.0
//
////////////////////////////////////////////////////////////////////

#ifndef __REMINECRAFTPE_SPA_H__
#define __REMINECRAFTPE_SPA_H__

#ifdef __cplusplus
extern "C" {
#endif

//
// Title info
//

#define TITLEID_REMINECRAFTPE 0x584111F8

//
// Context ids
//
// These values are passed as the dwContextId to XUserSetContext.
//


//
// Context values
//
// These values are passed as the dwContextValue to XUserSetContext.
//

// Values for X_CONTEXT_PRESENCE


// Values for X_CONTEXT_GAME_MODE


//
// Property ids
//
// These values are passed as the dwPropertyId value to XUserSetProperty
// and as the dwPropertyId value in the XUSER_PROPERTY structure.
//


//
// Achievement ids
//
// These values are used in the dwAchievementId member of the
// XUSER_ACHIEVEMENT structure that is used with
// XUserWriteAchievements and XUserCreateAchievementEnumerator.
//


//
// AvatarAssetAward ids
//


//
// Stats view ids
//
// These are used in the dwViewId member of the XUSER_STATS_SPEC structure
// passed to the XUserReadStats* and XUserCreateStatsEnumerator* functions.
//

// Skill leaderboards for ranked game modes


// Skill leaderboards for unranked (standard) game modes


// Title defined leaderboards


//
// Stats view column ids
//
// These ids are used to read columns of stats views. They are specified in
// the rgwColumnIds array of the XUSER_STATS_SPEC structure. Rank, rating
// and gamertag are not retrieved as custom columns and so are not included
// in the following definitions. They can be retrieved from each row's
// header (e.g., pStatsResults->pViews[x].pRows[y].dwRank, etc.).
//

//
// Matchmaking queries
//
// These values are passed as the dwProcedureIndex parameter to
// XSessionSearch to indicate which matchmaking query to run.
//


//
// Gamer pictures
//
// These ids are passed as the dwPictureId parameter to XUserAwardGamerTile.
//


//
// Strings
//
// These ids are passed as the dwStringId parameter to XReadStringsFromSpaFile.
//

#define SPASTRING_X_STRINGID_DESCRIPTION 2


#ifdef __cplusplus
}
#endif

#endif // __REMINECRAFTPE_SPA_H__


Binary file added platforms/xdk360/ReMinecraftPE.xlast
Binary file not shown.
10 changes: 8 additions & 2 deletions platforms/xdk360/xex.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0"?>
<xex>
<!-- "Minecraft: Xbox 360 Edition" Title ID + 1 (to ensure no conflicts) -->
<titleid id="0x584111F8"/>
<!-- "Minecraft: Xbox 360 Edition" Title ID + 1 (to ensure no conflicts) -->
<titleid id="0x584111F8"/>
<format>
<compressed/>
</format>
<mediatypes>
<default/>
</mediatypes>
</xex>